| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- .task_top.data-v-33208026 {
- width: 100%;
- overflow: hidden;
- /* margin: 3% 0; */
- background-color: #FFFFFF;
- }
- /* 用户信息 */
- .task_top_infor.data-v-33208026 {
- width: 94%;
- overflow: hidden;
- margin: 4% auto 0;
- padding: 2% 3%;
- background: linear-gradient(90deg, #F4DAA7 0%, #E2BC7E 100%);
- border-radius: 18rpx;
- }
- .task_top_user.data-v-33208026 {
- display: flex;
- }
- .task_top_user_le image.data-v-33208026 {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .task_top_user_ce.data-v-33208026 {
- padding-left: 2%;
- font-size: 38rpx;
- font-weight: 500;
- color: #333333;
- line-height: 2;
- }
- .task_top_user_ri.data-v-33208026 {
- margin: 3% 0 0 2%;
- }
- .task_top_user_ri image.data-v-33208026 {
- width: 118rpx;
- height: 34rpx;
- }
- .task_top_user_ri view.data-v-33208026 {
- position: relative;
- bottom: 43rpx;
- left: 45rpx;
- font-size: 24rpx;
- font-weight: 800;
- color: #D3B17B;
- }
- .task_top_text.data-v-33208026 {
- color: #FFFFFF;
- line-height: 2;
- }
- /* 周期任务 */
- .task_top_task.data-v-33208026 {
- width: 94%;
- overflow: hidden;
- margin: 3% auto 0;
- }
- .task_top_text2.data-v-33208026 {
- font-size: 34rpx;
- font-weight: bold;
- color: #333333;
- /* margin-bottom: 2%; */
- /* line-height: 32rpx; */
- }
- .task_top_task_sty.data-v-33208026 {
- width: 100%;
- overflow: hidden;
- background: #FCFBF5;
- border-radius: 18rpx;
- display: flex;
- padding: 4% 3%;
- margin: 3% 0;
- }
- .task_top_task_sty_le.data-v-33208026 {
- width: 80%;
- }
- .task_top_task_sty_le_to.data-v-33208026 {
- display: flex;
- margin: 2% 0;
- }
- .task_top_task_sty_le_to_le.data-v-33208026 {
- width: 150rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .task_top_task_sty_le_to_ri.data-v-33208026 {
- width: 110rpx;
- height: 40rpx;
- background: rgba(255, 247, 226, 0.5);
- border: 2rpx solid #FFA800;
- /* border-right: 2rpx solid #FFA800; */
- border-radius: 50rpx;
- text-align: right;
- color: #FFA800;
- padding-right: 2%;
- }
- .task_top_task_img image.data-v-33208026 {
- width: 36rpx;
- height: 36rpx;
- position: relative;
- right: 110rpx;
- top: 2rpx;
- }
- .task_top_text3.data-v-33208026 {
- font-size: 26rpx;
- /* font-family: PingFang SC; */
- font-weight: 500;
- color: #999999;
- }
- .task_top_text3 text.data-v-33208026 {
- color: #FF130A;
- }
- .task_top_task_sty_ri.data-v-33208026 {
- width: 20%;
- border: 2rpx solid #999999;
- height: 50rpx;
- line-height: 50rpx;
- color: #999999;
- text-align: center;
- font-size: 28rpx;
- border-radius: 18rpx;
- /* margin: 6% 0; */
- }
- .task_top_task_sty_ri2.data-v-33208026 {
- width: 20%;
- border: 2rpx solid #FF130A;
- height: 50rpx;
- color: #FF130A;
- text-align: center;
- line-height: 50rpx;
- font-size: 28rpx;
- border-radius: 8px;
- /* margin: 6% 0; */
- }
|