抖音c端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.ttss 4.9 KiB

2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. .BoxBg{
  2. height: 100%;
  3. background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);
  4. overflow: hidden;
  5. }
  6. .container {
  7. background: #fff;
  8. width: 92%;
  9. margin: 8% auto 6% auto;
  10. border-radius: 16rpx;
  11. text-align: center;
  12. }
  13. .quanDataBox{
  14. /* margin-top: 60rpx; */
  15. overflow: hidden;
  16. }
  17. .qianTitle{
  18. font-size: 32rpx;
  19. }
  20. .payBox{
  21. display: flex;
  22. justify-content: center;
  23. }
  24. .selling{
  25. font-size: 30rpx;
  26. color: rgba(253,131,45,1);
  27. margin-top: 10rpx;
  28. }
  29. .original{
  30. color: #999;
  31. font-size: 26rpx;
  32. text-decoration: line-through;
  33. margin-left: 20rpx;
  34. margin-top: 14rpx;
  35. }
  36. .past{
  37. font-size: 24rpx!important;
  38. color: red!important;
  39. border: 1px solid red;
  40. padding: 3rpx;
  41. float: left;
  42. margin-left: 10rpx;
  43. font-size: 26rpx;
  44. height: 40rpx;
  45. line-height: 40rpx;
  46. margin-top: 10rpx;
  47. }
  48. .timevalidity{
  49. font-size: 22rpx;
  50. color: #999;
  51. letter-spacing: 0;
  52. margin: 6rpx 0 10rpx 0;
  53. }
  54. .subhead{
  55. font-size: 26rpx;
  56. color: #999;
  57. letter-spacing: 0;
  58. text-align: center;
  59. line-height: 37rpx;
  60. padding: 0 10rpx;
  61. }
  62. .manjian{
  63. margin-left: 26rpx;
  64. color: #999!important;
  65. font-size: 26rpx !important;
  66. text-align: center;
  67. }
  68. .line{
  69. height: 10rpx;
  70. display: block;
  71. width: 100%;
  72. margin-top: 20rpx;
  73. }
  74. .zhuangtai{
  75. margin-bottom: 20rpx;
  76. }
  77. .panel{
  78. overflow: hidden;
  79. position: relative;
  80. }
  81. .rqImg{
  82. /* background-color: aqua; */
  83. width: 600rpx;
  84. height: 440rpx;
  85. display: block;
  86. border-radius: 10rpx;
  87. margin: 20rpx auto;
  88. padding: 0;
  89. overflow: hidden;
  90. }
  91. .barnum{
  92. background: #fff;
  93. height: 88rpx;
  94. width: 600rpx;
  95. margin: 0 auto;
  96. line-height: 88rpx;
  97. border: 2rpx solid #ccc;
  98. border-radius: 10px;
  99. font-size: 36rpx;
  100. color: #333;
  101. letter-spacing: 0;
  102. text-align: center;
  103. overflow: hidden;
  104. }
  105. .barnumtext{
  106. float: left;
  107. margin-left: 20rpx;
  108. font-size: 30rpx;
  109. }
  110. .barnumImg{
  111. float: left;
  112. height: 40rpx;
  113. width: 40rpx;
  114. margin: 24rpx 20rpx;
  115. }
  116. .barnumtext::before{
  117. content: "优惠券码:";
  118. font-size: 24rpx;
  119. color: #999;
  120. }
  121. .shopData{
  122. margin-top: 20rpx;
  123. text-align: left;
  124. }
  125. .shopTexx{
  126. font-size: 30rpx;
  127. height: 70rpx;
  128. line-height: 70rpx;
  129. text-indent: 1em;
  130. color: #333;
  131. background: #fff;
  132. margin: 20rpx 0;
  133. }
  134. .posi{
  135. overflow: hidden;
  136. height: 70px;
  137. }
  138. .note{
  139. text-align: left;
  140. }
  141. .shiji{
  142. width: 22%;
  143. text-indent: 30rpx;
  144. text-align: left;
  145. font-size: 24rpx;
  146. color: #333;
  147. letter-spacing: 1.16rpx;
  148. margin-left: 20rpx;
  149. }
  150. .moneys{
  151. font-size: 40rpx !important;
  152. color: #ff4949 !important;
  153. letter-spacing: 0;
  154. float: right;
  155. }
  156. .orderDate::before{
  157. content: "下单时间:";
  158. margin-left: 20rpx;
  159. }
  160. .orderDate{
  161. font-size: 24rpx;
  162. color: #333;
  163. letter-spacing: 1.16rpx;
  164. margin: 10rpx 0;
  165. }
  166. .orderDate1::before{
  167. content: "核销时间:";
  168. margin-left: 20rpx;
  169. }
  170. .orderDate1{
  171. font-size: 24rpx;
  172. color: #333;
  173. letter-spacing: 1.16rpx;
  174. margin: 10rpx 0;
  175. }
  176. .orderDate2::before{
  177. content: "过期时间:";
  178. margin-left: 20rpx;
  179. }
  180. .orderDate2{
  181. font-size: 24rpx;
  182. color: #333;
  183. letter-spacing: 1.16rpx;
  184. margin: 10rpx 0;
  185. }
  186. .orderDate3::before{
  187. content: "退款时间:";
  188. margin-left: 20rpx;
  189. }
  190. .orderDate3{
  191. font-size: 24rpx;
  192. color: #333;
  193. letter-spacing: 1.16rpx;
  194. margin: 10rpx 0;
  195. }
  196. .orderNum::before{
  197. content: "订单编号:";
  198. margin-left: 20rpx;
  199. }
  200. .orderNum{
  201. font-size: 24rpx;
  202. color: #333;
  203. letter-spacing: 1.16rpx;
  204. margin: 10rpx 0;
  205. }
  206. .notes{
  207. margin: 20rpx;
  208. text-align: left;
  209. }
  210. .notesText{
  211. font-size: 30rpx;
  212. color: #333;
  213. letter-spacing: 0;
  214. }
  215. .introduce{
  216. font-size: 24rpx;
  217. color: #333;
  218. }
  219. .closeRq{
  220. position: absolute;
  221. width: 420rpx;
  222. height: 400rpx;
  223. line-height: 400rpx;
  224. text-align: center;
  225. background-color: rgba(0, 0, 0, 0.8);
  226. left: 50%; top: 42%;
  227. transform: translate(-50%, -50%); /* 50%为自身尺寸的一半 */
  228. z-index: 10000000;
  229. color: #fff;
  230. font-size: 38rpx;
  231. }
  232. .updataRqCode{
  233. width: 80rpx !important;
  234. height: 80rpx;
  235. margin-top: calc(50%-80rpx) !important;
  236. margin-left: calc(50%-80rpx) !important;
  237. display: inline-block !important;
  238. }
  239. .upDataRq{
  240. position: absolute;
  241. width: 100%;
  242. text-align: center;
  243. height: 80rpx;
  244. color: #fff ;
  245. top: 20%;
  246. left: 0;
  247. }
  248. .rich_text{
  249. width: 100%;
  250. height: 100%;
  251. }
  252. .rich_text p {
  253. width: 100% !important;
  254. }
  255. .rich_text img{
  256. max-width: 100% !important;
  257. }
  258. .logoBox{
  259. position: relative;
  260. width: 100%;
  261. height: 80rpx;
  262. }
  263. .logo{
  264. position: absolute;
  265. width: 100rpx;
  266. height: 100rpx;
  267. border-radius: 50%;
  268. top: -50%;
  269. display: block;
  270. left: 44%;
  271. z-index: 1000000;
  272. }
  273. .coedTiem{
  274. text-align: center;
  275. color: rgba(253,131,45,1);
  276. margin-bottom: 10rpx;
  277. font-size: 30rpx;
  278. }