| | |
| | | overflow: hidden; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | |
| | | .icon-color { |
| | | color: #aaa; |
| | | } |
| | | |
| | | .cell-class { |
| | | height: 100rpx; |
| | | display: flex; |
| | |
| | | -ms-transform: translate(-50%, -50%); |
| | | transform: translate(-50%, -50%); |
| | | } |
| | | |
| | | .order-content-t { |
| | | margin-top: 10rpx; |
| | | font-size: 24rpx; |
| | |
| | | margin-bottom: env(safe-area-inset-bottom); |
| | | border-radius: 16rpx 16rpx 0 0; |
| | | } |
| | | |
| | | .popup-content .popup-title { |
| | | background: #fff; |
| | | text-align: center; |
| | |
| | | transform-origin: left top; |
| | | border-bottom: 2rpx solid #e5e5e5; |
| | | } |
| | | |
| | | .popup-content .popup-phone, |
| | | .popup-content .popup-close { |
| | | background: #fff; |
| | |
| | | font-weight: 400; |
| | | color: #333; |
| | | } |
| | | |
| | | .popup-content .popup-phone.online { |
| | | margin-bottom: 20rpx; |
| | | } |
| | | |
| | | .popup-content .popup-phone.online::after { |
| | | content: none; |
| | | } |
| | | |
| | | .popup-content .popup-close { |
| | | color: #333; |
| | | border: 0; |
| | |
| | | font-size: 24rpx; |
| | | line-height: 32rpx; |
| | | } |
| | | |
| | | .cell-box .order-group__left { |
| | | margin-right: 0; |
| | | } |
| | | |
| | | .cell-box .t-cell-padding { |
| | | padding: 24rpx 18rpx 24rpx 32rpx; |
| | | } |
| | | } |