体质测试
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
tizhiceshi/page/shareList/shareList.wxss

66 lines
1.1 KiB

/* page/shareList/shareList.wxss */
.share{
padding:20rpx 24rpx;
}
.sharelist{
background: #FFFFFF;
box-shadow: 0px 4px 10px 0px rgba(15,91,75,0.13);
border-radius: 20px;
padding:20rpx 20rpx 30rpx 20rpx;
margin-bottom:20rpx;
}
.top{
display: flex;
align-items: center;
border-bottom: 1px solid #EAEAEA;
padding-bottom:30rpx;
}
.picde{
width: 200rpx;
height: 200rpx;
background: #F4F4F4;
border-radius: 20px;
overflow: hidden;
}
.picde image{
width:100%;
height:100%;
}
.detailsInfo{
flex:1;
margin-left:20rpx;
}
.first{
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
}
.second{
color:#222222;
font-size: 28rpx;
}
.score{
color:#209F84
}
.btngroup{
display: flex;
align-items: center;
justify-content: flex-end;
margin-top:29rpx;
}
.btnitem{
padding:14rpx 35rpx;
margin-left:30rpx;
background: #FFFFFF;
border: 1px solid #209F84;
border-radius: 70rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #209F84;
}
.sharebtn{
background: #209F84;
color:#ffffff;
}