mykabaw.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/kabaw/mykabaw.wxss */
  2. page{
  3. background: #fff;
  4. /* width: 90vw;
  5. height: auto;
  6. margin: 0 5vw; */
  7. }
  8. .nomore{
  9. width: 100%;
  10. text-align: center;
  11. color: #999;
  12. height: 40px;
  13. line-height: 40px;
  14. font-size: 14px;
  15. }
  16. .main{
  17. width: 100vw;
  18. height: auto;
  19. }
  20. .top-tab{
  21. width: 100vw;
  22. height: 50px;
  23. background:#e3e3e3;
  24. line-height: 50px;
  25. display: flex;
  26. justify-content: center;
  27. }
  28. .top-tab .tab{
  29. width: 40vw;
  30. height: 38px;
  31. line-height: 38px;
  32. text-align: center;
  33. font-size: 14px;
  34. margin-top: 12px;
  35. color: #9B9B9B;
  36. }
  37. .top-tab .native{
  38. width: 40vw;
  39. height: 38px;
  40. line-height: 38px;
  41. text-align: center;
  42. font-size: 16px;
  43. background: #fff;
  44. border-radius: 8px 8px 0 0;
  45. color: #000;
  46. }
  47. .qlist{
  48. width: 100%;
  49. height: auto;
  50. padding: 0 10vw;
  51. /* border: 1px solid #eee; */
  52. }
  53. .qlist .quan{
  54. margin-left: 0;
  55. width: 80vw;
  56. border: none;
  57. border-radius: 0;
  58. border-bottom: 1px solid #eee;
  59. }
  60. .quan{
  61. width: 80vw;
  62. height: 110px;
  63. padding: 10px 0;
  64. margin-left: 5vw;
  65. position: relative;
  66. border-radius: 8px;
  67. border: 1px solid #eee;
  68. display: flex;
  69. }
  70. .quan .left{
  71. width: 26vw;
  72. height: 90px;
  73. }
  74. .quan .right{
  75. width: 54vw;
  76. height: 90px;
  77. padding: 10px 10px;
  78. font-size: 10px;
  79. background: #fff;
  80. position: relative;
  81. }
  82. .left image{
  83. width: 26vw;
  84. height: 90px;
  85. /* margin: 15px calc( 13vw - 35px ); */
  86. background: #eee;
  87. }
  88. .quan .gouser{
  89. width: auto;
  90. padding: 0 10px;
  91. text-align: center;
  92. height: 24px;
  93. line-height: 24px;
  94. border-radius: 24px;
  95. border: 1px solid #0F2862;
  96. /* background: #f20; */
  97. position: absolute;
  98. bottom: 25px;
  99. right: 12px;
  100. font-size: 12px;
  101. }
  102. .right view{
  103. width: auto;
  104. height: 17px;
  105. line-height: 17px;
  106. }
  107. .right .store{
  108. word-break: break-all;
  109. overflow: hidden;
  110. }
  111. .right .qname{
  112. width: 100%;
  113. height: 29px;
  114. /* line-height: 29px; */
  115. font-size: 16px;
  116. overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  117. }
  118. .right .shixiao{
  119. position: absolute;
  120. right: 0;
  121. top: 15px;
  122. width: 66px;
  123. height: 60px;
  124. }