jifenguanli.css 870 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*样式重置*/
  2. .demo-comtop{
  3. padding-left: 80px;
  4. padding-right: 80px;
  5. }
  6. .integral{
  7. position: fixed;
  8. right: 10px;
  9. top: 0;
  10. height: 45px;
  11. color: #ffffff;
  12. line-height: 44px;
  13. text-align: center;
  14. z-index: 10002;
  15. }
  16. .lin-search {
  17. height: 30px;
  18. padding: 10px;
  19. background: transparent;
  20. line-height: 30px;
  21. }
  22. .lin-search input {
  23. width: calc(100% - 80px);
  24. padding: 6px 0;
  25. }
  26. .lin-search div {
  27. background: #fff;
  28. text-align: left;
  29. width: 100%;
  30. }
  31. .cancel-btn {
  32. width: 48px;
  33. text-align: center;
  34. line-height: 29px;
  35. color: #999
  36. }
  37. .mui-scroll-wrapper {
  38. width: 100%;
  39. }
  40. .sort_tit {
  41. background: url(../images/xiazhan_icon.png) no-repeat right center;
  42. background-size: 18px 8px;
  43. line-height: 45px;
  44. }
  45. .border-radius-50 {border-radius: 50%;}
  46. .c-list-action>span, .c-list-indent-m p {font-size: 18px;}
  47. .c-failstate {padding: 30px 0 0;}
  48. .no-result-img {margin: 0 auto;}