1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .main_btn_m {
- background: #f7942e;
- color: white;
- line-height: 90rpx;
- text-align: center;
- border-radius: 15rpx;
- }
- .bold_tit {
- font-size: 30rpx;
- color: #666666;
- font-weight: bold;
- }
- .item_date_picker {
- width: 280rpx;
- }
- .choose_add4 {
- background-color: #ffffff;
- color: #f7942e;
- border: 4rpx solid #f7942e;
- }
- .choose_add3 {
- width: 180rpx !important;
- }
- .choose_add2 {
- background-color: #22a58f;
- }
- .instr {
- background-color: #fffaf6;
- padding: 20rpx 0;
- }
- .instr view {
- color: #FE7632;
- font-size: 26rpx;
- }
- .age_range {
- display: flex;
- align-items: center;
- }
- .item {
- border-bottom: 2rpx solid #ececec;
- display: flex;
- align-items: center;
- width: 100%;
- padding: 30rpx 0;
- }
- .item input.item_right {
- height: 70rpx;
- font-size: 30rpx !important;
- color: #000000;
- }
- .item textarea {
- font-size: 30rpx;
- /* text-indent: 20upx; */
- height: 240rpx;
- background-color: #fafafa;
- color: #000000;
- }
- .item_right {
- width: 70%;
- font-size: 28rpx;
- }
- .item_left {
- width: 30%;
- color: #585858;
- font-size: 28rpx !important;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .contain {
- background-color: #ffffff;
- width: 94%;
- padding: 0 3% 3%;
- border-radius: 15rpx;
- }
- page {
- background-color: #ffffff;
- }
|