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.
66 lines
957 B
66 lines
957 B
page{
|
|
background: #ffffff;
|
|
}
|
|
.pending_flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0 24rpx;
|
|
}
|
|
|
|
.login-btn{
|
|
padding-top: 30rpx;
|
|
}
|
|
.btn-size{
|
|
width: 628rpx;
|
|
height: 114rpx;
|
|
}
|
|
.btn_label{
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
|
|
.certification_details{
|
|
padding: 0rpx 22rpx;
|
|
}
|
|
.certification_details__text{
|
|
margin: 0rpx !important;
|
|
}
|
|
|
|
|
|
textarea {
|
|
|
|
font-size: 32rpx;
|
|
width: 95%;
|
|
padding: 27rpx 22rpx 27rpx 22rpx;
|
|
height: 200rpx;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.block{
|
|
display: block;
|
|
}
|
|
.none{
|
|
display: none;
|
|
}
|
|
.place-holder{
|
|
font-size:32rpx;
|
|
color:rgba(144,157,167,1);
|
|
}
|
|
.textarea-view{
|
|
width: 100%;
|
|
height: 200rpx;
|
|
font-size:32rpx;
|
|
color:rgba(144,157,167,1);
|
|
line-height:37rpx;
|
|
padding: 27rpx 22rpx 27rpx 22rpx;
|
|
}
|
|
|
|
._textarea-view{
|
|
width: 95%;
|
|
min-height: 200rpx;
|
|
height: auto;
|
|
font-size:32rpx;
|
|
color:rgba(51,51,51,1);
|
|
line-height:37rpx;
|
|
padding: 27rpx 22rpx 27rpx 22rpx;
|
|
overflow-wrap: break-word
|
|
}
|
|
|