uc-edit.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. /* 个人中心-编辑 */
  2. .user-center .con-box .box-tit {
  3. padding: 0 15px;
  4. background: #f9f9f9;
  5. font-size: 14px;
  6. font-weight: 600;
  7. border: 1px solid #eee;
  8. border-bottom: 0;
  9. height: 36px;
  10. line-height: 36px;
  11. }
  12. .user-center .box-content {
  13. border: 1px solid #eee;
  14. border-top: 0;
  15. padding: 30px 80px 20px;
  16. }
  17. .user-center .box-content .item {
  18. margin-bottom: 30px;
  19. display: flex;
  20. align-items: center;
  21. }
  22. .user-center .box-content .item .tit {
  23. width: 80px;
  24. text-align: right;
  25. margin-right: 30px;
  26. }
  27. .user-center .en .item .tit {
  28. width: 140px;
  29. }
  30. .user-center .box-content .item .tit .asterisk {
  31. color: #e1251b;
  32. margin-right: 5px;
  33. }
  34. .user-center .box-content .validcode-box .code-int-box {
  35. display: flex;
  36. align-items: center;
  37. justify-content: flex-start;
  38. }
  39. .user-center .box-content .item .validcode-box {
  40. width: 300px;
  41. height: 30px;
  42. font-size: 12px;
  43. }
  44. .code-int {
  45. width: 200px;
  46. padding: 0 10px;
  47. height: 30px;
  48. font-size: 12px;
  49. border: 1px solid #eee;
  50. }
  51. .send-code {
  52. width: 100px;
  53. display: inline-block;
  54. padding: 8px 0;
  55. border: 1px solid #eee;
  56. vertical-align: top;
  57. background: #f9f9f9;
  58. margin-left: 10px;
  59. text-align: center;
  60. color: #666;
  61. cursor: pointer;
  62. }
  63. .user-center .box-content .item .text {
  64. border: 1px solid #eee;
  65. width: 300px;
  66. padding: 0 10px;
  67. height: 30px;
  68. font-size: 12px;
  69. box-sizing: border-box;
  70. }
  71. .user-center .en .item .text {
  72. width: 340px;
  73. }
  74. .user-center .box-content .item.error .text {
  75. border-color: #e1251b;
  76. }
  77. .user-center .box-content .item .error-text {
  78. color: #e1251b;
  79. margin-left: 10px;
  80. padding-left: 19px;
  81. position: relative;
  82. height: 14px;
  83. line-height: 14px;
  84. /* display: none; */
  85. }
  86. .user-center .box-content .item.error .error-text {
  87. display: block;
  88. }
  89. .user-center .box-content .item .error-text::before {
  90. position: absolute;
  91. left: 0;
  92. top: 0;
  93. display: block;
  94. width: 14px;
  95. height: 14px;
  96. content: ' ';
  97. font-size: 0;
  98. background: url(../images/icons.png) no-repeat -77px -517px;
  99. }
  100. .user-center .box-content .item .area {
  101. border: 1px solid #eee;
  102. height: 30px;
  103. line-height: 30px;
  104. width: 116px;
  105. margin-right: 12px;
  106. font-size: 12px;
  107. padding: 0 20px 0 10px;
  108. position: relative;
  109. }
  110. .user-center .box-content .item .area::before {
  111. position: absolute;
  112. right: 10px;
  113. top: 12px;
  114. display: block;
  115. width: 0;
  116. height: 0;
  117. content: ' ';
  118. font-size: 0;
  119. border: 5px solid transparent;
  120. border-top: 5px solid #bcbcbc;
  121. }
  122. .user-center .box-content .item .shop-description {
  123. border: 1px solid #eee;
  124. height: 80px;
  125. width: 446px;
  126. padding: 8px 10px;
  127. font-size: 12px;
  128. resize: none;
  129. }
  130. .user-center .box-content .item .img {
  131. margin-right: 20px;
  132. }
  133. .user-center .box-content .item .img .file-img {
  134. display: block;
  135. border: 1px solid #eee;
  136. width: 100px;
  137. height: 100px;
  138. text-align: center;
  139. line-height: 100px;
  140. font-size: 24px;
  141. font-family: arial;
  142. color: #ccc;
  143. }
  144. .user-center .box-content .item .img .file-img img {
  145. width: 100%;
  146. height: 100%;
  147. vertical-align: top;
  148. }
  149. .user-center .box-content .item .img .img-text {
  150. text-align: center;
  151. display: block;
  152. line-height: 14px;
  153. margin-top: 5px;
  154. color: #999;
  155. }
  156. .user-center .box-content .item .btn {
  157. padding: 5px 15px;
  158. background: #e1251b;
  159. color: #fff;
  160. border-radius: 2px;
  161. }
  162. .user-center .box-content .item .btn:hover {
  163. opacity: 0.9;
  164. }
  165. .user-center .box-content .item .user-img {
  166. width: 75px;
  167. height: 75px;
  168. border: 1px solid #eee;
  169. border-radius: 50%;
  170. overflow: hidden;
  171. font-size: 0;
  172. display: flex;
  173. justify-content: center;
  174. align-items: center;
  175. }
  176. .user-center .box-content .item .user-img img {
  177. max-width: 100%;
  178. max-height: 100%;
  179. vertical-align: middle;
  180. }
  181. .user-center .box-content .item .edit-img {
  182. margin-left: 20px;
  183. color: #999;
  184. }
  185. .user-center .box-content .item .edit-img:hover {
  186. color: #e1251b;
  187. }
  188. .tips,
  189. .tips a {
  190. color: #999;
  191. font-size: 14px;
  192. }
  193. .tips a:hover {
  194. color: #02a1e9;
  195. }
  196. /* 个人中心-编辑 end */