东风启辰小程序端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

136 行
2.2KB

  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. width: 100%;
  34. height: 100%;
  35. position: absolute;
  36. top:0;
  37. left: 0;
  38. margin: 0;
  39. padding: 0;
  40. opacity:0;
  41. }
  42. .mask {
  43. position: absolute;
  44. left: 0;
  45. top: 0;
  46. width: 100%;
  47. height: 100%;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. background-color: rgba(0, 0, 0, 0.5);
  52. }
  53. .tipContent{
  54. position: relative;
  55. width: 557rpx;
  56. height: 403rpx;
  57. border-radius: 30rpx;
  58. background-color: #ffffff;
  59. }
  60. .tipContent>.title{
  61. width: 100%;
  62. height: 78rpx;
  63. line-height: 78rpx;
  64. color: #ffffff;
  65. font-size: 33rpx;
  66. font-weight: bold;
  67. text-align: center;
  68. border-top-left-radius: 15rpx;
  69. border-top-right-radius: 15rpx;
  70. background-color: #2a558d;
  71. }
  72. .tipContent>.txt{
  73. width: 400rpx;
  74. height: 181rpx;
  75. margin: 70rpx auto 0 auto;
  76. }
  77. .tipContent>.txt2{
  78. width: 449rpx;
  79. height: 181rpx;
  80. margin: 70rpx auto 0 auto;
  81. }
  82. .closeBtn {
  83. position: absolute;
  84. height: 40rpx;
  85. width: 40rpx;
  86. right:-40rpx;
  87. top:-40rpx;
  88. }
  89. /* use cross as close button */
  90. /* .closeBtn::before {
  91. content: "\2716";
  92. } */
  93. .getUserMsgBtn{
  94. position: absolute;
  95. left: 0;
  96. top: 0;
  97. opacity: 0;
  98. margin: 0;
  99. padding: 0;
  100. }
  101. .scoutbtn1{
  102. width: 653rpx;
  103. height: 70rpx;
  104. margin: 20rpx auto 40rpx auto;
  105. }
  106. .titleImg{
  107. width: 557rpx;
  108. height: 76rpx;
  109. }
  110. .newImagesGroup{
  111. position: relative;
  112. width: 603rpx;
  113. height: 501rpx;
  114. }
  115. .newImages{
  116. width: 100%;
  117. height: 100%;
  118. }
  119. .newImages33{
  120. position: absolute;
  121. left: 50%;
  122. transform: translateX(-50%);
  123. bottom: 67rpx;
  124. width: 347rpx;
  125. height: 62rpx;
  126. }
  127. .newImages35{
  128. position: absolute;
  129. top: -10rpx;
  130. right: -10rpx;
  131. width: 37rpx;
  132. height: 37rpx;
  133. }