|
|
@@ -14,6 +14,7 @@
|
|
|
|
|
|
.fistSwiperSection {
|
|
|
height: 1142rpx;
|
|
|
+ // height: 750rpx;
|
|
|
padding-top: 48rpx;
|
|
|
|
|
|
swiper-item {
|
|
|
@@ -44,8 +45,8 @@
|
|
|
image {
|
|
|
display: block;
|
|
|
margin: 0 auto;
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
+ height: 100% !important;
|
|
|
+ width: 100% !important;
|
|
|
// background: #FFFFFF;
|
|
|
// border-radius: 32rpx;
|
|
|
}
|
|
|
@@ -744,6 +745,7 @@ page {
|
|
|
font-size: 30rpx !important;
|
|
|
line-height: 42rpx;
|
|
|
background-color: transparent !important;
|
|
|
+ --cell-line-height: 48rpx!important;
|
|
|
|
|
|
.van-field__label {
|
|
|
color: #666666 !important;
|
|
|
@@ -812,7 +814,7 @@ page {
|
|
|
.van-picker__cancel,
|
|
|
.van-picker__confirm,
|
|
|
.toolbar-cancel,
|
|
|
-toolbar-confirm {
|
|
|
+.toolbar-confirm {
|
|
|
font-size: 32rpx !important;
|
|
|
padding: 28rpx 0 !important;
|
|
|
color: #777777 !important;
|
|
|
@@ -833,6 +835,7 @@ toolbar-confirm {
|
|
|
.van-cell {
|
|
|
padding: 32rpx 40rpx;
|
|
|
font-size: 32rpx;
|
|
|
+ --cell-line-height: 42rpx!important;
|
|
|
|
|
|
.van-icon-arrow {
|
|
|
color: #BBBBBB;
|
|
|
@@ -855,6 +858,7 @@ toolbar-confirm {
|
|
|
background: #F6F6F6 !important;
|
|
|
border-radius: 35rpx !important;
|
|
|
border: 1rpx solid #FFFFFF !important;
|
|
|
+ --cell-line-height: 48rpx!important;
|
|
|
}
|
|
|
|
|
|
.van-search__content {
|
|
|
@@ -888,6 +892,10 @@ toolbar-confirm {
|
|
|
padding: 28 0rpx !important;
|
|
|
margin: 0 26rpx !important;
|
|
|
}
|
|
|
+.van-action-sheet__cancel {
|
|
|
+ font-size: 32rpx!important;
|
|
|
+ line-height: 44rpx!important;
|
|
|
+}
|
|
|
|
|
|
|
|
|
.one-gender,
|
|
|
@@ -921,7 +929,7 @@ toolbar-confirm {
|
|
|
|
|
|
.van-picker-column__item--selected {
|
|
|
font-weight: 600;
|
|
|
- font-size: 32rpx;
|
|
|
+ font-size: 16px;
|
|
|
color: #000 !important;
|
|
|
}
|
|
|
|
|
|
@@ -955,8 +963,8 @@ toolbar-confirm {
|
|
|
}
|
|
|
|
|
|
image {
|
|
|
- width: 364rpx;
|
|
|
- height: 190rpx;
|
|
|
+ // width: 364rpx;
|
|
|
+ height: 190rpx !important;
|
|
|
}
|
|
|
|
|
|
.empty-text {
|