|
@@ -173,7 +173,7 @@
|
|
|
width: 100%;
|
|
|
background-color: #FFFFFF;
|
|
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.5);
|
|
|
- padding: 20rpx 64rpx 58rpx;
|
|
|
+ padding: 12rpx 64rpx 50rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
box-sizing: border-box;
|
|
@@ -190,6 +190,7 @@
|
|
|
box-shadow: 0rpx 14rpx 14rpx 0rpx rgba(0, 0, 0, 0.18);
|
|
|
border-radius: 30rpx;
|
|
|
border: 8rpx solid #FFFFFF;
|
|
|
+ // box-sizing: border-box;
|
|
|
|
|
|
+.orders {
|
|
|
margin-right: 0;
|
|
@@ -205,7 +206,7 @@
|
|
|
font-weight: 600;
|
|
|
font-size: 32rpx;
|
|
|
color: #FEFFCA;
|
|
|
- line-height: 44rpx;
|
|
|
+ line-height: 46rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
@@ -417,341 +418,3 @@
|
|
|
padding-bottom: 0;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-.popupBottom {
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- background: #ffffff;
|
|
|
- border-top: 2rpx solid #F0F0F0;
|
|
|
- padding: 0 32rpx 58rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.current-item {
|
|
|
- font-size: 24rpx;
|
|
|
- color: #999999;
|
|
|
- line-height: 40rpx;
|
|
|
- padding: 12rpx 12rpx 20rpx;
|
|
|
-
|
|
|
- .current-select-text {
|
|
|
- padding-top: 10rpx;
|
|
|
- font-size: 26rpx;
|
|
|
- line-height: 36rpx;
|
|
|
- }
|
|
|
-
|
|
|
- text {
|
|
|
- color: #ff0047;
|
|
|
- // font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- font-family: DINAlternate,
|
|
|
- DINAlternate;
|
|
|
-
|
|
|
- .current-top {
|
|
|
- display: flex;
|
|
|
- align-items: flex-end;
|
|
|
- line-height: 42rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .line {
|
|
|
- color: #D2D2D2;
|
|
|
- padding: 0 12rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .prices {
|
|
|
- display: flex;
|
|
|
- align-items: flex-end;
|
|
|
- padding-left: 8rpx;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- .stuff {
|
|
|
- padding-right: 2rpx;
|
|
|
- font-size: 36rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .priceZ {
|
|
|
- font-size: 60rpx;
|
|
|
- line-height: 1;
|
|
|
- }
|
|
|
-
|
|
|
- .priceF {
|
|
|
- font-size: 36rpx;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-/* components/buyerInformation/index.wxss */
|
|
|
-.icon-close-pop {
|
|
|
- position: absolute;
|
|
|
- z-index: 2;
|
|
|
- top: 28rpx;
|
|
|
- left: 20rpx;
|
|
|
- padding: 20rpx;
|
|
|
- width: 36rpx;
|
|
|
- height: 36rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.container-pop {
|
|
|
- background: linear-gradient(180deg, #FFDEE7 0%, #FFFFFF 12%, #FFFFFF 100%);
|
|
|
- border-radius: 32rpx 32rpx 0rpx 0rpx;
|
|
|
- height: 86vh;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.pop-address-title {
|
|
|
- position: relative;
|
|
|
- z-index: 1;
|
|
|
- text-align: center;
|
|
|
- padding-top: 40rpx;
|
|
|
- padding-bottom: 20rpx;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 36rpx;
|
|
|
- color: #131415;
|
|
|
- line-height: 50rpx;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.section {
|
|
|
- margin: 24rpx 0;
|
|
|
- // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
|
|
|
- border-radius: 18rpx;
|
|
|
- overflow-x: hidden;
|
|
|
- overflow-y: auto;
|
|
|
-
|
|
|
- flex: 1 auto;
|
|
|
-
|
|
|
-
|
|
|
- .section-content {
|
|
|
- // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
|
|
|
- border-radius: 12rpx;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
-
|
|
|
- .section-title {
|
|
|
- width: 236rpx;
|
|
|
- height: 46rpx;
|
|
|
- margin: 20rpx 0 18rpx 28rpx;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- .van-cell {
|
|
|
- padding: 40rpx !important;
|
|
|
- font-size: 30rpx !important;
|
|
|
- line-height: 42rpx;
|
|
|
- background-color: transparent !important;
|
|
|
-
|
|
|
- .van-field__label {
|
|
|
- color: #666666;
|
|
|
- }
|
|
|
-
|
|
|
- .van-icon-arrow {
|
|
|
- color: #BBBBBB;
|
|
|
- // font-weight: 600;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- // .gender-section {
|
|
|
- // display: flex;
|
|
|
-
|
|
|
- // .gender-item {
|
|
|
- // margin-left: 24rpx;
|
|
|
- // background: rgba(28, 172, 241, 0.11);
|
|
|
- // border-radius: 12rpx;
|
|
|
- // font-weight: 500;
|
|
|
- // font-size: 28rpx;
|
|
|
- // color: #1CACF1;
|
|
|
- // width: 104rpx;
|
|
|
- // line-height: 48rpx;
|
|
|
- // text-align: center;
|
|
|
-
|
|
|
- // &.active {
|
|
|
- // background: #1CACF1;
|
|
|
- // color: #FFFFFF;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
-}
|
|
|
-
|
|
|
-.pop-btn-group {
|
|
|
- padding: 24rpx 32rpx 58rpx;
|
|
|
-
|
|
|
- .submit-btn {
|
|
|
- width: 100% !important;
|
|
|
- margin: 0 !important;
|
|
|
- padding: 0 !important;
|
|
|
- line-height: 88rpx;
|
|
|
- background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
|
|
|
- border-radius: 88rpx;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 32rpx;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.van-picker__toolbar,
|
|
|
-.toolbar-top {
|
|
|
- margin: 0 40rpx !important;
|
|
|
- padding: 0 14rpx !important;
|
|
|
- border-bottom: 2rpx solid #F2F2F2;
|
|
|
- height: auto !important;
|
|
|
- line-height: normal !important;
|
|
|
-}
|
|
|
-
|
|
|
-.van-picker__cancel,
|
|
|
-.van-picker__confirm,
|
|
|
-.toolbar-cancel,
|
|
|
-toolbar-confirm {
|
|
|
- font-size: 32rpx !important;
|
|
|
- padding: 28rpx 0 !important;
|
|
|
- color: #777777 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.van-picker__confirm,
|
|
|
-.toolbar-confirm {
|
|
|
- color: #FE2451 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.toolbar-top {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.select-school {
|
|
|
- .van-cell {
|
|
|
- padding: 32rpx 40rpx;
|
|
|
- font-size: 32rpx;
|
|
|
-
|
|
|
- .van-icon-arrow {
|
|
|
- color: #BBBBBB;
|
|
|
- // font-weight: 600;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.searchList {
|
|
|
- .icon-search {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- margin: auto 10rpx auto auto;
|
|
|
- }
|
|
|
-
|
|
|
- .van-search {
|
|
|
- margin: 0 26rpx 0 !important;
|
|
|
- padding: 0 !important;
|
|
|
- height: 70rpx !important;
|
|
|
- background: #F6F6F6 !important;
|
|
|
- border-radius: 35rpx !important;
|
|
|
- border: 1rpx solid #FFFFFF !important;
|
|
|
- }
|
|
|
-
|
|
|
- .van-search__content {
|
|
|
- border-top-left-radius: 35rpx !important;
|
|
|
- border-bottom-left-radius: 35rpx !important;
|
|
|
- }
|
|
|
-
|
|
|
- .van-cell {
|
|
|
- font-size: 26rpx !important;
|
|
|
- }
|
|
|
-
|
|
|
- .searchBtn {
|
|
|
- width: 112rpx;
|
|
|
- line-height: 54rpx !important;
|
|
|
- padding: 0 !important;
|
|
|
- text-align: center;
|
|
|
- background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
|
|
|
- font-weight: 500;
|
|
|
- font-size: 28rpx;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 40rpx;
|
|
|
- border-radius: 40rpx;
|
|
|
- margin-right: 6rpx;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.van-action-sheet__description {
|
|
|
- font-size: 32rpx !important;
|
|
|
- color: #777777 !important;
|
|
|
- line-height: 44rpx !important;
|
|
|
- padding: 28 0rpx !important;
|
|
|
- margin: 0 26rpx !important;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.one-gender,
|
|
|
-.two-gender {
|
|
|
- font-weight: 600;
|
|
|
- padding: 24rpx 0 !important;
|
|
|
- font-size: 32rpx !important;
|
|
|
- margin: 0 40rpx 16rpx !important;
|
|
|
- width: calc(100% - 80rpx) !important;
|
|
|
- color: #000000 !important;
|
|
|
- line-height: 44rpx !important;
|
|
|
-}
|
|
|
-
|
|
|
-.one-gender {
|
|
|
- margin-top: 24rpx !important;
|
|
|
-}
|
|
|
-
|
|
|
-.two-gender {
|
|
|
- margin-bottom: 24rpx !important;
|
|
|
-}
|
|
|
-
|
|
|
-.van-action-sheet__gap {
|
|
|
- height: 2rpx !important;
|
|
|
- margin: 0 40rpx !important;
|
|
|
-}
|
|
|
-
|
|
|
-.cancel-gender {
|
|
|
- font-weight: 400 !important;
|
|
|
- color: #AAAAAA !important;
|
|
|
-}
|
|
|
-
|
|
|
-.van-picker-column__item--selected {
|
|
|
- font-weight: 600;
|
|
|
- font-size: 32rpx;
|
|
|
- color: #000 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.empty-box {
|
|
|
- padding-top: 44rpx;
|
|
|
- padding-bottom: 48rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- text-align: center;
|
|
|
- font-size: 32rpx;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #999999;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- .empty_loading {
|
|
|
- align-items: center;
|
|
|
- background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
|
|
|
- bottom: 0;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- left: 0;
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- z-index: 4;
|
|
|
- }
|
|
|
-
|
|
|
- image {
|
|
|
- width: 364rpx;
|
|
|
- height: 190rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .empty-text {
|
|
|
- font-size: 28rpx;
|
|
|
- color: #777777;
|
|
|
- line-height: 40rpx;
|
|
|
- text-align: center;
|
|
|
- padding-top: 36rpx;
|
|
|
- }
|
|
|
-}
|