realname.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .upload_image.data-v-688b877f {
  8. width: 90%;
  9. margin: 0 auto;
  10. }
  11. .complate.data-v-688b877f,
  12. .complate1.data-v-688b877f {
  13. width: 50%;
  14. margin: 0 auto;
  15. margin-top: 20%;
  16. line-height: 44px;
  17. text-align: center;
  18. height: 44px;
  19. background: #3B7653;
  20. opacity: 1;
  21. border-radius: 24px;
  22. font-size: 18px;
  23. font-family: PingFang SC;
  24. font-weight: 500;
  25. color: #FFFFFF;
  26. opacity: 1;
  27. }
  28. .complate1.data-v-688b877f {
  29. margin-top: 30px;
  30. }
  31. .real-name.data-v-688b877f {
  32. padding: 0 16px;
  33. padding-bottom: 40px;
  34. }
  35. .real-name .item.data-v-688b877f {
  36. display: -webkit-box;
  37. display: -webkit-flex;
  38. display: flex;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. height: 46px;
  43. line-height: 46px;
  44. position: relative;
  45. padding-left: 10px;
  46. }
  47. .real-name .item .star.data-v-688b877f {
  48. position: absolute;
  49. color: red;
  50. left: 0;
  51. }
  52. .real-name .item .label.data-v-688b877f {
  53. -webkit-box-flex: 0;
  54. -webkit-flex: 0 0 30%;
  55. flex: 0 0 30%;
  56. font-size: 16px;
  57. font-family: PingFang SC;
  58. font-weight: bold;
  59. line-height: 20px;
  60. color: #282828;
  61. opacity: 1;
  62. }
  63. .real-name .item .right.data-v-688b877f {
  64. -webkit-box-flex: 1;
  65. -webkit-flex: 1;
  66. flex: 1;
  67. font-size: 13px;
  68. font-family: PingFang SC;
  69. font-weight: 400;
  70. line-height: 20px;
  71. color: rgba(40, 40, 40, 0.42);
  72. text-align: right;
  73. }
  74. .real-name .item .right image.data-v-688b877f {
  75. width: 17px;
  76. height: 17px;
  77. opacity: 1;
  78. }
  79. .real-name .form.data-v-688b877f {
  80. position: relative;
  81. }
  82. .real-name .form .back.data-v-688b877f {
  83. position: absolute;
  84. left: 10px;
  85. top: 0px;
  86. width: 30px;
  87. height: 44px;
  88. line-height: 44px;
  89. text-align: center;
  90. z-index: 9999;
  91. }
  92. .real-name .form .title.data-v-688b877f {
  93. padding: 0 20px;
  94. height: 40px;
  95. line-height: 40px;
  96. }
  97. .real-name .form .input.data-v-688b877f {
  98. margin: 0 20px;
  99. height: 40px;
  100. line-height: 40px;
  101. border-bottom: solid 1px rgba(175, 175, 175, 0.2);
  102. }
  103. .real-name .item1.data-v-688b877f {
  104. position: relative;
  105. }
  106. .real-name .item1 .star.data-v-688b877f {
  107. position: absolute;
  108. color: red;
  109. left: 0;
  110. top: 14px;
  111. }
  112. .real-name .item1 .dec.data-v-688b877f {
  113. font-size: 13px;
  114. font-family: PingFang SC;
  115. font-weight: 400;
  116. line-height: 20px;
  117. color: #AFAFAF;
  118. opacity: 1;
  119. padding-bottom: 10px;
  120. border-bottom: solid 1px rgba(175, 175, 175, 0.2);
  121. }
  122. .real-name .buttom.data-v-688b877f {
  123. width: 229px;
  124. height: 56px;
  125. line-height: 56px;
  126. background: #3B7653;
  127. text-align: center;
  128. border-radius: 28px;
  129. margin: 0 auto;
  130. margin-top: 50px;
  131. font-size: 18px;
  132. font-family: PingFang SC;
  133. font-weight: bold;
  134. color: #fff;
  135. opacity: 1;
  136. }