| | |
| | | .container { |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .page-header { |
| | | background-color: #fff; |
| | | position: fixed; |
| | |
| | | } |
| | | |
| | | .bookServices-list { |
| | | padding-top: 280rpx; |
| | | padding-top: 294rpx; |
| | | } |
| | | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 294rpx); |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .nacigationBar { |
| | |
| | | |
| | | .list-body { |
| | | background: #F2F3F8; |
| | | padding: 40rpx 0; |
| | | } |
| | | |
| | | .title { |
| | |
| | | height: 60rpx; |
| | | font-weight: bold; |
| | | align-items: center; |
| | | margin-top: 20rpx; |
| | | } |
| | | |
| | | .title .line { |
| | |
| | | |
| | | |
| | | .book-list { |
| | | padding: 24rpx; |
| | | padding: 20rpx; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | margin-top: 10rpx; |
| | |
| | | flex-direction: column; |
| | | align-items: center; |
| | | margin-bottom: 40rpx; |
| | | padding: 50rpx 20rpx 32rpx 20rpx; |
| | | padding: 50rpx 16rpx 32rpx 16rpx; |
| | | box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08); |
| | | background: #fff; |
| | | } |
| | |
| | | } |
| | | |
| | | .checkbox .t-checkbox__icon--left { |
| | | margin-right: 10rpx !important; |
| | | margin-right: 6rpx !important; |
| | | } |
| | | |
| | | .checkbox .t-checkbox__title { |