address.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .uni-swipe[data-v-82a5303b] {
  27. position: relative;
  28. overflow: hidden;
  29. }
  30. .uni-swipe_box[data-v-82a5303b] {
  31. display: flex;
  32. flex-shrink: 0;
  33. position: relative;
  34. }
  35. .uni-swipe_text--center[data-v-82a5303b] {
  36. width: 100%;
  37. cursor: grab;
  38. }
  39. .uni-swipe_button-group[data-v-82a5303b] {
  40. box-sizing: border-box;
  41. display: flex;
  42. flex-direction: row;
  43. position: absolute;
  44. top: 0;
  45. bottom: 0;
  46. }
  47. .button-group--left[data-v-82a5303b] {
  48. left: 0;
  49. transform: translateX(-100%);
  50. }
  51. .button-group--right[data-v-82a5303b] {
  52. right: 0;
  53. transform: translateX(100%);
  54. }
  55. .uni-swipe_button[data-v-82a5303b] {
  56. display: flex;
  57. flex-direction: row;
  58. justify-content: center;
  59. align-items: center;
  60. padding: 0 20px;
  61. }
  62. .uni-swipe_button-text[data-v-82a5303b] {
  63. flex-shrink: 0;
  64. font-size: 14px;
  65. }
  66. .ani[data-v-82a5303b] {
  67. transition-property: transform;
  68. transition-duration: 0.3s;
  69. transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  70. }
  71. /**
  72. * 这里是uni-app内置的常用样式变量
  73. *
  74. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  75. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  76. *
  77. */
  78. /**
  79. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  80. *
  81. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  82. */
  83. /* 颜色变量 */
  84. /* 行为相关颜色 */
  85. /* 文字基本颜色 */
  86. /* 背景颜色 */
  87. /* 边框颜色 */
  88. /* 尺寸变量 */
  89. /* 文字尺寸 */
  90. /* 图片尺寸 */
  91. /* Border Radius */
  92. /* 水平间距 */
  93. /* 垂直间距 */
  94. /* 透明度 */
  95. /* 文章场景相关 */
  96. body {
  97. height: 100%;
  98. overflow: hidden;
  99. }
  100. /* 删除按钮 */
  101. .delete-button {
  102. display: flex;
  103. justify-content: center;
  104. align-items: center;
  105. width: 50px;
  106. height: 100%;
  107. font-size: 0.875rem;
  108. color: #fff;
  109. border-radius: 0;
  110. padding: 0;
  111. background-color: #cf4444;
  112. }
  113. .viewport {
  114. display: flex;
  115. flex-direction: column;
  116. height: 100%;
  117. background-color: #f4f4f4;
  118. }
  119. .viewport .scroll-view {
  120. padding-top: 0.625rem;
  121. }
  122. .address {
  123. padding: 0 0.625rem;
  124. margin: 0 0.625rem;
  125. border-radius: 0.3125rem;
  126. background-color: #fff;
  127. }
  128. .address .item-content {
  129. line-height: 1;
  130. padding: 1.25rem 0.3125rem 1.1875rem;
  131. border-bottom: 0.03125rem solid #ddd;
  132. position: relative;
  133. }
  134. .address .item-content .edit {
  135. position: absolute;
  136. top: 1.125rem;
  137. right: 0.9375rem;
  138. padding: 0.0625rem 0 0.0625rem 0.625rem;
  139. border-left: 0.03125rem solid #666;
  140. font-size: 0.8125rem;
  141. color: #666;
  142. line-height: 1;
  143. }
  144. .address .item:last-child .item-content {
  145. border: none;
  146. }
  147. .address .user {
  148. font-size: 0.875rem;
  149. margin-bottom: 0.625rem;
  150. color: #333;
  151. }
  152. .address .user .contact {
  153. color: #666;
  154. }
  155. .address .user .badge {
  156. display: inline-block;
  157. padding: 0.125rem 0.3125rem 0.0625rem 0.4375rem;
  158. margin: 0.0625rem 0 0 0.3125rem;
  159. font-size: 0.8125rem;
  160. color: #27ba9b;
  161. border-radius: 0.1875rem;
  162. border: 0.03125rem solid #27ba9b;
  163. }
  164. .address .locate {
  165. line-height: 1.6;
  166. font-size: 0.8125rem;
  167. color: #333;
  168. }
  169. .blank {
  170. margin-top: 9.375rem;
  171. text-align: center;
  172. font-size: 1rem;
  173. color: #888;
  174. }
  175. .add-btn {
  176. height: 2.5rem;
  177. text-align: center;
  178. line-height: 2.5rem;
  179. margin: 0.9375rem 0.625rem;
  180. color: #fff;
  181. border-radius: 2.5rem;
  182. font-size: 0.9375rem;
  183. background-color: #27ba9b;
  184. }