add.wxss 3.1 KB

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