| | |
| | | timeList: [], |
| | | |
| | | colorOptions: [ |
| | | { color: '#279BAA', name: '已选择' }, |
| | | { color: '#279baa', name: '已选择' }, |
| | | { color: '#F7F7F7', name: '可预约' }, |
| | | { color: '#cccccc', name: '不可预约' }, |
| | | ] |
| | |
| | | height: 88rpx; |
| | | line-height: 88rpx; |
| | | text-align: center; |
| | | background: #279baa; |
| | | background: $uni-color-primary; |
| | | border-radius: 44rpx; |
| | | font-weight: 500; |
| | | font-size: 32rpx; |
| | |
| | | padding: 20rpx 30rpx 84rpx; |
| | | box-shadow: 0rpx -3rpx 6rpx 0rpx #eeeeee; |
| | | .sel_time { |
| | | color: #279baa; |
| | | color: $uni-color-primary; |
| | | } |
| | | .btns { |
| | | margin-top: 10rpx; |
| | |
| | | height: 72rpx; |
| | | line-height: 72rpx; |
| | | text-align: center; |
| | | background: #279baa; |
| | | background: $uni-color-primary; |
| | | box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee; |
| | | border-radius: 36rpx; |
| | | font-size: 30rpx; |
| | |
| | | font-size: 30rpx; |
| | | } |
| | | .active { |
| | | background-color: #279baa; |
| | | background-color: $uni-color-primary; |
| | | color: #fff; |
| | | } |
| | | .disable { |
| | |
| | | } |
| | | } |
| | | .active { |
| | | color: #279baa; |
| | | color: $uni-color-primary; |
| | | font-weight: 600; |
| | | font-size: 30rpx; |
| | | .line { |
| | | width: 60rpx; |
| | | height: 4rpx; |
| | | background-color: #279baa; |
| | | background-color: $uni-color-primary; |
| | | margin: 26rpx auto 0; |
| | | } |
| | | } |