123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /*样式重置*/
- .demo-comtop{
- padding-left: 80px;
- padding-right: 80px;
- }
- .integral{
- position: fixed;
- right: 10px;
- top: 0;
- height: 45px;
- color: #ffffff;
- line-height: 44px;
- text-align: center;
- z-index: 10002;
- }
- .lin-search {
- height: 30px;
- padding: 10px;
- background: transparent;
- line-height: 30px;
- }
- .lin-search input {
- width: calc(100% - 80px);
- padding: 6px 0;
- }
- .lin-search div {
- background: #fff;
- text-align: left;
- width: 100%;
- }
- .cancel-btn {
- width: 48px;
- text-align: center;
- line-height: 29px;
- color: #999
- }
- .mui-scroll-wrapper {
- width: 100%;
- }
- .sort_tit {
- background: url(../images/xiazhan_icon.png) no-repeat right center;
- background-size: 18px 8px;
- line-height: 45px;
- }
- .border-radius-50 {border-radius: 50%;}
- .c-list-action>span, .c-list-indent-m p {font-size: 18px;}
- .c-failstate {padding: 30px 0 0;}
- .no-result-img {margin: 0 auto;}
|