C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

430 righe
6.1 KiB

  1. @import "../../../app.wxss";
  2. .order {
  3. width: 100%;
  4. }
  5. .success{
  6. vertical-align: middle;
  7. width: 40rpx;
  8. margin-right: 10rpx;
  9. }
  10. .tips {
  11. width: 92%;
  12. height: 88rpx;
  13. background: #00c0ff;
  14. color: #fff;
  15. padding: 0 4%;
  16. line-height: 88rpx;
  17. }
  18. .tips text:nth-child(2) {
  19. font-size: 32rpx;
  20. padding-left: 16rpx;
  21. }
  22. .tips text:nth-child(1) {
  23. width: 32rpx;
  24. height: 32rpx;
  25. background: #fff;
  26. border-radius: 50%;
  27. color: #00c0ff;
  28. line-height: 32rpx;
  29. text-align: center;
  30. display: inline-block;
  31. font-size: 28rpx;
  32. }
  33. .section {
  34. margin-top: 2%;
  35. }
  36. .detail_msg {
  37. width: 92%;
  38. background: #fff;
  39. display: flex;
  40. margin: 0 4%;
  41. margin-top: 30rpx;
  42. padding-bottom: 30rpx;
  43. border-bottom: 1rpx solid #eee;
  44. }
  45. .logo {
  46. display: block;
  47. width: 180rpx;
  48. height: 180rpx;
  49. border-radius: 16rpx;
  50. }
  51. .logo image {
  52. width: 180rpx;
  53. height: 180rpx;
  54. border-radius: 16rpx;
  55. }
  56. .info view:nth-child(1) {
  57. display: flex;
  58. justify-content: space-between;
  59. padding: 0 4%;
  60. }
  61. .info {
  62. width: 100%;
  63. }
  64. .info view:nth-child(1) text {
  65. font-size: 30rpx;
  66. color: #000;
  67. letter-spacing: 0;
  68. }
  69. .info view:nth-child(1) text:nth-child(2) {
  70. color: #ffae00;
  71. font-size: 24rpx;
  72. }
  73. .info view:nth-child(2), .info view:nth-child(3) {
  74. font-size: 24rpx;
  75. padding-left: 4%;
  76. color: #919191;
  77. letter-spacing: 0;
  78. }
  79. .info view:nth-child(2) text, .info view:nth-child(3) text {
  80. font-size: 22rpx;
  81. color: #b8b8b8;
  82. }
  83. .payment {
  84. width: 92%;
  85. height: 120rpx;
  86. line-height: 120rpx;
  87. padding: 0 4%;
  88. display: flex;
  89. justify-content: space-between;
  90. border-bottom: 20rpx solid #ededed;
  91. }
  92. .payment view:nth-child(2) text:nth-child(1) {
  93. font-size: 36rpx;
  94. color: #ff3434;
  95. font-weight: bold;
  96. }
  97. .payment view:nth-child(2) text:nth-child(2) {
  98. font-size: 24rpx;
  99. color: #b4b4b4;
  100. padding-left: 18rpx;
  101. text-decoration: line-through;
  102. }
  103. .classif {
  104. width: 92%;
  105. padding-left: 4%;
  106. padding-right: 4%;
  107. }
  108. .classif > view {
  109. position: relative;
  110. height: 94rpx;
  111. line-height: 94rpx;
  112. display: flex;
  113. justify-content: space-between;
  114. border-bottom: 1rpx solid #eee;
  115. }
  116. .classif > view text {
  117. font-size: 30rpx;
  118. }
  119. .classif > view text:nth-child(2) {
  120. color: #b8b8b8;
  121. font-size: 30rpx;
  122. }
  123. .classif > view:nth-child(1) {
  124. display: block;
  125. }
  126. .classif > view:nth-child(1) text:nth-child(2) {
  127. padding-left: 15rpx;
  128. }
  129. .classif > view:nth-child(3) view text:nth-child(2) {
  130. padding-left: 15rpx;
  131. }
  132. .classif > view:nth-child(6) text:nth-child(2) {
  133. color: #ff3434;
  134. font-weight: bold;
  135. }
  136. .spcode {
  137. position: absolute;
  138. right: 0;
  139. bottom: 0;
  140. top: 0;
  141. margin: auto;
  142. width: 50rpx;
  143. }
  144. /*mask*/
  145. .drawer_screen {
  146. position: absolute;
  147. width: 100%;
  148. height: 100%;
  149. top: 0;
  150. left: 0;
  151. z-index: 1000;
  152. background: #000;
  153. opacity: 0.5;
  154. overflow: hidden;
  155. }
  156. .drawer_box {
  157. width: 650rpx;
  158. position: fixed;
  159. overflow: hidden;
  160. top: 50%;
  161. left: 0;
  162. z-index: 1001;
  163. margin: -150px 50rpx 0 50rpx;
  164. border-radius: 3px;
  165. }
  166. .drawer_title {
  167. padding: 15px;
  168. font: 20px "microsoft yahei";
  169. text-align: center;
  170. }
  171. .drawer_content {
  172. height: 210px;
  173. overflow-y: scroll; /*超出父盒子高度可滚动*/
  174. }
  175. .btn_ok {
  176. padding: 10px;
  177. font: 20px "microsoft yahei";
  178. text-align: center;
  179. border-top: 1px solid #e8e8ea;
  180. color: #3cc51f;
  181. }
  182. .top {
  183. padding-top: 8px;
  184. }
  185. .bottom {
  186. padding-bottom: 8px;
  187. }
  188. .title {
  189. height: 30px;
  190. line-height: 30px;
  191. width: 160rpx;
  192. text-align: center;
  193. display: inline-block;
  194. font: 300 28rpx/30px "microsoft yahei";
  195. }
  196. .input_base {
  197. border: 2rpx solid #ccc;
  198. padding-left: 10rpx;
  199. margin-right: 50rpx;
  200. }
  201. .input_h30 {
  202. height: 30px;
  203. line-height: 30px;
  204. }
  205. .input_h60 {
  206. height: 60px;
  207. }
  208. .input_view {
  209. font: 12px "microsoft yahei";
  210. background: #fff;
  211. color: #000;
  212. line-height: 30px;
  213. }
  214. input {
  215. font: 12px "microsoft yahei";
  216. background: #fff;
  217. color: #000;
  218. }
  219. radio {
  220. margin-right: 20px;
  221. }
  222. .grid {
  223. display: -webkit-box;
  224. display: box;
  225. }
  226. .col-0 {
  227. -webkit-box-flex: 0;
  228. box-flex: 0;
  229. }
  230. .col-1 {
  231. -webkit-box-flex: 1;
  232. box-flex: 1;
  233. }
  234. .fl {
  235. float: left;
  236. }
  237. .fr {
  238. float: right;
  239. }
  240. .clearfix:after {
  241. content: ".";
  242. display: block;
  243. height: 0;
  244. clear: both;
  245. visibility: hidden;
  246. }
  247. .panel {
  248. width: 600rpx;
  249. border-radius: 10rpx;
  250. background-color: #fff;
  251. margin: 30rpx auto 0;
  252. padding: 30rpx 0;
  253. position: relative;
  254. z-index: 10000000000;
  255. }
  256. .pane2 {
  257. background: #fff;
  258. opacity: 0.6;
  259. }
  260. .pane2 image {
  261. width: 500rpx;
  262. display: block;
  263. margin: 40rpx auto 0;
  264. }
  265. .barcode {
  266. height: 100rpx;
  267. width: 500rpx;
  268. margin: 0 auto;
  269. }
  270. .barnum {
  271. width: 88%;
  272. height: 46rpx;
  273. line-height: 46rpx;
  274. font-size: 32rpx;
  275. text-align: center;
  276. letter-spacing: 2rpx;
  277. white-space: nowrap;
  278. color: #999;
  279. }
  280. .barnum text {
  281. color: #333;
  282. }
  283. .barcode > canvas {
  284. width: 500rpx;
  285. height: 100rpx;
  286. }
  287. .qrcode {
  288. height: 340rpx;
  289. display: flex;
  290. flex-direction: column;
  291. justify-content: flex-end;
  292. align-items: center;
  293. }
  294. .qrcode > canvas {
  295. width: 350rpx;
  296. height: 350rpx;
  297. }
  298. .jine {
  299. color: #f96563 !important;
  300. font-size: 36rpx !important;
  301. font-weight: 400!important;
  302. }
  303. .jine1 {
  304. color: #b8b8b8 !important;
  305. font-size: 30rpx !important;
  306. font-weight: 400!important;
  307. }
  308. .buy-view {
  309. background: #fff;
  310. position: fixed;
  311. padding-top: 10rpx;
  312. height: 94rpx;
  313. bottom: 30rpx;
  314. left: 0;
  315. right: 0;
  316. }
  317. .buy {
  318. background: #00c0ff;
  319. height: 94rpx;
  320. width: 670rpx;
  321. margin: 0 auto;
  322. color: #fff;
  323. font-size: 36rpx;
  324. line-height: 94rpx;
  325. border-radius: 61rpx;
  326. }
  327. .active{
  328. opacity: .6;
  329. }
  330. /* 游戏入口样式修改 */
  331. .game-entry{
  332. width: 690rpx;
  333. height: 140rpx;
  334. margin: 0 auto;
  335. border-radius: 14rpx;
  336. box-shadow: 1px 4px 20px #C4C4C4;
  337. }
  338. .game {
  339. position: relative;
  340. width: 750rpx;
  341. height: 200rpx;
  342. margin: 0 auto;
  343. padding-top: 30rpx;
  344. margin-top: 50rpx;
  345. box-sizing: border-box;
  346. }
  347. .gameimg{
  348. position: absolute;
  349. right: 25rpx;
  350. top: -14rpx;
  351. width: 250rpx;
  352. }
  353. .game text {
  354. display: block;
  355. position: relative;
  356. }
  357. .game text:nth-of-type(1) {
  358. display: inline-block;
  359. padding-top: 39rpx;
  360. padding-left: 70rpx;
  361. font-size: 32rpx;
  362. color: #333;
  363. line-height: 36rpx;
  364. }
  365. .game text:nth-of-type(2) {
  366. font-size: 24rpx;
  367. color: #999;
  368. line-height: 24rpx;
  369. padding-left: 70rpx;
  370. }