menu.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .TempContainer{
  2. background-color: #0B8457;
  3. position: fixed;
  4. top:0;
  5. z-index: 100;
  6. }
  7. .TempContainer .Avatar{
  8. width:160rpx;
  9. height:160rpx;
  10. margin-top: 100rpx;
  11. border-radius: 50%;
  12. }
  13. .TempContainer .RemindText{
  14. font-size:36rpx;
  15. color:#F0F0F0;
  16. margin-top: 60rpx;
  17. text-align: center;
  18. }
  19. .TempContainer .RemindText2{
  20. font-size:24rpx;
  21. color:#F0F0F0;
  22. width:670rpx;
  23. margin-top: 30rpx;
  24. margin-bottom: 60rpx;
  25. font-weight: 400;
  26. }
  27. .universalpic_setup_green_30x30{
  28. width:30rpx;
  29. height:30rpx;
  30. margin:0 20rpx 0 40rpx;
  31. }
  32. .TempContainer .RemindButton{
  33. width:100%;
  34. align-items: flex-start;
  35. position: relative;
  36. }
  37. .TempContainer .RemindButton00{
  38. justify-content: space-between;
  39. width:100%;
  40. height:134rpx;
  41. margin-top: 30rpx;
  42. }
  43. .TempContainer .RemindButton001{
  44. align-items: flex-start;
  45. }
  46. .TempContainer .RemindButton0{
  47. width:80rpx;
  48. height:40rpx;
  49. text-align: center;
  50. color:#1e1e1e;
  51. line-height: 40rpx;
  52. border-radius: 20rpx;
  53. background-color: #19C575;
  54. margin-left: 40rpx;
  55. font-size:20rpx;
  56. }
  57. .TempContainer .RemindButton1{
  58. justify-content: flex-start;
  59. margin: 30rpx 0 0 0;
  60. }
  61. .TempContainer .RemindButton11{
  62. font-size:28rpx;
  63. color:#fff;
  64. }
  65. .TempContainer .RemindButton12{
  66. font-size:20rpx;
  67. color:#D2D2D2;
  68. margin-left: 90rpx;
  69. }
  70. .TempContainer .RemindButton120{
  71. margin-left: 0rpx;
  72. }
  73. .TempContainer .RemindButton10{
  74. margin-left: 40rpx;
  75. }
  76. .TempContainer .RemindButton13{
  77. height:30rpx;
  78. }
  79. .TempContainer .Arrow{
  80. width:16rpx;
  81. height:26rpx;
  82. position: absolute;
  83. right:40rpx;
  84. }
  85. .TempContainer .RemindLine{
  86. width:100%;
  87. height:1rpx;
  88. background-color:rgba(0,0,0,0.25);
  89. }
  90. .TempContainer .RemindText3{
  91. font-size:24rpx;
  92. color:#D2D2D2;
  93. width:670rpx;
  94. margin-top: 31rpx;
  95. }
  96. .TempContainer .RemindText4{
  97. font-size:20rpx;
  98. color:#D2D2D2;
  99. width:670rpx;
  100. margin-top: 20rpx;
  101. }
  102. .TempContainer .footer{
  103. font-size:28rpx;
  104. color:#fff;
  105. border-top:1rpx solid rgba(0,0,0,0.25);
  106. text-align: center;
  107. width:100%;
  108. min-height: 100rpx;
  109. position: fixed;
  110. bottom: 0;
  111. }
  112. .TempContainer .footer1{
  113. font-size:28rpx;
  114. color:#fff;
  115. margin-top: 30rpx;
  116. }
  117. .TempContainer .footer2{
  118. font-size:20rpx;
  119. color:#D2D2D2;
  120. margin-top: 4rpx;
  121. margin-bottom: 30rpx;
  122. }