123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .questionbox .paneltitle{
- font-size: 14px;
- color: #666666;
- line-height: 45px;
- height: 45px;
- padding: 0 15px;
- }
- .questionbox .panel{
- background: #fff;
- }
- .q_list{
- padding: 10px 15px;
- border-bottom: 1px solid #e6e6e6;
- }
- .q_list .dc_hd{
- font-size: 16px;
- color: #333333;
- line-height: 24px;
- margin-right: 10px;
- }
- .q_list .jt{
- text-align: right;
- color: #D9D9D9;
- }
- .footbtn_wt{
- background: #FFFFFF;
- box-shadow: 0 -2px 6px 0 rgba(0,0,0,0.08);
- font-size: 16px;
- color: #333333;
- text-align: center;
- height: 48px;
- line-height: 48px;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .footbtn_wt img{
- display: inline-block;
- width: 20px;
- vertical-align: middle;
- margin-right: 4px;
- margin-top: -3px;
- }
- .footbtn_wt~.questionbox{
- padding-bottom: 58px;
- }
- .weui-loadmore {
- width: 65%;
- margin: 1.5em auto;
- line-height: 1.6em;
- font-size: 14px;
- text-align: center;
- }
- .weui-loadmore_line {
- border-top: 1px solid #E5E5E5;
- margin-top: 2.4em;
- }
- .weui-loadmore__tips {
- display: inline-block;
- vertical-align: middle;
- }
- .weui-loadmore_line .weui-loadmore__tips {
- position: relative;
- top: -0.9em;
- padding: 0 .55em;
- background-color: #FFFFFF;
- color: #999999;
- }
- .sousuo{
- padding: 10px 15px;
- border-bottom: 1px solid #e6e6e6;
- }
- .sousuo input {
- height: 36px;
- line-height: 36px;
- background: #fff;
- border-radius: 4px;
- border: none;
- font-size: 14px;
- padding-left: 35px;
- background:#fff url(../images/so_icon.png) no-repeat 10px center / 15px 15px;
- margin: 0;
- }
|