index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-57280228 {
  5. /* padding: 20px; */
  6. font-size: 14px;
  7. line-height: 24px;
  8. }
  9. .headImg.data-v-57280228 {
  10. height: 180px;
  11. width: 100%;
  12. }
  13. .headBarrage.data-v-57280228 {
  14. height: 180px;
  15. width: 100%;
  16. position: absolute;
  17. top: 0;
  18. }
  19. .tabs.data-v-57280228 {
  20. display: flex;
  21. justify-content: space-around;
  22. margin-top: 10px;
  23. }
  24. .tabs > .tab.data-v-57280228 {
  25. width: 20%;
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: center;
  29. align-items: center;
  30. }
  31. .tabs > .tab > image.data-v-57280228 {
  32. width: 40px;
  33. height: 40px;
  34. }
  35. .buttons.data-v-57280228 {
  36. margin-top: 5px;
  37. padding: 10px;
  38. display: flex;
  39. justify-content: space-between;
  40. }
  41. .buttons > .left.data-v-57280228 {
  42. width: calc(50vw - 15px);
  43. height: 40vw;
  44. }
  45. .buttons > .left image.data-v-57280228 {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .buttons > .right.data-v-57280228 {
  50. width: calc(50vw - 15px);
  51. height: 40vw;
  52. display: flex;
  53. flex-direction: column;
  54. justify-content: space-between;
  55. align-items: center;
  56. }
  57. .buttons > .right image.data-v-57280228 {
  58. width: 100%;
  59. height: calc(50% - 5px);
  60. }
  61. .list-title.data-v-57280228 {
  62. font-size: 16px;
  63. font-weight: 600;
  64. text-align: center;
  65. padding: 10px;
  66. }
  67. .list.data-v-57280228 {
  68. display: grid;
  69. grid-template-columns: 1fr 1fr;
  70. grid-gap: 10px;
  71. padding: 10px;
  72. }
  73. .list .ka.data-v-57280228 {
  74. width: calc(50vw - 15px);
  75. box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.1);
  76. border-radius: 10px;
  77. }
  78. .list .ka .top.data-v-57280228 {
  79. background: linear-gradient(180deg, #FAF1A7 0%, #FFE456 100%);
  80. text-align: center;
  81. display: flex;
  82. justify-content: center;
  83. }
  84. .list .ka .top image.data-v-57280228 {
  85. width: 35vw;
  86. height: 50vw;
  87. }
  88. .list .ka .ka-info.data-v-57280228 {
  89. padding: 10px;
  90. }
  91. .list .ka .ka-info .ka-name.data-v-57280228 {
  92. font-size: 15px;
  93. font-weight: 600;
  94. }
  95. .list .ka .ka-info .row.data-v-57280228 {
  96. margin-top: 5px;
  97. display: flex;
  98. justify-content: space-between;
  99. }
  100. .list .ka .ka-info .row .money.data-v-57280228 {
  101. font-size: 16px;
  102. font-weight: 600;
  103. color: #FF2C43;
  104. }
  105. .bullet.data-v-57280228 {
  106. height: 30px;
  107. line-height: 30px;
  108. padding: 0 10px;
  109. border-radius: 15px;
  110. background-color: rgba(0, 0, 0, 0.3);
  111. color: #fff;
  112. }