index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. page {
  2. font-family: PingFangSC-Medium, PingFang SC;
  3. background-color: #F5F5F5;
  4. padding-bottom: 121rpx;
  5. }
  6. /* 主题信息 */
  7. .content {
  8. background: #fff;
  9. margin: 20rpx 0;
  10. }
  11. .header {
  12. height: 116rpx;
  13. font-size: 34rpx;
  14. /* font-weight: 500; */
  15. padding: 0 30rpx;
  16. box-sizing: border-box;
  17. border-bottom: 1rpx solid #F5F5F5;
  18. display: flex;
  19. align-items: center;
  20. justify-content: space-between;
  21. }
  22. .check-jianli {
  23. color: #0177FF;
  24. font-size: 30rpx;
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-between;
  28. }
  29. .check-jianli image {
  30. width: 17rpx;
  31. height: 29rpx;
  32. margin-left: 15rpx;
  33. }
  34. .info {
  35. height: 280rpx;
  36. padding: 0 30rpx;
  37. box-sizing: border-box;
  38. display: flex;
  39. align-items: center;
  40. justify-content: space-between;
  41. border-bottom: 1rpx solid #F5F5F5;
  42. }
  43. .touxiang {
  44. height: 200rpx;
  45. width: 200rpx;
  46. border: 2px solid rgba(238, 238, 238, 1);
  47. box-sizing: border-box;
  48. border-radius: 50%;
  49. display: flex;
  50. align-items: center;
  51. justify-content: center;
  52. margin-right: 45rpx;
  53. }
  54. .touxiang image {
  55. width: 178rpx;
  56. height: 178rpx;
  57. border-radius: 50%;
  58. }
  59. .info-content {
  60. flex: 1;
  61. height: 65%;
  62. color: #666;
  63. font-size: 30rpx;
  64. display: flex;
  65. flex-direction: column;
  66. justify-content: space-around;
  67. }
  68. .nickname {
  69. font-size: 48rpx;
  70. color: #000;
  71. }
  72. .idcrad {
  73. height: 116rpx;
  74. padding: 0 30rpx;
  75. color: #666666;
  76. font-size: 30rpx;
  77. box-sizing: border-box;
  78. display: flex;
  79. align-items: center;
  80. border-bottom: 1rpx solid #F5F5F5;
  81. }
  82. .authentication {
  83. color: #000;
  84. }
  85. .authentication-img {
  86. width: 92rpx;
  87. height: 32rpx;
  88. }
  89. .choose {
  90. height: 116rpx;
  91. display: flex;
  92. padding: 0 30rpx;
  93. box-sizing: border-box;
  94. align-items: center;
  95. justify-content: space-between;
  96. }
  97. .leftinfo {
  98. color: #666666;
  99. font-size: 30rpx;
  100. }
  101. .radio-content {
  102. display: flex;
  103. align-items: center;
  104. justify-content: center;
  105. position: relative;
  106. }
  107. .radio-content image {
  108. width: 40rpx;
  109. height: 40rpx;
  110. }
  111. .radio {
  112. position: absolute;
  113. left: 0;
  114. top: 0;
  115. height: 100%;
  116. width: 100%;
  117. opacity: 0;
  118. }
  119. /* btn */
  120. .fixed-footer {
  121. position: fixed;
  122. left: 0;
  123. bottom: 0;
  124. width: 100%;
  125. }
  126. .btn-group {
  127. height: 124rpx;
  128. background: #fff;
  129. display: flex;
  130. align-items: center;
  131. justify-content: center;
  132. }
  133. .button {
  134. height: 88rpx;
  135. width: 690rpx;
  136. color: #fff;
  137. font-size: 34rpx;
  138. background: #0177FF;
  139. border-radius: 10rpx;
  140. display: flex;
  141. align-items: center;
  142. justify-content: center;
  143. position: relative;
  144. }
  145. .button button {
  146. position: absolute;
  147. left: 0;
  148. top: 0;
  149. height: 100%;
  150. width: 100%;
  151. opacity: 0;
  152. }
  153. /* 提示信息 */
  154. .start-message {
  155. color: #000;
  156. font-size: 34rpx;
  157. padding: 20rpx 30rpx;
  158. }