东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 年前
5 年前
5 年前
5 年前
5 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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:770rpx;
  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: 69rpx;
  138. top: 25rpx;
  139. display: flex;
  140. align-items: center;
  141. }
  142. .userHead{
  143. width: 35rpx;
  144. height: 35rpx;
  145. border-radius: 50%;
  146. overflow: hidden;
  147. }
  148. .userNickName{
  149. padding-top: 10rpx;
  150. margin-left: 6rpx;
  151. line-height: 28rpx;
  152. font-size:14rpx;
  153. font-family:NissanBrand;
  154. font-weight:400;
  155. color:rgba(255,255,255,1);
  156. }
  157. .userQrCode{
  158. position: absolute;
  159. right: 16rpx;
  160. bottom: 10rpx;
  161. width: 75rpx;
  162. height: 75rpx;
  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. .posterNum1{
  179. position: absolute;
  180. left: 0;
  181. top: 9rpx;
  182. width: 93rpx;
  183. height: 31rpx;
  184. }
  185. .posterNum2{
  186. position: absolute;
  187. left: 0;
  188. top: 9rpx;
  189. width: 62rpx;
  190. height: 31rpx;
  191. }
  192. .posterNum3{
  193. position: absolute;
  194. left: 0;
  195. top: 52rpx;
  196. width: 193rpx;
  197. height: 21rpx;
  198. }
  199. .newImages3-51{
  200. position: absolute;
  201. left: 0;
  202. top: -4rpx;
  203. width: 38rpx;
  204. height: 50rpx;
  205. }
  206. .numberGroup{
  207. width: 100%;
  208. height: 100%;
  209. position: relative;
  210. }
  211. .numberNum{
  212. width: 32rpx;
  213. height: 40rpx;
  214. position: absolute;
  215. top: 4rpx;
  216. }
  217. .posterBottom{
  218. width: 100%;
  219. position: absolute;
  220. left: 0;
  221. bottom: 0;
  222. }
  223. .titleText{
  224. width: 682rpx;
  225. margin: 0 auto;
  226. margin-top: 78rpx;
  227. margin-bottom: 28rpx;
  228. line-height: 39rpx;
  229. font-size:39rpx;
  230. font-family:PingFangSC;
  231. font-weight:bold;
  232. color:rgba(0,77,149,1);
  233. }
  234. .lineSty{
  235. width: 682rpx;
  236. height:2rpx;
  237. background-color: #B6B6B6;
  238. margin: 0 auto;
  239. margin-bottom: 110rpx;
  240. }
  241. .closeXieyi{
  242. position: absolute;
  243. right: 48rpx;
  244. top: 38rpx;
  245. width: 42rpx;
  246. height: 42rpx;
  247. }
  248. .selectFrame{
  249. position: relative;
  250. width: 611rpx;
  251. height: 80rpx;
  252. margin: 0 auto;
  253. margin-top: 102rpx;
  254. }
  255. .newImages17{
  256. width: 100%;
  257. height: 100%;
  258. }
  259. .maskSelect{
  260. position: absolute;
  261. top: 0;
  262. height: 100%;
  263. width: 50%;
  264. }
  265. .shareGroup{
  266. position: relative;
  267. width: 462rpx;
  268. height: 585rpx;
  269. margin: 0 auto;
  270. margin-top: 65rpx;
  271. }
  272. .newImages19{
  273. width: 100%;
  274. height: 100%;
  275. }
  276. .posterShareImg{
  277. position: absolute;
  278. left: 50%;
  279. transform: translateX(-50%);
  280. top: 184rpx;
  281. width: 415rpx;
  282. height: 336rpx;
  283. }
  284. .newImages20{
  285. position: relative;
  286. width: 750rpx;
  287. height: 482rpx;
  288. margin-top: 40rpx;
  289. }
  290. .newImages3-10{
  291. position: absolute;
  292. top: 0;
  293. left: 0;
  294. width: 100%;
  295. height: 100%;
  296. }
  297. .newImages3-11{
  298. position: absolute;
  299. left: 50%;
  300. transform: translateX(-50%);
  301. top: 155rpx;
  302. width: 173rpx;
  303. height: 186rpx;
  304. }
  305. .shareSelect{
  306. width: 96rpx;
  307. height: 138rpx;
  308. display: flex;
  309. align-items: center;
  310. justify-content: center;
  311. padding-top: 75rpx;
  312. padding-bottom: 85rpx;
  313. position: relative;
  314. margin: 0 auto;
  315. }
  316. .newImages21{
  317. width: 96rpx;
  318. height: 138rpx;
  319. }
  320. .shareBtn2{
  321. position: absolute;
  322. left: 50%;
  323. transform: translateX(-50%);
  324. top: 155rpx;
  325. width: 173rpx;
  326. height: 186rpx;
  327. margin: 0;
  328. padding: 0;
  329. opacity: 0;
  330. }
  331. .newImages3-8{
  332. width: 96rpx;
  333. height: 96rpx;
  334. }
  335. .newImages3-share{
  336. display: flex;
  337. align-items: center;
  338. flex-direction: column;
  339. }
  340. .newImages3-9{
  341. width: 260rpx;
  342. height: 56rpx;
  343. margin-top: 33rpx;
  344. }
  345. .titleText{
  346. width: 682rpx;
  347. margin: 0 auto;
  348. margin-top: 78rpx;
  349. margin-bottom: 28rpx;
  350. line-height: 39rpx;
  351. font-size:39rpx;
  352. font-family:PingFangSC;
  353. font-weight:bold;
  354. color:rgba(0,77,149,1);
  355. }
  356. .lineSty{
  357. width: 682rpx;
  358. height:2rpx;
  359. background-color: #B6B6B6;
  360. margin: 0 auto;
  361. margin-bottom: 45rpx;
  362. }