东风启辰小程序端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

poster.wxss 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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. }
  80. .lookBigPic{
  81. display: flex;
  82. align-items: center;
  83. flex-direction: column;
  84. margin-top: 5rpx;
  85. }
  86. .lookBigIcon{
  87. width: 41rpx;
  88. height: 41rpx;
  89. }
  90. .lookBigText{
  91. margin-top: 11rpx;
  92. font-size:18rpx;
  93. line-height: 18rpx;
  94. font-family:PingFang;
  95. font-weight:bold;
  96. color:rgba(113,112,113,1);
  97. }
  98. .selectPosterTip{
  99. width: 278rpx;
  100. height: 68rpx;
  101. margin: 0 auto;
  102. margin-top: 20rpx;
  103. }
  104. .swiperSty{
  105. width: 100%;
  106. height: 909rpx;
  107. }
  108. .swiperPoster{
  109. margin: 0 auto;
  110. width: 444rpx;
  111. height: 817rpx;
  112. }
  113. .leftArrow{
  114. position: absolute;
  115. top:50%;
  116. left: 23rpx;
  117. width: 28rpx;
  118. height: 118rpx;
  119. transform: translateY(-50%);
  120. }
  121. .rightArrow{
  122. position: absolute;
  123. width: 27rpx;
  124. height: 118rpx;
  125. top:50%;
  126. right: 23rpx;
  127. transform: translateY(-50%);
  128. }
  129. .imgGroup{
  130. position: relative;
  131. width: 100%;
  132. height: 100%;
  133. }
  134. .userMsg{
  135. position: absolute;
  136. left: 50rpx;
  137. top: 538rpx;
  138. display: flex;
  139. align-items: center;
  140. }
  141. .userHead{
  142. width: 48rpx;
  143. height: 48rpx;
  144. border-radius: 50%;
  145. overflow: hidden;
  146. }
  147. .userNickName{
  148. margin-left: 6rpx;
  149. line-height: 28rpx;
  150. font-size:28rpx;
  151. font-family:NissanBrand;
  152. font-weight:400;
  153. color:rgba(255,255,255,1);
  154. }
  155. .userQrCode{
  156. position: absolute;
  157. right: 57rpx;
  158. bottom: 39rpx;
  159. width: 105rpx;
  160. height: 105rpx;
  161. }
  162. .userNumber{
  163. position: absolute;
  164. left: 50rpx;
  165. top: 598rpx;
  166. width: 333rpx;
  167. height: 74rpx;
  168. }
  169. .posterNum{
  170. position: absolute;
  171. left: 0;
  172. top: 0;
  173. width: 100%;
  174. height: 100%;
  175. }
  176. .numberGroup{
  177. width: 100%;
  178. height: 100%;
  179. position: relative;
  180. }
  181. .numberNum{
  182. width: 32rpx;
  183. height: 40rpx;
  184. position: absolute;
  185. }
  186. .numberNum1{
  187. left: 120rpx;
  188. top: 4rpx;
  189. }
  190. .numberNum2{
  191. left: 155rpx;
  192. top: 4rpx;
  193. }
  194. .numberNum3{
  195. left: 188rpx;
  196. top: 4rpx;
  197. }
  198. .numberNum4{
  199. left: 223rpx;
  200. top: 4rpx;
  201. }