logs.wxss 1.23 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
/*tab框切换*/
.nav_tab{
width:100%;
height:100rpx;
display:flex;
flex-direction:row;
}
.show{
line-height:100rpx;
text-align:center;
width: 150rpx;
color:#BDBDBD;
font-size:28rpx;
opacity: 0.5;
font-weight: 500;
}
.hidden{
line-height:100rpx;
text-align:center;
color:#FF8EA9;
width: 150rpx;
font-size:28rpx;
font-weight: 500;
}
.nav_underline{
background:#FF8EA9;
width:54rpx;
height:6rpx;
margin-top:-10rpx;
margin-left:70rpx;
border-radius:8rpx;
}
.item_bg{
width: 670rpx;
height: 200rpx;
background: #FFFFFF;
box-shadow: 0px 2rpx 8rpx 2rpx rgba(245,33,84,0.1);
border-radius: 20rpx 20rpx 20rpx 20rpx;
opacity: 1;
margin: 40rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.title{
height: 39rpx;
font-size: 28rpx;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 33rpx;
margin-left: 20rpx;
margin-top: 24rpx;
}
.content{
margin-left: 20rpx;
margin-top: 24rpx;
width: 436rpx;
height: 104rpx;
font-size: 24rpx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #828282;
line-height: 28rpx;

}
.picture{
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
margin: 20rpx;
}