|
@@ -56,12 +56,13 @@
|
|
|
|
|
|
.two {
|
|
.two {
|
|
float: left;
|
|
float: left;
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 94%;
|
|
min-height: 200rpx;
|
|
min-height: 200rpx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
border: 1px solid #f1f1f1;
|
|
border: 1px solid #f1f1f1;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
margin: 0 0 20rpx 0;
|
|
margin: 0 0 20rpx 0;
|
|
|
|
+ padding: 0 20rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.two .btn {
|
|
.two .btn {
|
|
@@ -101,6 +102,7 @@
|
|
|
|
|
|
.three .num:nth-child(2n) {
|
|
.three .num:nth-child(2n) {
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ padding: 0 5rpx 0 0;
|
|
}
|
|
}
|
|
|
|
|
|
.three .num:nth-child(3) {
|
|
.three .num:nth-child(3) {
|