address.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. .address_font {
  28. font-size: 26rpx;
  29. font-family: PingFang SC;
  30. font-weight: 400;
  31. line-height: 49rpx;
  32. color: #8FD3F3;
  33. }
  34. .address {
  35. padding: 30rpx 24rpx 26rpx;
  36. width: 750rpx;
  37. height: 268rpx;
  38. background: white;
  39. }
  40. .address .font {
  41. font-size: 28rpx;
  42. font-family: PingFang SC;
  43. font-weight: 400;
  44. line-height: 40rpx;
  45. color: #323332;
  46. }
  47. .address .add {
  48. font-size: 26rpx;
  49. font-family: PingFang SC;
  50. font-weight: 400;
  51. line-height: 49rpx;
  52. color: #BBBBBB;
  53. margin-top: 20rpx;
  54. }
  55. .address .mor {
  56. border-top: 1px solid #C7C7C7;
  57. margin-top: 38rpx;
  58. padding-top: 30rpx;
  59. }
  60. .mo {
  61. font-size: 28rpx;
  62. font-family: PingFang SC;
  63. font-weight: 400;
  64. line-height: 48rpx;
  65. color: #212121;
  66. }
  67. .button {
  68. width: 702rpx;
  69. height: 90rpx;
  70. background: #e4e4e4;
  71. border-radius: 46rpx;
  72. position: fixed;
  73. left: 22rpx;
  74. bottom: 34rpx;
  75. font-size: 32rpx;
  76. font-family: PingFang SC;
  77. font-weight: 400;
  78. line-height: 90rpx;
  79. color: #FFFFFF;
  80. text-align: center;
  81. }
  82. .button1 {
  83. width: 702rpx;
  84. height: 90rpx;
  85. background: #8fd3f3;
  86. border-radius: 46rpx;
  87. position: fixed;
  88. left: 22rpx;
  89. bottom: 34rpx;
  90. font-size: 32rpx;
  91. font-family: PingFang SC;
  92. font-weight: 600;
  93. line-height: 90rpx;
  94. color: #FFFFFF;
  95. text-align: center;
  96. }
  97. .item {
  98. width: 702rpx;
  99. height: 110rpx;
  100. border-bottom: 1px solid #C7C7C7;
  101. }
  102. .page {
  103. width: 750rpx;
  104. height: 1334rpx;
  105. background: #f7f6fb;
  106. padding: 30rpx 0 34rpx 0;
  107. }
  108. .top {
  109. width: 750rpx;
  110. height: 484rpx;
  111. background: white;
  112. padding: 0 22rpx;
  113. }
  114. .moren {
  115. width: 748rpx;
  116. height: 112rpx;
  117. background: white;
  118. margin-top: 30rpx;
  119. padding: 40rpx 64rpx 42rpx 22rpx;
  120. }