体质测试
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/shetai/shetai.wxss

56 lines
1012 B

/* page/shetai/shetai.wxss */
.title{
font-size: 42rpx;
font-family: PingFang SC;
font-weight: bold;
color: #FFFFFF;
}
.content{
position: relative;
z-index: 9;
margin-top:-280rpx;
text-align: center;
}
.picimg{
width:91%;
margin:40rpx auto 40rpx auto;
background:#fff;
border:1px solid transparent;
border-radius: 10px;
padding-bottom:50rpx;
box-shadow: 0px 0px 7px 0px
rgba(0, 0, 0, 0.22);
height:calc(70vh);
display: flex;
flex-direction: column;
}
.shetaipiccontent{
margin:50rpx 50rpx 62rpx 50rpx;
background: #F4F4F4;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
flex:1;
}
.shetaipic{
width:135rpx;
height:auto;
}
.uploadbtn{
/* flex:1; */
padding:0 10%;
height: 100rpx;
background: #209F84;
border-radius: 20rpx;
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 100rpx;
margin:0 20rpx;
}
.btngrounp{
display: flex;
justify-content: center;
}