entity.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .stk-list-wrap {
  12. position: relative;
  13. padding-bottom: 156rpx;
  14. }
  15. .stk-list-wrap .btm-btn {
  16. position: fixed;
  17. height: 156rpx;
  18. bottom: 0;
  19. width: 750rpx;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. .stk-list-wrap .btm-btn .btn {
  25. border-radius: 20rpx;
  26. background-color: #901b21;
  27. color: #fff;
  28. width: 622rpx;
  29. height: 86rpx;
  30. line-height: 86rpx;
  31. text-align: center;
  32. }
  33. .stk-list-wrap .stk-wrap {
  34. width: 705rpx;
  35. height: 204rpx;
  36. margin: 0 auto 20rpx;
  37. position: relative;
  38. }
  39. .stk-list-wrap .stk-wrap .stk-bg {
  40. width: 705rpx;
  41. height: 204rpx;
  42. position: absolute;
  43. top: 0;
  44. }
  45. .stk-list-wrap .stk-wrap .stk-name {
  46. position: absolute;
  47. display: flex;
  48. height: 40rpx;
  49. align-items: center;
  50. font-size: 36rpx;
  51. color: #6b4713;
  52. font-weight: bold;
  53. top: 46rpx;
  54. left: 24rpx;
  55. }
  56. .stk-list-wrap .stk-wrap .stk-name image {
  57. width: 39rpx;
  58. height: 36rpx;
  59. margin-right: 10rpx;
  60. }
  61. .stk-list-wrap .stk-wrap .stk-info {
  62. position: absolute;
  63. bottom: 0;
  64. height: 90rpx;
  65. width: 705rpx;
  66. padding: 0 24rpx;
  67. font-size: 26rpx;
  68. }
  69. .stk-list-wrap .stk-wrap .stk-info .info-no text {
  70. color: #8f1b1f;
  71. }
  72. .stk-tc {
  73. width: 560rpx;
  74. background-color: #fff;
  75. border-radius: 20rpx;
  76. position: relative;
  77. }
  78. .stk-tc .gift, .stk-tc .gift-bg, .stk-tc .gift-bg-mb {
  79. position: absolute;
  80. left: 0;
  81. right: 0;
  82. margin: auto;
  83. }
  84. .stk-tc .tc-tit, .stk-tc .tc-inp, .stk-tc .tc-btn {
  85. margin: auto;
  86. }
  87. .stk-tc .gift {
  88. top: -93rpx;
  89. width: 177rpx;
  90. height: 186rpx;
  91. }
  92. .stk-tc .gift-bg-mb {
  93. top: 0;
  94. width: 456rpx;
  95. height: 90rpx;
  96. background-color: #fff;
  97. }
  98. .stk-tc .gift-bg {
  99. top: -90rpx;
  100. width: 456rpx;
  101. height: 180rpx;
  102. }
  103. .stk-tc .tc-tit {
  104. font-weight: bold;
  105. color: #333333;
  106. font-size: 36rpx;
  107. text-align: center;
  108. }
  109. .stk-tc .tc-inp {
  110. display: block;
  111. margin: 20rpx auto;
  112. width: 440rpx;
  113. height: 70rpx;
  114. background-color: #f5f5f5;
  115. top: 210rpx;
  116. padding-left: 20rpx;
  117. border-radius: 15rpx;
  118. font-size: 32rpx;
  119. }
  120. .stk-tc .tc-inp-km {
  121. top: 305rpx;
  122. }
  123. .stk-tc .tc-btn {
  124. width: 405rpx;
  125. height: 86rpx;
  126. margin-top: 45rpx;
  127. background-color: #901b21;
  128. border-radius: 43rpx;
  129. text-align: center;
  130. color: #fff;
  131. line-height: 86rpx;
  132. font-size: 36rpx;
  133. }