zs.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import url('../css/common/common.less');
  2. .zoushi-page {
  3. width:100%;
  4. position:fixed;
  5. top:55px;
  6. bottom:60px;
  7. #ads-wrapper{
  8. display:none;
  9. }
  10. .zoushi-category-wrapper {
  11. width:100%;
  12. height:40px;
  13. line-height:40px;
  14. .center();
  15. .border();
  16. display: flex;
  17. .title();
  18. .zoushi-category-item {
  19. box-sizing:border-box;
  20. flex: 1;
  21. text-align: center;
  22. .zoushi-category-name {
  23. width: 100%;
  24. display: block;
  25. }
  26. &.zoushi-active {
  27. box-sizing:border-box;
  28. border-bottom: 3px solid #E84542;
  29. color: #E84542;
  30. font-weight: bold;
  31. }
  32. &:last-child {
  33. border-right: 0;
  34. }
  35. }
  36. }
  37. .zoushi-cainfo-gpc {
  38. width: 100%;
  39. }
  40. .zoushi-cainfo-wrapper {
  41. top: 80px;
  42. bottom: 0;
  43. width: 100%;
  44. position: absolute;
  45. overflow:auto;
  46. .zoushi-cainfo-list {
  47. width: 100%;
  48. /*overflow: auto;*/
  49. .zoushi-cainfo-title {
  50. height: 45px;
  51. line-height: 45px;
  52. padding: 1px 10px;
  53. /*.border();*/
  54. .border-1px-bottom();
  55. .title-bg();
  56. .zoushi-title-left {
  57. .subTitle();
  58. .zoushi-cainfo-icon {
  59. margin: 0 5px;
  60. float: left;
  61. font-size: 28px;
  62. }
  63. }
  64. }
  65. .zoushi-cainfo-content {
  66. /*background-color: #FFF;
  67. flex-wrap: wrap;
  68. padding: 1px 10px;*/
  69. display: flex;
  70. display: -webkit-flex;
  71. flex-wrap: wrap;
  72. justify-content: flex-start;
  73. align-content: center;
  74. .zoushi-cainfo-item {
  75. /*height: 30px;
  76. line-height: 30px;
  77. width: 30.5%;
  78. text-align: center;
  79. border: 1px solid rgba(0, 0, 0, .1);
  80. display: inline-block;
  81. margin: 6px 1%;*/
  82. flex: 1 0 auto;
  83. padding: 5px 8px;
  84. margin: 5px;
  85. text-align: center;
  86. border-radius: 2px;
  87. border: 1px solid rgba(0,0,0,.1);
  88. /*.border-1px();*/
  89. margin-bottom: 5px;
  90. /*.content();*/
  91. }
  92. }
  93. }
  94. }
  95. }