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.
162 lines
2.9 KiB
162 lines
2.9 KiB
/* subpages/communitySelfInsp/pages/synthesis/synthesis.wxss */
|
|
page {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
overflow-y: scroll;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.header {
|
|
width: 100%;
|
|
height: 464rpx;
|
|
/* position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000; */
|
|
overflow: hidden;
|
|
}
|
|
.blue{
|
|
color: #3A80E7 ;
|
|
}
|
|
.red{
|
|
color: #FF502E;
|
|
}
|
|
.header .header-bg {
|
|
width: 100%;
|
|
height: 444rpx;
|
|
position: absolute;
|
|
height: 100%;
|
|
z-index: -997;
|
|
}
|
|
.header .navigation {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #333333;
|
|
font-size: 32rpx;
|
|
position: relative;
|
|
z-index: 100;
|
|
}
|
|
.back{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-left: 20rpx;
|
|
position: absolute;
|
|
margin-top: 25rpx;
|
|
border-radius: 0rpx;
|
|
z-index: 2;
|
|
}
|
|
.header .content{
|
|
margin: 140rpx 0 0 69rpx;
|
|
}
|
|
.header .content .h2{
|
|
font-size: 44rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 800;
|
|
color: #333333;
|
|
margin-bottom: 40rpx;
|
|
width: 330rpx;
|
|
}
|
|
.header .content .tag{
|
|
width: 170rpx;
|
|
height: 50rpx;
|
|
position: relative;
|
|
line-height: 48rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
padding-left: 35rpx;
|
|
}
|
|
.header .content .tag image {
|
|
width: 170rpx;
|
|
height: 50rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -888;
|
|
}
|
|
.body{
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
top: -30rpx;
|
|
overflow: hidden;
|
|
}
|
|
.body .top .bg{
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
z-index: -996;
|
|
}
|
|
.body .top .top_box{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.body .top .top_box>view{
|
|
width: 50%;
|
|
height: 200rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
top: 20rpx;
|
|
color: #666666;
|
|
}
|
|
.body .top .top_box>view b{
|
|
font-size: 50rpx;
|
|
}
|
|
.body .top .top_box>view .tagB,
|
|
.body .top .top_box>view .tagR
|
|
{
|
|
position: relative;
|
|
}
|
|
.body .top .top_box>view .tagB::after{
|
|
display: inline-block;
|
|
content: '';
|
|
width:18rpx;
|
|
height: 18rpx;
|
|
background-color: #3A80E7;
|
|
position: absolute;
|
|
left: -30rpx;
|
|
top: 10rpx;
|
|
}
|
|
.body .top .top_box>view .tagR::after{
|
|
display: inline-block;
|
|
content: '';
|
|
width:18rpx;
|
|
height: 18rpx;
|
|
background-color: #FF502E ;
|
|
position: absolute;
|
|
left: -30rpx;
|
|
top: 10rpx;
|
|
}
|
|
.body .bto{
|
|
border-radius: 10rpx;
|
|
background-color: #fff;
|
|
padding: 30rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.body .bto .th .tr{
|
|
color: #333333;
|
|
}
|
|
.body .bto .tr{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
height: 90rpx;
|
|
color: #666666;
|
|
}
|
|
.body .bto .tr_bg{
|
|
background-color: #f0f5fd;
|
|
}
|
|
.body .bto .tr .td{
|
|
width: 25%;
|
|
text-align: center;
|
|
}
|
|
.body .bto .tr .td image{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|