mine.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. .page {
  2. background-color: #FFFFFF;
  3. }
  4. .contain {
  5. width: 100%;
  6. height: 100%;
  7. background: #006EFF
  8. }
  9. .view {
  10. height: 358rpx;
  11. background: #006EFF;
  12. position: relative;
  13. display: flex;
  14. flex-direction: column;
  15. align-items: center;
  16. }
  17. .view-image-text {
  18. display: flex;
  19. width: 90%;
  20. height: 189rpx;
  21. justify-content: left;
  22. align-items: center;
  23. background: #FFFFFF;
  24. box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  25. border-radius: 4px;
  26. border-radius: 4px;
  27. z-index: 1;
  28. margin-top: 110px;
  29. }
  30. .image-radius {
  31. padding-left: 43rpx;
  32. padding-top: 43rpx;
  33. padding-bottom: 40rpx;
  34. height: 120rpx;
  35. width: 120rpx;
  36. }
  37. .name {
  38. height: 25px;
  39. font-family: PingFangSC-Medium;
  40. font-size: 18px;
  41. color: #333333;
  42. letter-spacing: 0;
  43. margin-left: 10px;
  44. margin-top: 20px;
  45. }
  46. .ID {
  47. font-family: PingFangSC-Regular;
  48. font-size: 14px;
  49. color: #666666;
  50. letter-spacing: 0;
  51. margin-left: 10px;
  52. margin-top: 10px;
  53. padding-bottom: 40rpx;
  54. }
  55. .box {
  56. width: 100%;
  57. }
  58. .list {
  59. position: relative;
  60. display: flex;
  61. align-items: center;
  62. background-color: white;
  63. width: 100%;
  64. height: 56px;
  65. font-family: PingFangSC-Regular;
  66. font-size: 16px;
  67. color: #333333;
  68. letter-spacing: 0;
  69. line-height: 24px;
  70. padding-top: 16px;
  71. border-bottom: 1px solid #EEF0F3;
  72. }
  73. .list-URL {
  74. padding-left: 12px;
  75. padding-right: 12px;
  76. align-items: center;
  77. display: inline-block;
  78. width: 16px;
  79. height: 16px;
  80. margin-right: 5px;
  81. }
  82. .list-URL image {
  83. width: 100%;
  84. height: 20px;
  85. vertical-align: -2px;
  86. }
  87. .list-name {
  88. display: inline-block;
  89. font-family: PingFangSC-Regular;
  90. font-size: 16px;
  91. color: #333333;
  92. letter-spacing: 0;
  93. line-height: 24px;
  94. }
  95. .listimage {
  96. width: 16px;
  97. height: 16px;
  98. position: absolute;
  99. right: 36px;
  100. }
  101. .quit-main {
  102. margin-top: 36px;
  103. margin-left: 25px;
  104. margin-right: 20px;
  105. background-color: white;
  106. width: 85%;
  107. height: 46px;
  108. border: 1px solid #006EFF;
  109. border-radius: 24px;
  110. border-radius: 24px;
  111. }
  112. .quit-main-text {
  113. display: flex;
  114. justify-content: center;
  115. margin-top: 13px;
  116. font-family: PingFangSC-Regular;
  117. font-size: 16px;
  118. color: #006EFF;
  119. letter-spacing: 0;
  120. }
  121. .arrow {
  122. width: 16px;
  123. height: 16px;
  124. float: right;
  125. }
  126. .pop-mask {
  127. width: 100vw;
  128. height: 100vh;
  129. position: fixed;
  130. z-index: 2;
  131. top: 0;
  132. /* #ifdef H5 */
  133. top: calc(88rpx + constant(safe-area-inset-top));
  134. top: calc(88rpx + env(safe-area-inset-top));
  135. /* #endif */
  136. right: 0;
  137. background: rgba(0, 0, 0, 0.60);
  138. display: flex;
  139. align-items: center;
  140. }
  141. .pop-box {
  142. display: flex;
  143. justify-content: center;
  144. flex-direction: column;
  145. padding: 20rpx;
  146. align-items: center;
  147. background: #FFFFFF;
  148. border: 1px solid #EEF0F3;
  149. z-index: 1;
  150. }
  151. .text-title {
  152. right: 100px;
  153. left: 100px;
  154. }
  155. .pop-box-text {
  156. display: flex;
  157. padding-top: 10px;
  158. font-family: PingFangSC-Regular;
  159. font-size: 16px;
  160. padding-left: 20px;
  161. padding-right: 20px;
  162. }
  163. .agree {
  164. padding-top: 20rpx;
  165. }
  166. .pop-agree {
  167. padding-top: 20rpx;
  168. background: rgba(0, 110, 255, 1);
  169. border-radius: 30px;
  170. font-size: 16px;
  171. color: #FFFFFF;
  172. letter-spacing: 0;
  173. /* text-align: center; */
  174. font-weight: 500;
  175. }