.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; }