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.
46 lines
1.1 KiB
46 lines
1.1 KiB
4 years ago
|
.box{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
font-size: 0.146484rem;
|
||
|
font-family: Source Han Sans CN;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
.topbox{
|
||
|
margin: 0 auto;
|
||
|
width: 90%;
|
||
|
margin-top: 0.195313rem;
|
||
|
}
|
||
|
.textbox{
|
||
|
margin: 0 auto;
|
||
|
flex: 1;
|
||
|
width: 90%;
|
||
|
border-radius: 10px;
|
||
|
padding: 0.195313rem;
|
||
|
textarea{
|
||
|
font-family: Source Han Sans CN;
|
||
|
font-size: 0.146484rem;
|
||
|
border-radius: 10px;
|
||
|
background: #F4F5F9;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
border: none;
|
||
|
box-sizing:border-box;
|
||
|
padding: 0.195313rem;
|
||
|
}
|
||
|
}
|
||
|
.btn{
|
||
|
div{
|
||
|
margin: 0 auto;
|
||
|
margin-bottom: 0.126953rem;
|
||
|
width: 0.78125rem;
|
||
|
height: 0.351563rem;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
line-height: 0.351563rem;
|
||
|
background: linear-gradient(337deg, #FC7045 0%, #FF4923 100%);
|
||
|
opacity: 1;
|
||
|
border-radius: 0.292969rem;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|