| | |
| | | height: 200rpx; |
| | | } |
| | | |
| | | .cartBox { |
| | | .wall { |
| | | width: 85vw; |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 80px); |
| | | height: 100vh; |
| | | } |
| | | |
| | | .cartBox { |
| | | width: 100%; |
| | | height: calc(100% - env(safe-area-inset-bottom) - 80px); |
| | | border: 1px solid #f8f8f8; |
| | | overflow: auto; |
| | | padding: 0 20rpx; |
| | | box-sizing: border-box; |
| | | } |
| | |
| | | border-color: var(--td-brand-color, #ff6d00) transparent transparent transparent; |
| | | } |
| | | |
| | | .cartList { |
| | | height: 100%; |
| | | overflow: auto; |
| | | } |
| | | |
| | | .radioSubmit { |
| | | height: 40px; |
| | | border-bottom: 1rpx solid #f8f8f8; |
| | |
| | | height: 40px; |
| | | padding: 20rpx; |
| | | box-sizing: border-box; |
| | | font-size: 24rpx; |
| | | } |
| | | |
| | | .cartText { |
| | |
| | | z-index: 1; |
| | | } |
| | | |
| | | .courseBook .t-radio { |
| | | .contentBox .t-radio { |
| | | font-size: 26rpx !important; |
| | | } |
| | | |