12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .page-header-search {
- padding: 20rpx 0 28rpx;
- }
- .app_nav-wrap {
- margin-bottom: 38rpx;
- }
- .pullup-wrapper {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 50rpx;
- }
- .van-loading__text {
- color: #969799;
- font-size: 14rpx;
- line-height: 20rpx;
- }
- .popup-body {
- padding-top: 28rpx;
- &-icon {
- width: 92rpx;
- height: 8rpx;
- border-radius: 4rpx;
- margin: 0 auto;
- background-color: #91B379;
- }
- &-title {
- padding-left: 68rpx;
- margin-top: 32rpx;
- margin-bottom: 18rpx;
- line-height: 58rpx;
- font-size: 40rpx;
- color: #333333;
- }
- }
- .form-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: 98rpx;
- padding: 0 48rpx 0 68rpx;
- &-label {
- line-height: 52rpx;
- font-size: 36rpx;
- color: #666666;
- }
- .van-checkbox__icon.van-checkbox__icon--round {
- border-color: #91B379;
- }
- }
|