| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- page {
- width: auto;
- background-color: #f5f5f5;
- color: #333333;
- font-size: 35rpx;
- }
- .form_data {
- width: 100%;
- padding: 30rpx 0rpx;
- }
- .form_data .form_box {
- width: 100%;
- }
- .form_data .form_box .title {
- padding-left: 15rpx;
- width: 600rpx;
- }
- .time_choose {
- height: 120rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 5rpx;
- background-color: #fff;
- padding: 15rpx 35rpx;
- }
- .iconImages {
- width: 34rpx;
- height: 34rpx;
- }
- .iconImages1 {
- width: 40rpx;
- height: 40rpx;
- }
- .remind {
- margin-right: 15rpx;
- width: 45rpx;
- height: 45rpx;
- border-radius: 50%;
- line-height: 45rpx;
- text-align: center;
- color: #fff;
- background-color: #f22424;
- font-size: 28rpx;
- }
|