1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .container {
- padding: 0 32rpx;
- }
- .uni-calendar {
- background-color: #F5F9FF;
- }
- .picker-info {
- width: 100%;
- }
- .picker-text {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .item-picker {
- line-height: 70rpx;
- text-align: center;
- }
- .con-bottom {
- margin: 60rpx 0 78rpx 0;
- }
- .bottom-left {
- color: #5E6F90;
- font-size: 30rpx;
- }
- .bottom-left > view:nth-of-type(1) {
- margin-bottom: 8rpx;
- }
- .con-bottom > view:nth-of-type(2) {
- color: #0074FF;
- font-size: 24rpx;
- text-align: center;
- border: 2rpx solid #0074FF;
- border-radius: 20rpx;
- height: 40rpx;
- line-height: 40rpx;
- padding-left: 20rpx;
- padding-right: 20rpx;
- }
- .custom-button{
- background-color: transparent;
- border: none;
- color: inherit;
- padding: 0;
- font-size: inherit;
- cursor: pointer;
- color: #FFFFFF;
- font-size: 32rpx;
- text-align: center;
- background-color: #0074FF;
- border-radius: 40rpx;
- height: 80rpx;
- line-height: 80rpx;
- padding-left: 78rpx;
- padding-right: 78rpx;
- }
|