1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .task-page.data-v-03d22708 {
- background-color: #F3F5FB;
- height: 100vh;
- }
- .task-page .title.data-v-03d22708 {
- font-family: 'Source Han Sans CN';
- font-style: normal;
- font-weight: 700;
- font-size: 36rpx;
- line-height: 54rpx;
- color: #212121;
- padding: 0 32rpx;
- }
- .task-page .info.data-v-03d22708 {
- padding: 0 32rpx;
- margin: 40rpx 0;
- background: #FFFFFF;
- border-radius: 32rpx 32rpx 0px 0px;
- }
- .task-page .info .item.data-v-03d22708 {
- border-bottom: 1rpx solid #EFF1F3;
- padding: 40rpx 32rpx;
- }
- .task-page .info .item .name.data-v-03d22708 {
- font-size: 28rpx;
- color: #999999;
- line-height: 1;
- }
- .task-page .info .item .cont.data-v-03d22708 {
- font-size: 30rpx;
- color: #212121;
- line-height: 1.5;
- padding-top: 12rpx;
- }
- .task-page .info .item.data-v-03d22708:last-child {
- border-bottom: none;
- }
|