|
@@ -254,12 +254,12 @@ body {
|
|
|
left: 1px;
|
|
|
}
|
|
|
|
|
|
-.box {
|
|
|
+.h-box {
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.box .box-package {
|
|
|
+.h-box .box-package {
|
|
|
width: 33%;
|
|
|
height: 100%;
|
|
|
top: 0;
|
|
@@ -268,28 +268,28 @@ body {
|
|
|
/*background-color: #00a0e9;*/
|
|
|
}
|
|
|
|
|
|
-.box .box-package div {
|
|
|
+.h-box .box-package div {
|
|
|
width: 100%;
|
|
|
height: 25%;
|
|
|
}
|
|
|
|
|
|
-.box .box-package div:nth-child(1) {
|
|
|
+.h-box .box-package div:nth-child(1) {
|
|
|
/*background-color: #17e936;*/
|
|
|
}
|
|
|
|
|
|
-.box .box-package div:nth-child(2) {
|
|
|
+.h-box .box-package div:nth-child(2) {
|
|
|
/*background-color: #70b6e9;*/
|
|
|
}
|
|
|
|
|
|
-.box .box-package div:nth-child(3) {
|
|
|
+.h-box .box-package div:nth-child(3) {
|
|
|
/*background-color: #e98d7a;*/
|
|
|
}
|
|
|
|
|
|
-.box .box-package div:nth-child(4) {
|
|
|
+.h-box .box-package div:nth-child(4) {
|
|
|
/*background-color: #3954e9;*/
|
|
|
}
|
|
|
|
|
|
-.box .characteristic {
|
|
|
+.h-box .characteristic {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0%;
|
|
@@ -298,9 +298,9 @@ body {
|
|
|
/*background-color: #dcd90f;*/
|
|
|
}
|
|
|
|
|
|
-.box img {
|
|
|
- /*width: 100%;*/
|
|
|
- display: inline-block;
|
|
|
+.h-box img {
|
|
|
+ width: 100%;
|
|
|
+ display:block;
|
|
|
}
|
|
|
|
|
|
.box-footer {
|