日照项目的居民端小程序
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.

70 lines
1.2 KiB

page{
background: #f7f7f7;
}
.subject-con{
display: flex;
padding: 20rpx;
background: #fff;
width: 100%;
flex-direction: column;
box-sizing: border-box;
margin-top: 20rpx;
}
.subject-con .tit{
font-size:34rpx;
}
.subject-con .label{
font-size:32rpx;
padding-top: 20rpx;
}
.subject-con .content{
font-size: 28rpx;
padding-top: 20rpx;
}
.subject-con .pics {
display: flex;
margin: 15rpx 0rpx;
}
.subject-con .pics image {
display: block;
margin: 5rpx;
width: 220rpx;
height: 160rpx;
border-radius: 10rpx;
}
.subject-con .grid{
font-size: 26rpx;
color: #999;
}
.ask{
font-size: 38rpx;
display: table;
width: 100%;
text-align: center;
padding-top: 30rpx;
}
.btns{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.btns .btn{
width: 250rpx;
height: 86rpx;
border-radius: 43rpx;
border: 4rpx solid #E60000;
margin: 40rpx;
color: #E60000;
font-size: 38rpx;
display: flex;
justify-content: center;
align-items: center;
}
.btns .btn image{
width: 38rpx;
height: 43rpx;
margin-right: 20rpx;
}