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

scout.wxss 1.6KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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: 100%;
  13. height: 650rpx;
  14. }
  15. .reward{
  16. width: 602rpx;
  17. height: 446rpx;
  18. height: 548rpx;
  19. margin: 43rpx auto 0 auto;
  20. }
  21. .btn{
  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: 120rpx 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: 560rpx;
  54. height: 403rpx;
  55. border-radius: 15rpx;
  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: 449rpx;
  72. height: 181rpx;
  73. margin: 70rpx auto 0 auto;
  74. }
  75. .closeBtn {
  76. position: absolute;
  77. height: 40rpx;
  78. width: 40rpx;
  79. right:-40rpx;
  80. top:-40rpx;
  81. }
  82. /* use cross as close button */
  83. /* .closeBtn::before {
  84. content: "\2716";
  85. } */