东风启辰小程序端
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ů.

134 lines
2.3KB

  1. /* pages/scout/scout.wxss */
  2. .content{
  3. position: absolute;
  4. bottom: 0;
  5. width: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: flex-end;
  9. align-items: center;
  10. }
  11. .bg{
  12. width: 750rpx;
  13. height: 650rpx;
  14. }
  15. .reward{
  16. width: 602rpx;
  17. height: 548rpx;
  18. margin: 43rpx auto 0 auto;
  19. }
  20. .btn{
  21. position: relative;
  22. text-align: center;
  23. width: 654rpx;
  24. height: 58rpx;
  25. line-height: 58rpx;
  26. font-size: 30rpx;
  27. color: #ffffff;
  28. border-radius: 15rpx;
  29. background-color: #2a558d;
  30. margin: 20rpx auto 40rpx auto;
  31. }
  32. .btn2{
  33. text-align: center;
  34. width: 654rpx;
  35. height: 58rpx;
  36. background-color: #2a558d;
  37. margin: -110rpx auto 35rpx auto;
  38. opacity:0;
  39. }
  40. .mask {
  41. position: absolute;
  42. left: 0;
  43. top: 0;
  44. width: 100%;
  45. height: 100%;
  46. display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. background-color: rgba(0, 0, 0, 0.5);
  50. }
  51. .tipContent{
  52. position: relative;
  53. width: 557rpx;
  54. height: 403rpx;
  55. border-radius: 30rpx;
  56. background-color: #ffffff;
  57. }
  58. .tipContent>.title{
  59. width: 100%;
  60. height: 78rpx;
  61. line-height: 78rpx;
  62. color: #ffffff;
  63. font-size: 33rpx;
  64. font-weight: bold;
  65. text-align: center;
  66. border-top-left-radius: 15rpx;
  67. border-top-right-radius: 15rpx;
  68. background-color: #2a558d;
  69. }
  70. .tipContent>.txt{
  71. width: 400rpx;
  72. height: 181rpx;
  73. margin: 70rpx auto 0 auto;
  74. }
  75. .tipContent>.txt2{
  76. width: 449rpx;
  77. height: 181rpx;
  78. margin: 70rpx auto 0 auto;
  79. }
  80. .closeBtn {
  81. position: absolute;
  82. height: 40rpx;
  83. width: 40rpx;
  84. right:-40rpx;
  85. top:-40rpx;
  86. }
  87. /* use cross as close button */
  88. /* .closeBtn::before {
  89. content: "\2716";
  90. } */
  91. .getUserMsgBtn{
  92. position: absolute;
  93. left: 0;
  94. top: 0;
  95. opacity: 0;
  96. margin: 0;
  97. padding: 0;
  98. }
  99. .scoutbtn1{
  100. width: 653rpx;
  101. height: 70rpx;
  102. margin: 20rpx auto 40rpx auto;
  103. }
  104. .titleImg{
  105. width: 557rpx;
  106. height: 76rpx;
  107. }
  108. .newImagesGroup{
  109. position: relative;
  110. width: 603rpx;
  111. height: 501rpx;
  112. }
  113. .newImages{
  114. width: 100%;
  115. height: 100%;
  116. }
  117. .newImages33{
  118. position: absolute;
  119. left: 50%;
  120. transform: translateX(-50%);
  121. bottom: 67rpx;
  122. width: 347rpx;
  123. height: 62rpx;
  124. }
  125. .newImages35{
  126. position: absolute;
  127. top: -10rpx;
  128. right: -10rpx;
  129. width: 37rpx;
  130. height: 37rpx;
  131. }