shop-info.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .shop_info {
  28. width: 100%;
  29. min-height: 100%;
  30. background-color: #fff;
  31. }
  32. .edit_name .name .hint {
  33. font-size: 28rpx;
  34. color: #fb231f;
  35. margin-left: 16rpx;
  36. padding: 30rpx 0 20rpx;
  37. }
  38. .edit_name .name input {
  39. width: 100%;
  40. background: #f9f9fb;
  41. height: 98rpx;
  42. padding-left: 20rpx;
  43. }
  44. .edit_name .name .notice {
  45. width: 690rpx;
  46. margin: 0 auto 162rpx;
  47. }
  48. .edit_name .name .notice view {
  49. padding-top: 5rpx;
  50. }
  51. .edit_name .name .notice view:first-child {
  52. font-size: 32rpx;
  53. font-weight: bold;
  54. padding: 40rpx 0 20rpx;
  55. }
  56. .edit_phone .phone_inp,
  57. .edit_phone .inp {
  58. width: 580rpx;
  59. height: 88rpx;
  60. background: #f8f8f8;
  61. padding: 0 30rpx;
  62. border-radius: 44rpx;
  63. box-sizing: border-box;
  64. }
  65. .edit_phone .inp {
  66. margin-bottom: 78rpx;
  67. }
  68. .edit_phone .inp input {
  69. width: 60%;
  70. height: 90%;
  71. }
  72. .edit_phone .phone_inp {
  73. margin: 94rpx 0 30rpx;
  74. }
  75. .edit_phone .old .hint {
  76. margin: 94rpx 0 30rpx;
  77. }
  78. .edit_ads {
  79. width: 690rpx;
  80. margin: 30rpx auto 0;
  81. }
  82. .edit_ads .sub_btn {
  83. margin-top: 50rpx;
  84. }
  85. .edit_ads .label {
  86. font-size: 32rpx;
  87. padding: 10rpx 0;
  88. color: #333;
  89. font-weight: 600;
  90. }
  91. .edit_ads .label text:last-child {
  92. color: #f00;
  93. margin-left: 4rpx;
  94. font-size: 45rpx;
  95. }
  96. .edit_ads input,
  97. .edit_ads .picker {
  98. height: 96rpx;
  99. line-height: 96rpx;
  100. background: #f8f8f8;
  101. border-radius: 8rpx;
  102. }
  103. .edit_ads .picker {
  104. padding-right: 30rpx;
  105. }
  106. .edit_ads .picker input {
  107. width: 90%;
  108. }
  109. .edit_ads input {
  110. font-size: 32rpx;
  111. padding-left: 30rpx;
  112. }
  113. .title {
  114. color: #999;
  115. font-size: 28rpx;
  116. padding: 30rpx 0;
  117. }
  118. .iconfont {
  119. font-size: 40rpx;
  120. color: #999;
  121. }
  122. .label {
  123. font-size: 28rpx;
  124. }
  125. .auth,
  126. .base_info {
  127. padding: 0 30rpx;
  128. box-sizing: border-box;
  129. }
  130. .base_info .info .wx_img {
  131. width: 300rpx;
  132. height: 300rpx;
  133. }
  134. .base_info .info > view {
  135. margin-bottom: 30rpx;
  136. }
  137. .base_info .info > view .inp {
  138. width: 75%;
  139. min-height: 72rpx;
  140. background: #f8f8f8;
  141. border-radius: 8rpx;
  142. padding: 0 15rpx;
  143. box-sizing: border-box;
  144. }
  145. .base_info .info > view input,
  146. .base_info .info > view textarea {
  147. width: 75%;
  148. font-size: 32rpx;
  149. }
  150. .base_info .info > view .iconfont {
  151. font-size: 35rpx;
  152. color: #999;
  153. }
  154. .base_info .info image {
  155. width: 68rpx;
  156. height: 68rpx;
  157. border-radius: 8rpx;
  158. margin-right: 20rpx;
  159. }
  160. .base_info .info .code_hint {
  161. color: #fb231f;
  162. font-size: 28rpx;
  163. margin-top: 30rpx;
  164. }
  165. .base_info .upload .up_title {
  166. font-size: 36rpx;
  167. font-weight: bold;
  168. }
  169. .base_info .upload .wx_icon {
  170. width: 250rpx;
  171. height: 250rpx;
  172. margin: 40rpx 0;
  173. }
  174. .block {
  175. width: 100%;
  176. height: 20rpx;
  177. background: #f9f9fb;
  178. }
  179. .auth .auth_con > view {
  180. margin-top: 30rpx;
  181. }
  182. .auth .auth_con .iconrenzheng {
  183. color: #fb231f;
  184. font-size: 45rpx;
  185. vertical-align: middle;
  186. margin-right: 5rpx;
  187. }
  188. .auth .auth_con .iconiconfontjiantou2 {
  189. font-size: 35rpx;
  190. vertical-align: -2rpx;
  191. }