123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .customer-van-popup .close-icon {
- position: absolute;
- z-index: 1;
- padding: 40rpx 24rpx;
- }
- .customer-van-popup .close-icon .image {
- display: block;
- width: 48rpx;
- height: 48rpx;
- }
- .customer-van-popup .title {
- height: 122rpx;
- padding-top: 48rpx;
- color: rgba(0, 0, 0, 1);
- font-size: 32rpx;
- font-weight: 500;
- text-align: center;
- }
- .customer-van-popup_way .way-list {
- position: relative;
- left: 0;
- top: 0;
- padding: 22rpx 0 54rpx;
- }
- .customer-van-popup_way .mask {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 1;
- height: 137rpx;
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
- }
- .customer-van-popup_way .way-list.min-height-420 {
- height: 296rpx;
- }
- .customer-van-popup_way .way-list.max-height-668 {
- height: 582rpx;
- }
- .customer-van-popup_way .scroll-wrap {
- position: absolute;
- left: 0;
- top: 22rpx;
- right: 0;
- bottom: 54rpx;
- }
- .customer-van-popup_way .list {
- padding-left: 32rpx;
- }
- .customer-van-popup_way .address {
- display: flex;
- align-items: center;
- padding: 12rpx 0;
- }
- .customer-van-popup_way .label {
- width: 32rpx;
- height: 32rpx;
- border-radius: 50%;
- background: rgba(51, 51, 51, 1);
- color: rgba(255, 255, 255, 1);
- font-size: 20rpx;
- font-weight: 500;
- line-height: 32rpx;
- text-align: center;
- }
- .customer-van-popup_way .wrap {
- display: flex;
- flex-direction: column;
- width: 590rpx;
- margin-left: 32rpx;
- }
- .customer-van-popup_way .wrap .text {
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .customer-van-popup_way .wrap .text:nth-of-type(1) {
- color: rgba(0, 0, 0, 1);
- font-size: 32rpx;
- font-weight: 500;
- line-height: 40rpx;
- }
- .customer-van-popup_way .wrap .text:nth-of-type(2) {
- margin-top: 8rpx;
- color: rgba(138, 149, 176, 1);
- font-size: 24rpx;
- font-size: 26rpx;
- line-height: 32rpx;
- }
- .customer-van-popup_way .icon {
- display: block;
- width: 28rpx;
- height: 28rpx;
- margin-left: 2rpx;
- }
|