mine.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. right: 0;
  133. background: rgba(0, 0, 0, 0.60);
  134. display: flex;
  135. align-items: center;
  136. }
  137. .pop-box {
  138. display: flex;
  139. justify-content: center;
  140. flex-direction: column;
  141. padding: 20rpx;
  142. align-items: center;
  143. background: #FFFFFF;
  144. border: 1px solid #EEF0F3;
  145. z-index: 1;
  146. }
  147. .text-title {
  148. right: 100px;
  149. left: 100px;
  150. }
  151. .pop-box-text {
  152. display: flex;
  153. padding-top: 10px;
  154. font-family: PingFangSC-Regular;
  155. font-size: 16px;
  156. padding-left: 20px;
  157. padding-right: 20px;
  158. }
  159. .agree {
  160. padding-top: 20rpx;
  161. }
  162. .pop-agree {
  163. padding-top: 20rpx;
  164. background: rgba(0, 110, 255, 1);
  165. border-radius: 30px;
  166. font-size: 16px;
  167. color: #FFFFFF;
  168. letter-spacing: 0;
  169. /* text-align: center; */
  170. font-weight: 500;
  171. }