12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .bold_tit {
- font-size: 30rpx;
- color: #666666;
- font-weight: bold;
- }
- .item_date_picker {
- width: 280rpx;
- }
- .choose_add4 {
- background-color: #ffffff;
- color: #2bcfb4;
- border: 4rpx solid #2bcfb4;
- }
- .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: #f3f5f4;
- }
|