send-code.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .code.data-v-825f4af4 {
  28. width: 100%;
  29. height: 100vh;
  30. position: relative;
  31. }
  32. .code .info_box.data-v-825f4af4 {
  33. width: 100%;
  34. height: 28vh;
  35. }
  36. .code .info_box .top_left.data-v-825f4af4 {
  37. position: relative;
  38. }
  39. .code .info_box .top_left text.data-v-825f4af4 {
  40. position: absolute;
  41. }
  42. .code .info_box .top_left text.data-v-825f4af4:first-child {
  43. top: 2rpx;
  44. right: 7rpx;
  45. }
  46. .code .info_box .top_left text.data-v-825f4af4:last-child {
  47. bottom: 2rpx;
  48. left: 7rpx;
  49. }
  50. .code .info_box .top_left.data-v-825f4af4::after {
  51. display: block;
  52. content: '';
  53. width: 147rpx;
  54. height: 2rpx;
  55. background: #eee;
  56. -webkit-transform: rotate(34deg);
  57. transform: rotate(34deg);
  58. position: absolute;
  59. top: 43rpx;
  60. left: -12rpx;
  61. }
  62. .code .info_box .info.data-v-825f4af4,
  63. .code .info_box .user.data-v-825f4af4 {
  64. width: 100%;
  65. height: 7vh;
  66. }
  67. .code .info_box .info view.data-v-825f4af4,
  68. .code .info_box .info text.data-v-825f4af4,
  69. .code .info_box .user view.data-v-825f4af4,
  70. .code .info_box .user text.data-v-825f4af4 {
  71. font-size: 28rpx;
  72. font-weight: bold;
  73. }
  74. .code .info_box .info > view.data-v-825f4af4 {
  75. width: 20%;
  76. text-align: center;
  77. height: 7vh;
  78. border-right: 2rpx solid #EEEEEE;
  79. }
  80. .code .info_box .info > view.data-v-825f4af4:not(:first-child) {
  81. line-height: 7vh;
  82. }
  83. .code .info_box .user.data-v-825f4af4 {
  84. padding-left: 30rpx;
  85. box-sizing: border-box;
  86. }
  87. .code .info_box .num.data-v-825f4af4 {
  88. background: #FFF4F3;
  89. }
  90. .code .info_box .num view.data-v-825f4af4 {
  91. color: #fb231f;
  92. }
  93. .code .info_box .order_num.data-v-825f4af4 {
  94. background: #f8f8f8;
  95. }
  96. .code .info_box .order_num view.data-v-825f4af4 {
  97. color: #333;
  98. }
  99. .code .scroll.data-v-825f4af4 {
  100. width: 100%;
  101. height: 68vh;
  102. }
  103. .code .scroll scroll-view.data-v-825f4af4 {
  104. width: 100%;
  105. height: 100%;
  106. }
  107. .code .scroll .code_box.data-v-825f4af4 {
  108. padding-bottom: 140rpx;
  109. width: 100%;
  110. }
  111. .code .scroll .code_box .code_info.data-v-825f4af4 {
  112. width: 100%;
  113. padding: 0 24rpx;
  114. box-sizing: border-box;
  115. height: 104rpx;
  116. }
  117. .code .scroll .code_box .code_info text.data-v-825f4af4 {
  118. width: 33.33%;
  119. text-align: left;
  120. font-size: 32rpx;
  121. }
  122. .code .scroll .code_box .code_info.data-v-825f4af4:nth-child(2n) {
  123. background: #F8F8F8;
  124. }
  125. .fixed_box.data-v-825f4af4 {
  126. width: 100%;
  127. height: 100rpx;
  128. background: #fff;
  129. position: fixed;
  130. box-shadow: 0px -4rpx 24rpx rgba(0, 0, 0, 0.1);
  131. bottom: 0;
  132. left: 0;
  133. padding: 0 50rpx;
  134. box-sizing: border-box;
  135. }
  136. .fixed_box view.data-v-825f4af4 {
  137. font-size: 32rpx;
  138. color: #fb231f;
  139. font-weight: bold;
  140. }
  141. .fixed_box .scan_code.data-v-825f4af4 {
  142. width: 172rpx;
  143. height: 172rpx;
  144. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  145. box-shadow: 0px 6rpx 20rpx rgba(254, 34, 0, 0.43);
  146. font-size: 40rpx;
  147. border-radius: 50%;
  148. color: #fff;
  149. margin-top: -108rpx;
  150. letter-spacing: 5rpx;
  151. }