57 lines
978 B
Plaintext
57 lines
978 B
Plaintext
|
|
.container{
|
|
width: 100%;
|
|
/* height: 100%; */
|
|
/* background-color: aqua; */
|
|
overflow-y: auto;
|
|
}
|
|
.sectioncontain{
|
|
width:96%;
|
|
height: auto;
|
|
margin: 20rpx auto;
|
|
padding-bottom: 5rpx;
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
|
|
}
|
|
.sectioncontain .bartitle{
|
|
width: 96%;
|
|
font-size: 14px;
|
|
padding: 30rpx 0;
|
|
margin: 0 auto;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.bartitle .iconfont{
|
|
color: #4E5CD7;
|
|
margin-right: 20rpx;
|
|
}
|
|
.iconfontImg{
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.submitContainer{
|
|
width: 96%;
|
|
height:80rpx;
|
|
margin: 20rpx auto 50rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.submitContainer .btn{
|
|
width: 45%;
|
|
border-radius: 10rpx;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
}
|
|
.submitContainer .submitbtn{
|
|
background: #169BD5;
|
|
|
|
}
|
|
.submitContainer .errorbtn{
|
|
background: #f00;
|
|
} |