东风启辰小程序端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

96 lines
1.6KB

  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. border: 10rpx solid #00548C;
  56. position: relative;
  57. margin: 0 auto;
  58. margin-top: 92rpx;
  59. }
  60. .posterChoose{
  61. width: 73rpx;
  62. height: 73rpx;
  63. position: absolute;
  64. left: 50%;
  65. transform: translate(-50%,-50%);
  66. top:0;
  67. z-index: 2;
  68. }
  69. .canvasDraw{
  70. width:100%;
  71. height:100%;
  72. }
  73. .lookBigPic{
  74. display: flex;
  75. align-items: center;
  76. flex-direction: column;
  77. margin-top: 5rpx;
  78. }
  79. .lookBigIcon{
  80. width: 41rpx;
  81. height: 41rpx;
  82. }
  83. .lookBigText{
  84. margin-top: 11rpx;
  85. font-size:18rpx;
  86. line-height: 18rpx;
  87. font-family:PingFang;
  88. font-weight:bold;
  89. color:rgba(113,112,113,1);
  90. }
  91. .selectPosterTip{
  92. width: 278rpx;
  93. height: 68rpx;
  94. margin: 0 auto;
  95. margin-top: 20rpx;
  96. }