1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .task-page.data-v-402433be {
- background-color: #F3F5FB;
- height: 100vh;
- }
- .task-page .title.data-v-402433be {
- 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-402433be {
- padding: 0 10rpx;
- margin: 40rpx 0 0;
- padding-bottom: 150rpx;
- background: #FFFFFF;
- border-radius: 32rpx 32rpx 0px 0px;
- }
- .task-page .info .item-checklist.data-v-402433be {
- display: flex;
- justify-content: space-between;
- padding: 18rpx 20rpx;
- border-bottom: 1rpx solid #EFF1F3;
- }
- .task-page .info .item-checklist .name.data-v-402433be {
- flex: 1;
- }
- .task-page .info .item-checklist .cont.data-v-402433be {
- padding-left: 20rpx;
- width: 200rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- box-sizing: border-box;
- }
- .task-page .empty.data-v-402433be {
- text-align: center;
- font-size: 28rpx;
- margin-top: 10%;
- color: #666;
- }
- .task-page .footer.data-v-402433be {
- width: 100%;
- height: 136rpx;
- background: #FFFFFF;
- border-radius: 16rpx 16rpx 0px 0px;
- position: fixed;
- left: 0;
- bottom: 0;
- text-align: center;
- color: #168DEC;
- font-size: 32rpx;
- padding-top: 20rpx;
- letter-spacing: 2px;
- border-top: 1rpx solid #eaeaea;
- }
|