realname.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. .upload_image text.data-v-688b877f {
  12. display: inline-block;
  13. margin-top: 10px;
  14. }
  15. .complate.data-v-688b877f,
  16. .complate1.data-v-688b877f {
  17. width: 50%;
  18. margin: 0 auto;
  19. margin-top: 20%;
  20. line-height: 44px;
  21. text-align: center;
  22. height: 44px;
  23. background: #3B7653;
  24. opacity: 1;
  25. border-radius: 24px;
  26. font-size: 18px;
  27. font-family: PingFang SC;
  28. font-weight: 500;
  29. color: #FFFFFF;
  30. opacity: 1;
  31. }
  32. .complate1.data-v-688b877f {
  33. margin-top: 30px;
  34. }
  35. .real-name.data-v-688b877f {
  36. padding: 0 16px;
  37. padding-bottom: 40px;
  38. }
  39. .real-name .item.data-v-688b877f {
  40. display: flex;
  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. flex: 0 0 30%;
  54. font-size: 16px;
  55. font-family: PingFang SC;
  56. font-weight: bold;
  57. line-height: 20px;
  58. color: #282828;
  59. opacity: 1;
  60. }
  61. .real-name .item .right.data-v-688b877f {
  62. flex: 1;
  63. font-size: 13px;
  64. font-family: PingFang SC;
  65. font-weight: 400;
  66. line-height: 20px;
  67. color: rgba(40, 40, 40, 0.42);
  68. text-align: right;
  69. }
  70. .real-name .item .right image.data-v-688b877f {
  71. width: 17px;
  72. height: 17px;
  73. opacity: 1;
  74. }
  75. .real-name .form.data-v-688b877f {
  76. position: relative;
  77. }
  78. .real-name .form .back.data-v-688b877f {
  79. position: absolute;
  80. left: 10px;
  81. top: 0px;
  82. width: 30px;
  83. height: 44px;
  84. line-height: 44px;
  85. text-align: center;
  86. z-index: 9999;
  87. }
  88. .real-name .form .title.data-v-688b877f {
  89. padding: 0 20px;
  90. height: 40px;
  91. line-height: 40px;
  92. }
  93. .real-name .form .input.data-v-688b877f {
  94. margin: 0 20px;
  95. height: 40px;
  96. line-height: 40px;
  97. border-bottom: solid 1px rgba(175, 175, 175, 0.2);
  98. }
  99. .real-name .item1.data-v-688b877f {
  100. position: relative;
  101. }
  102. .real-name .item1 .star.data-v-688b877f {
  103. position: absolute;
  104. color: red;
  105. left: 0;
  106. top: 14px;
  107. }
  108. .real-name .item1 .dec.data-v-688b877f {
  109. font-size: 13px;
  110. font-family: PingFang SC;
  111. font-weight: 400;
  112. line-height: 20px;
  113. color: #AFAFAF;
  114. opacity: 1;
  115. padding-bottom: 10px;
  116. border-bottom: solid 1px rgba(175, 175, 175, 0.2);
  117. }
  118. .real-name .buttom.data-v-688b877f {
  119. width: 229px;
  120. height: 56px;
  121. line-height: 56px;
  122. background: #3B7653;
  123. text-align: center;
  124. border-radius: 28px;
  125. margin: 0 auto;
  126. margin-top: 50px;
  127. font-size: 18px;
  128. font-family: PingFang SC;
  129. font-weight: bold;
  130. color: #fff;
  131. opacity: 1;
  132. }