center.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. page {
  2. left: 0;
  3. top: 0;
  4. background-color: $uni-bg-color-grey;
  5. }
  6. .font {
  7. font-family: iconfont;
  8. color: $j-primary-green;
  9. font-size: 40rpx;
  10. }
  11. .content {
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: center;
  15. align-items: center;
  16. .logo_bg {
  17. background: url('../../static/BJ.jpg') no-repeat top center;
  18. height: 400rpx;
  19. width: 100%;
  20. border-bottom-left-radius: 60rpx;
  21. border-bottom-right-radius: 60rpx;
  22. .logo-content {
  23. height: 70%;
  24. margin-left: 40rpx;
  25. display: flex;
  26. flex-direction: row;
  27. justify-content: flex-start;
  28. align-items: center;
  29. image {
  30. width: 120rpx;
  31. height: 120rpx;
  32. border-radius: 50%;
  33. }
  34. .tuichu {
  35. margin-top: -120rpx;
  36. font-size: 48rpx;
  37. margin-right: 30rpx;
  38. }
  39. .user_name {
  40. padding-left: 35rpx;
  41. width: 520rpx;
  42. }
  43. .user_name view:nth-of-type(1) {
  44. height: 50rpx;
  45. font-weight: bold;
  46. line-height: 50rpx;
  47. font-size: 32rpx;
  48. color: #ffffff;
  49. width: 100%;
  50. }
  51. .user_name view:nth-of-type(2) {
  52. height: 30rpx;
  53. line-height: 30rpx;
  54. font-size: 28rpx;
  55. color: #D5D5D5;
  56. width: 100%;
  57. }
  58. }
  59. }
  60. .data-action {
  61. color: $j-primary-green;
  62. border: 1rpx solid $j-primary-green !important;
  63. //font-weight: bold;
  64. }
  65. .bg_content {
  66. background-color: $uni-bg-color;
  67. position: absolute;
  68. top: 270rpx;
  69. width: 93%;
  70. height: 550rpx;
  71. border-radius: 20rpx;
  72. font-size: $j-font-text-big;
  73. .tab-lable {
  74. padding-left: 30rpx;
  75. }
  76. .options {
  77. image {
  78. width: 100%;
  79. height: 150rpx;
  80. margin-top: 160rpx;
  81. border-radius: 10rpx;
  82. }
  83. }
  84. .notice {
  85. width: 100%;
  86. background-color: $uni-bg-color;
  87. border-radius: 10rpx;
  88. display: flex;
  89. flex-direction: row;
  90. justify-content: space-between;
  91. text-align: center;
  92. height: 120rpx;
  93. line-height: 120rpx;
  94. label {
  95. margin-left: 20rpx;
  96. color: $j-primary-green;
  97. }
  98. .icon{
  99. width: 40rpx;
  100. height: 100%;
  101. margin-left: 20rpx;
  102. }
  103. .text1 {
  104. font-size: $j-font-text-default;
  105. color: $uni-text-color;
  106. display: block;
  107. width: 90%;
  108. text-align: left;
  109. }
  110. .icos {
  111. margin-right: 10rpx;
  112. }
  113. }
  114. .tab-data {
  115. display: flex;
  116. flex-direction: row;
  117. justify-content: space-between;
  118. border-bottom: 1rpx solid $uni-border-color;
  119. width: 100%;
  120. height: 100rpx;
  121. line-height: 100rpx;
  122. margin-top: 5rpx;
  123. .tab-content {
  124. display: flex;
  125. flex-direction: row;
  126. justify-content: flex-end;
  127. flex-wrap: center;
  128. margin-top: 10rpx;
  129. margin-right: 40rpx;
  130. label {
  131. display: inline-block;
  132. width: 110rpx;
  133. height: 70rpx;
  134. line-height: 70rpx;
  135. border-top: 1rpx solid $uni-border-color;
  136. border-bottom: 1rpx solid $uni-border-color;
  137. border-right: 1rpx solid $uni-border-color;
  138. text-align: center;
  139. }
  140. label:nth-of-type(1) {
  141. border-left: 1rpx solid $uni-border-color;
  142. }
  143. }
  144. }
  145. .tab {
  146. display: flex;
  147. flex-direction: column;
  148. align-items: center;
  149. height: 60%;
  150. .tab-content {
  151. display: flex;
  152. flex-direction: row;
  153. justify-content: center;
  154. align-items: center;
  155. width: 100%;
  156. height: 100%;
  157. .tab-content-title {
  158. width: 50%;
  159. label {
  160. display: flex;
  161. flex-direction: column;
  162. justify-content: center;
  163. align-items: center;
  164. padding-top: 30rpx;
  165. color: $uni-text-color-grey;
  166. }
  167. label:nth-of-type(1) {
  168. font-size: 52rpx;
  169. }
  170. }
  171. }
  172. .tab-check-lable {
  173. display: inline-block;
  174. padding: 10rpx 20rpx;
  175. color: $j-primary-green;
  176. border-radius: 30rpx;
  177. border: 1rpx solid $j-primary-green !important;
  178. margin-bottom: -30rpx;
  179. }
  180. }
  181. }
  182. }