/* 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% ); }