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.
35 lines
565 B
35 lines
565 B
/* pages/topics/interactive/submitTopic/index.wxss */
|
|
.container{
|
|
padding: 20px;
|
|
}
|
|
.title{
|
|
font-size: 15px;
|
|
}
|
|
.textArea{
|
|
font-size: 14px;
|
|
}
|
|
.line-view{
|
|
height: 1px;
|
|
background-color: #F1F1F1;
|
|
margin: 10px 0 10px 0;
|
|
}
|
|
|
|
.btnView{
|
|
position: fixed;
|
|
width: 90%;
|
|
height: 45px;
|
|
bottom: 10px;
|
|
}
|
|
.submitBtn{
|
|
/* background-image: url("/images/common/btn_bg.png"); */
|
|
height: 45px;
|
|
line-height: 40px;
|
|
border-radius: 5px;
|
|
color: white;
|
|
font-size: 14px;
|
|
background-image: linear-gradient(
|
|
to right,
|
|
#FD6553 30%,
|
|
#D70403 100%
|
|
);
|
|
}
|
|
|