东风启辰小程序端
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.

202 linhas
3.1KB

  1. /* pages/poster/poster.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 150rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .operationFrame{
  14. margin-top: 43rpx;
  15. width: 750rpx;
  16. height: 234rpx;
  17. background-image: url('https://www.jiyou-tech.com/2020/496_qichen/static/images/posterBg.png?v=002');
  18. display: flex;
  19. align-items: center;
  20. justify-content:center;
  21. }
  22. .operationGroup{
  23. width: 96rpx;
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. position: relative;
  28. overflow: hidden;
  29. }
  30. .saveIcon{
  31. width: 96rpx;
  32. height: 96rpx;
  33. }
  34. .operationText{
  35. margin-top: 12rpx;
  36. line-height: 12rpx;
  37. font-size:12rpx;
  38. font-family:PingFang;
  39. font-weight:bold;
  40. color:rgba(113,112,113,1);
  41. }
  42. .shareBtn{
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. width: 96rpx;
  47. height: 96rpx;
  48. margin: 0;
  49. padding: 0;
  50. opacity: 0;
  51. }
  52. .selectTempFrame{
  53. width:443rpx;
  54. height:817rpx;
  55. position: relative;
  56. margin: 0 auto;
  57. margin-top: 92rpx;
  58. box-sizing: border-box;
  59. background-color: #00548C;
  60. }
  61. .selectTempFrameBorder{
  62. border: 10rpx solid #00548C;
  63. }
  64. .posterChoose{
  65. width: 73rpx;
  66. height: 73rpx;
  67. position: absolute;
  68. left: 50%;
  69. transform: translate(-50%,-50%);
  70. top:0;
  71. z-index: 2;
  72. }
  73. .canvasDraw{
  74. width:1776rpx;
  75. height:3268rpx;
  76. position: fixed;
  77. top: 0;
  78. left: -1776rpx;
  79. background-color: black;
  80. }
  81. .lookBigPic{
  82. display: flex;
  83. align-items: center;
  84. flex-direction: column;
  85. margin-top: 5rpx;
  86. }
  87. .lookBigIcon{
  88. width: 41rpx;
  89. height: 41rpx;
  90. }
  91. .lookBigText{
  92. margin-top: 11rpx;
  93. font-size:18rpx;
  94. line-height: 18rpx;
  95. font-family:PingFang;
  96. font-weight:bold;
  97. color:rgba(113,112,113,1);
  98. }
  99. .selectPosterTip{
  100. width: 278rpx;
  101. height: 68rpx;
  102. margin: 0 auto;
  103. margin-top: 20rpx;
  104. }
  105. .swiperSty{
  106. width: 100%;
  107. height: 909rpx;
  108. }
  109. .swiperPoster{
  110. margin: 0 auto;
  111. width: 444rpx;
  112. height: 817rpx;
  113. }
  114. .leftArrow{
  115. position: absolute;
  116. top:50%;
  117. left: 23rpx;
  118. width: 28rpx;
  119. height: 118rpx;
  120. transform: translateY(-50%);
  121. }
  122. .rightArrow{
  123. position: absolute;
  124. width: 27rpx;
  125. height: 118rpx;
  126. top:50%;
  127. right: 23rpx;
  128. transform: translateY(-50%);
  129. }
  130. .imgGroup{
  131. position: relative;
  132. width: 100%;
  133. height: 100%;
  134. }
  135. .userMsg{
  136. position: absolute;
  137. left: 50rpx;
  138. top: 538rpx;
  139. display: flex;
  140. align-items: center;
  141. }
  142. .userHead{
  143. width: 48rpx;
  144. height: 48rpx;
  145. border-radius: 50%;
  146. overflow: hidden;
  147. }
  148. .userNickName{
  149. margin-left: 6rpx;
  150. line-height: 28rpx;
  151. font-size:28rpx;
  152. font-family:NissanBrand;
  153. font-weight:400;
  154. color:rgba(255,255,255,1);
  155. }
  156. .userQrCode{
  157. position: absolute;
  158. right: 57rpx;
  159. bottom: 39rpx;
  160. width: 105rpx;
  161. height: 105rpx;
  162. }
  163. .userNumber{
  164. position: absolute;
  165. left: 50rpx;
  166. top: 598rpx;
  167. width: 333rpx;
  168. height: 74rpx;
  169. }
  170. .posterNum{
  171. position: absolute;
  172. left: 0;
  173. top: 0;
  174. width: 100%;
  175. height: 100%;
  176. }
  177. .numberGroup{
  178. width: 100%;
  179. height: 100%;
  180. position: relative;
  181. }
  182. .numberNum{
  183. width: 32rpx;
  184. height: 40rpx;
  185. position: absolute;
  186. }
  187. .numberNum1{
  188. left: 120rpx;
  189. top: 4rpx;
  190. }
  191. .numberNum2{
  192. left: 155rpx;
  193. top: 4rpx;
  194. }
  195. .numberNum3{
  196. left: 188rpx;
  197. top: 4rpx;
  198. }
  199. .numberNum4{
  200. left: 223rpx;
  201. top: 4rpx;
  202. }