东风启辰小程序端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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 - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .operationFrame{
  14. width: 750rpx;
  15. height: 386rpx;
  16. display: flex;
  17. justify-content:space-between;
  18. box-sizing: border-box;
  19. padding: 0 112rpx;
  20. padding-top: 102rpx;
  21. }
  22. .operationGroup{
  23. width: 237rpx;
  24. height: 56rpx;
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. position: relative;
  29. overflow: hidden;
  30. }
  31. .saveIcon{
  32. width: 237rpx;
  33. height: 56rpx;
  34. }
  35. .operationText{
  36. margin-top: 19rpx;
  37. line-height: 24rpx;
  38. font-size:24rpx;
  39. font-family:PingFangSC;
  40. font-weight:300;
  41. color:rgba(51,84,128,1);
  42. }
  43. .shareBtn{
  44. position: absolute;
  45. top: 0;
  46. left: 0;
  47. width: 100%;
  48. height: 100%;
  49. margin: 0;
  50. padding: 0;
  51. opacity: 0;
  52. }
  53. .selectTempFrame{
  54. width:443rpx;
  55. height:817rpx;
  56. position: relative;
  57. margin: 0 auto;
  58. margin-top: 60rpx;
  59. box-sizing: border-box;
  60. background-color: #00548C;
  61. }
  62. .selectTempFrameBorder{
  63. border: 10rpx solid #00548C;
  64. }
  65. .posterChoose{
  66. width: 73rpx;
  67. height: 73rpx;
  68. position: absolute;
  69. left: 50%;
  70. transform: translate(-50%,-50%);
  71. top:0;
  72. z-index: 2;
  73. }
  74. .canvasDraw{
  75. width:1776rpx;
  76. height:3268rpx;
  77. position: fixed;
  78. top: 0;
  79. left: -1776rpx;
  80. background-color: black;
  81. }
  82. .lookBigPic{
  83. display: flex;
  84. align-items: center;
  85. flex-direction: column;
  86. margin-top: 5rpx;
  87. }
  88. .lookBigIcon{
  89. width: 41rpx;
  90. height: 41rpx;
  91. }
  92. .lookBigText{
  93. margin-top: 11rpx;
  94. font-size:18rpx;
  95. line-height: 18rpx;
  96. font-family:PingFang;
  97. font-weight:bold;
  98. color:rgba(113,112,113,1);
  99. }
  100. .selectPosterTip{
  101. width: 278rpx;
  102. height: 68rpx;
  103. margin: 0 auto;
  104. margin-top: 20rpx;
  105. }
  106. .swiperSty{
  107. width: 100%;
  108. height: 909rpx;
  109. }
  110. .swiperPoster{
  111. margin: 0 auto;
  112. width: 444rpx;
  113. height: 817rpx;
  114. }
  115. .leftArrow{
  116. position: absolute;
  117. top:50%;
  118. left: 23rpx;
  119. width: 28rpx;
  120. height: 118rpx;
  121. transform: translateY(-50%);
  122. }
  123. .rightArrow{
  124. position: absolute;
  125. width: 28rpx;
  126. height: 119rpx;
  127. top:50%;
  128. right: 23rpx;
  129. transform: translateY(-50%);
  130. }
  131. .imgGroup{
  132. position: relative;
  133. width: 100%;
  134. height: 100%;
  135. }
  136. .userMsg{
  137. position: absolute;
  138. left: 50rpx;
  139. top: 538rpx;
  140. display: flex;
  141. align-items: center;
  142. }
  143. .userHead{
  144. width: 48rpx;
  145. height: 48rpx;
  146. border-radius: 50%;
  147. overflow: hidden;
  148. }
  149. .userNickName{
  150. margin-left: 6rpx;
  151. line-height: 28rpx;
  152. font-size:28rpx;
  153. font-family:NissanBrand;
  154. font-weight:400;
  155. color:rgba(255,255,255,1);
  156. }
  157. .userQrCode{
  158. position: absolute;
  159. right: 22rpx;
  160. bottom: 10rpx;
  161. width: 80rpx;
  162. height: 80rpx;
  163. }
  164. .userNumber{
  165. position: absolute;
  166. left: 50rpx;
  167. top: 598rpx;
  168. width: 333rpx;
  169. height: 74rpx;
  170. }
  171. .posterNum{
  172. position: absolute;
  173. left: 0;
  174. top: 0;
  175. width: 100%;
  176. height: 100%;
  177. }
  178. .numberGroup{
  179. width: 100%;
  180. height: 100%;
  181. position: relative;
  182. }
  183. .numberNum{
  184. width: 32rpx;
  185. height: 40rpx;
  186. position: absolute;
  187. }
  188. .numberNum1{
  189. left: 120rpx;
  190. top: 4rpx;
  191. }
  192. .numberNum2{
  193. left: 155rpx;
  194. top: 4rpx;
  195. }
  196. .numberNum3{
  197. left: 188rpx;
  198. top: 4rpx;
  199. }
  200. .numberNum4{
  201. left: 223rpx;
  202. top: 4rpx;
  203. }
  204. .posterBottom{
  205. width: 100%;
  206. position: absolute;
  207. left: 0;
  208. bottom: 0;
  209. }
  210. .titleText{
  211. width: 682rpx;
  212. margin: 0 auto;
  213. margin-top: 78rpx;
  214. margin-bottom: 28rpx;
  215. line-height: 39rpx;
  216. font-size:39rpx;
  217. font-family:PingFangSC;
  218. font-weight:bold;
  219. color:rgba(0,77,149,1);
  220. }
  221. .lineSty{
  222. width: 682rpx;
  223. height:2rpx;
  224. background-color: #B6B6B6;
  225. margin: 0 auto;
  226. margin-bottom: 30rpx;
  227. }
  228. .closeXieyi{
  229. position: absolute;
  230. right: 48rpx;
  231. top: 38rpx;
  232. width: 42rpx;
  233. height: 42rpx;
  234. }
  235. .selectFrame{
  236. position: relative;
  237. width: 611rpx;
  238. height: 80rpx;
  239. margin: 0 auto;
  240. margin-top: 102rpx;
  241. }
  242. .newImages17{
  243. width: 100%;
  244. height: 100%;
  245. }
  246. .maskSelect{
  247. position: absolute;
  248. top: 0;
  249. height: 100%;
  250. width: 50%;
  251. }
  252. .shareGroup{
  253. position: relative;
  254. width: 462rpx;
  255. height: 585rpx;
  256. margin: 0 auto;
  257. margin-top: 65rpx;
  258. }
  259. .newImages19{
  260. width: 100%;
  261. height: 100%;
  262. }
  263. .posterShareImg{
  264. position: absolute;
  265. left: 50%;
  266. transform: translateX(-50%);
  267. top: 184rpx;
  268. width: 415rpx;
  269. height: 336rpx;
  270. }
  271. .newImages20{
  272. width: 687rpx;
  273. height: 83rpx;
  274. margin: 0 auto;
  275. margin-top: 42rpx;
  276. }
  277. .shareSelect{
  278. width: 96rpx;
  279. height: 138rpx;
  280. display: flex;
  281. align-items: center;
  282. justify-content: center;
  283. padding-top: 75rpx;
  284. padding-bottom: 85rpx;
  285. position: relative;
  286. margin: 0 auto;
  287. }
  288. .newImages21{
  289. width: 96rpx;
  290. height: 138rpx;
  291. }
  292. .shareBtn2{
  293. position: absolute;
  294. left: 0;
  295. top: 42%;
  296. transform: translateY(-50%);
  297. margin: 0;
  298. padding: 0;
  299. opacity: 0;
  300. }