东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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:center;
  18. box-sizing: border-box;
  19. padding-top: 62rpx;
  20. }
  21. .operationGroup{
  22. width: 237rpx;
  23. height: 56rpx;
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. position: relative;
  28. overflow: hidden;
  29. }
  30. .saveIcon{
  31. width: 237rpx;
  32. height: 56rpx;
  33. }
  34. .operationText{
  35. margin-top: 19rpx;
  36. line-height: 24rpx;
  37. font-size:24rpx;
  38. font-family:PingFangSC;
  39. font-weight:300;
  40. color:rgba(51,84,128,1);
  41. }
  42. .shareBtn{
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. width: 100%;
  47. height: 100%;
  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: 60rpx;
  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: 28rpx;
  125. height: 119rpx;
  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: 22rpx;
  159. bottom: 10rpx;
  160. width: 80rpx;
  161. height: 80rpx;
  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. .posterNum1{
  178. position: absolute;
  179. left: 0;
  180. top: 9rpx;
  181. width: 93rpx;
  182. height: 31rpx;
  183. }
  184. .posterNum2{
  185. position: absolute;
  186. left: 0;
  187. top: 9rpx;
  188. width: 62rpx;
  189. height: 31rpx;
  190. }
  191. .posterNum3{
  192. position: absolute;
  193. left: 0;
  194. top: 52rpx;
  195. width: 193rpx;
  196. height: 21rpx;
  197. }
  198. .newImages3-51{
  199. position: absolute;
  200. left: 0;
  201. top: -4rpx;
  202. width: 38rpx;
  203. height: 50rpx;
  204. }
  205. .numberGroup{
  206. width: 100%;
  207. height: 100%;
  208. position: relative;
  209. }
  210. .numberNum{
  211. width: 32rpx;
  212. height: 40rpx;
  213. position: absolute;
  214. top: 4rpx;
  215. }
  216. .posterBottom{
  217. width: 100%;
  218. position: absolute;
  219. left: 0;
  220. bottom: 0;
  221. }
  222. .titleText{
  223. width: 682rpx;
  224. margin: 0 auto;
  225. margin-top: 78rpx;
  226. margin-bottom: 28rpx;
  227. line-height: 39rpx;
  228. font-size:39rpx;
  229. font-family:PingFangSC;
  230. font-weight:bold;
  231. color:rgba(0,77,149,1);
  232. }
  233. .lineSty{
  234. width: 682rpx;
  235. height:2rpx;
  236. background-color: #B6B6B6;
  237. margin: 0 auto;
  238. margin-bottom: 30rpx;
  239. }
  240. .closeXieyi{
  241. position: absolute;
  242. right: 48rpx;
  243. top: 38rpx;
  244. width: 42rpx;
  245. height: 42rpx;
  246. }
  247. .selectFrame{
  248. position: relative;
  249. width: 611rpx;
  250. height: 80rpx;
  251. margin: 0 auto;
  252. margin-top: 102rpx;
  253. }
  254. .newImages17{
  255. width: 100%;
  256. height: 100%;
  257. }
  258. .maskSelect{
  259. position: absolute;
  260. top: 0;
  261. height: 100%;
  262. width: 50%;
  263. }
  264. .shareGroup{
  265. position: relative;
  266. width: 462rpx;
  267. height: 585rpx;
  268. margin: 0 auto;
  269. margin-top: 65rpx;
  270. }
  271. .newImages19{
  272. width: 100%;
  273. height: 100%;
  274. }
  275. .posterShareImg{
  276. position: absolute;
  277. left: 50%;
  278. transform: translateX(-50%);
  279. top: 184rpx;
  280. width: 415rpx;
  281. height: 336rpx;
  282. }
  283. .newImages20{
  284. position: relative;
  285. width: 750rpx;
  286. height: 482rpx;
  287. margin-top: 40rpx;
  288. }
  289. .newImages3-10{
  290. position: absolute;
  291. top: 0;
  292. left: 0;
  293. width: 100%;
  294. height: 100%;
  295. }
  296. .newImages3-11{
  297. position: absolute;
  298. left: 50%;
  299. transform: translateX(-50%);
  300. top: 155rpx;
  301. width: 173rpx;
  302. height: 186rpx;
  303. }
  304. .shareSelect{
  305. width: 96rpx;
  306. height: 138rpx;
  307. display: flex;
  308. align-items: center;
  309. justify-content: center;
  310. padding-top: 75rpx;
  311. padding-bottom: 85rpx;
  312. position: relative;
  313. margin: 0 auto;
  314. }
  315. .newImages21{
  316. width: 96rpx;
  317. height: 138rpx;
  318. }
  319. .shareBtn2{
  320. position: absolute;
  321. left: 50%;
  322. transform: translateX(-50%);
  323. top: 155rpx;
  324. width: 173rpx;
  325. height: 186rpx;
  326. margin: 0;
  327. padding: 0;
  328. opacity: 0;
  329. }
  330. .newImages3-8{
  331. width: 96rpx;
  332. height: 96rpx;
  333. }
  334. .newImages3-share{
  335. display: flex;
  336. align-items: center;
  337. flex-direction: column;
  338. }
  339. .newImages3-9{
  340. width: 260rpx;
  341. height: 56rpx;
  342. margin-top: 33rpx;
  343. }