/* pages/topics/common/message/index.wxss */ .container{ padding: 20px; } .item{ display: flex; flex-direction: row; /* align-items: center; */ } .must_fill{ font-size: 13px; color: red; margin-right: 5px; } .title{ font-size: 15px; } .textArea{ font-size: 14px; line-height: 10px; } .line-view{ height: 1px; background-color: #F1F1F1; margin: 10px 0 10px 0; } .btnView{ position: fixed; padding: 10px 20px 20px 20px; bottom: 0; left: 0; right: 0; } .submitBtn{ /* width: 100%; */ /* margin-left: 20px; margin-right: 20px; */ /* position: fixed; bottom: 10px; */ height: 45px; line-height: 40px; border-radius: 5px; color: white; font-size: 14px; background-image: linear-gradient( to right, #FD6553 30%, #D70403 100% ); }