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

66 lines
1011 B

2 years ago
/* pages/home/home.wxss */
page{
background: #fff;
min-height:calc(100vh - 6rpx);
display: flex;
align-items: center;
}
.titleContainer{
height:186rpx;
width:64%;
margin:20rpx auto;
}
.titleContainer image{
width:100%;
height:100%;
}
.subtitle,.textNum{
color: #212121;
font-size:38rpx;
font-weight: bold;
text-align:center;
margin-top:26rpx;
}
.centerPic{
/* width:422rpx;
height:422rpx; */
margin:0 auto;
text-align: center;
position:relative;
}
.centerPic image{
width: 466rpx;
height:466rpx;
}
.inPic{
position:absolute;
left:18%;
}
.textNum{
margin-top:0;
}
.noticeInfo{
font-size:28rpx;
color: #919191;
width:80%;
margin:34rpx auto;
text-align: center;
}
.footer_btn{
background-image: linear-gradient(110deg,
#34ab92 0%,
#209f84 100%),
linear-gradient(
#209f84,
#209f84);
border-radius: 42rpx;
font-size: 36rpx;
color:#fff;
padding:18rpx 0;
width:53%;
text-align: center;
margin:0rpx auto;
}