task_assistance.wxss 2.68 KB
page{
  background: #d01119;
  width: 100%;
  height: 100%

}
.top-back{
  width: 100%;
  height: 60%;
  background-repead:no-repead;
  background-size:100% 100%;
  
}
.top-frame{
  width: 100%;
  height: auto;
  padding-top: 50rpx
}
.top-title{
  letter-spacing:10rpx
}
.activity-data{
  padding-top: 10rpx;
  letter-spacing: 10rpx;

}
.xc-specific-more-frame{
  width: 100%;
  height: 40%;

  margin-top: 20rpx;
}
.task-number{
  margin-top: 50rpx
}
.task_clike{
  margin: auto;
  width: 60%;
  height: 65rpx;
  border-radius: 50rpx;
  margin-top: 20rpx;
  background: #fbda0e;
  color:#d01119; 
  line-height: 65rpx;
  letter-spacing: 5rpx;
   box-shadow: 0rpx 7rpx 0rpx 0rpx rgb(245, 119, 6);
}
/* 底部列表样式 */


.head {
  border-bottom: 4rpx solid rgb(253, 193, 7);
  color: rgb(255, 255, 255);
  height: 48rpx;
  line-height: 48rpx;
}

.lhead {
  border-top: 4rpx solid rgb(253, 193, 7);
  border-left: 4rpx solid rgb(253, 193, 7);
  border-right: 4rpx solid rgb(253, 193, 7);
  width: 290rpx;
  height: 48rpx;
  line-height: 48rpx;
}

.items {
  padding-top: 50rpx;
}

.rhead {
  background-color: rgb(253, 193, 7);
}

.unfinished {
  width:35rpx;
  height: 35rpx;
  margin-right: 10rpx;
}

.padding {
  padding: 0rpx 50rpx;
}

.width {
  width: 290rpx;
}

.line {
  width: 110rpx;
  border: 1rpx solid rgb(255, 255, 255);
}

.load {
  margin: 0rpx 26rpx;
}

.item {
  margin-bottom: 35rpx;
}

.state {
  text-decoration: underline;
}

.nothing {
  padding: 50rpx 0rpx;
}

.receive {
  padding-bottom: 50rpx;
}
.xc-center-img{
  width: 100%;
  height: 100%
}

.xc-left{
  width: 40rpx;
  height: 40rpx;
}
.bcolor {
border-color: #fff;

}
.xc-right{
  width: 40rpx;
  height: 40rpx;
}
.user_img{
  width: 50rpx;
  height: 50rpx; 
}
.dust {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(206, 184, 188, 0.158);
  z-index: 10;
}

.closes {
 margin-top: 20rpx;
}

.canvas {
  position: fixed;
  z-index: 11;
  width: 100%;
  top:20rpx;
}

.close {
  width: 70rpx;
  height: 70rpx;
}
.plan-frame{
	width: 86%;
	margin: auto;
  margin-top: 50rpx;
	
}
.plan-frame .plan_num{
	width: 90%;
	background: #ffe7ab;
	border-radius: 20rpx;
	height: 22rpx;
  margin-right: 10rpx;
}
.is_plam{
  	border-radius: 20rpx;
  background: #fcc001;
	height: 100%;
	top: 0rpx;
	left: 0rpx;
}
.dust {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 10;
}

.closes {
 margin-top: 20rpx;
}

.canvas {
  position: fixed;
  z-index: 20;
  width: 100%;
  top:20rpx;
}

.close {
  width: 70rpx;
  height: 70rpx;
}
.select_details{
  width: 100%;
  height: 50rpx;
  line-height: 50rpx;
  text-align: center;
    background: #000;
    opacity:0.6; filter: alpha(opacity=60);
  bottom: 0rpx;
}