index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. .establish .establish-box .business-style.data-v-fa4f4b7c, .establish .establish-box .basic-info.data-v-fa4f4b7c, .establish .establish-box .contact-mode.data-v-fa4f4b7c, .establish .establish-box .personal-brief.data-v-fa4f4b7c, .establish .establish-box .company-brief.data-v-fa4f4b7c {
  28. margin-top: 20rpx;
  29. border-radius: 10rpx;
  30. padding: 30rpx 20rpx;
  31. box-sizing: border-box;
  32. background-color: #fff;
  33. }
  34. .establish .establish-box .business-style .business-title.data-v-fa4f4b7c, .establish .establish-box .contact-mode .mode-title.data-v-fa4f4b7c, .establish .establish-box .personal-brief .brief-title.data-v-fa4f4b7c, .establish .establish-box .company-brief .company-title.data-v-fa4f4b7c {
  35. border-bottom: 1rpx solid #ccc;
  36. font-size: 30rpx;
  37. color: #000;
  38. font-weight: 600;
  39. padding-bottom: 20rpx;
  40. }
  41. .establish.data-v-fa4f4b7c {
  42. width: 100vw;
  43. min-height: 100vh;
  44. background-color: #f5f5f5;
  45. }
  46. .establish .establish-box.data-v-fa4f4b7c {
  47. padding: 30rpx;
  48. box-sizing: border-box;
  49. }
  50. .establish .establish-box .business-card.data-v-fa4f4b7c {
  51. width: 100%;
  52. height: 400rpx;
  53. background-color: aquamarine;
  54. border-radius: 20rpx;
  55. }
  56. .establish .establish-box .business-style .style-list.data-v-fa4f4b7c {
  57. margin-top: 20rpx;
  58. display: flex;
  59. align-items: center;
  60. justify-content: space-between;
  61. gap: 20rpx;
  62. }
  63. .establish .establish-box .business-style .style-list .style-item.data-v-fa4f4b7c {
  64. flex: 1;
  65. position: relative;
  66. }
  67. .establish .establish-box .business-style .style-list .style-item .style-icon.data-v-fa4f4b7c {
  68. position: absolute;
  69. right: 16rpx;
  70. bottom: 16rpx;
  71. }
  72. .establish .establish-box .business-style .style-list .style-item .style-icon image.data-v-fa4f4b7c {
  73. width: 24rpx;
  74. height: 24rpx;
  75. }
  76. .establish .establish-box .business-style .style-list .style-item > image.data-v-fa4f4b7c {
  77. width: 100%;
  78. height: 135rpx;
  79. }
  80. .establish .establish-box .basic-info .info-title.data-v-fa4f4b7c {
  81. border-bottom: 1rpx solid #ccc;
  82. font-size: 30rpx;
  83. color: #000;
  84. font-weight: 600;
  85. padding-bottom: 20rpx;
  86. }
  87. .establish .establish-box .company-brief.data-v-fa4f4b7c {
  88. margin-bottom: calc(112rpx + constant(safe-area-inset-bottom));
  89. margin-bottom: calc(112rpx + env(safe-area-inset-bottom));
  90. }
  91. .establish .footer.data-v-fa4f4b7c {
  92. position: fixed;
  93. left: 0;
  94. bottom: 0;
  95. z-index: 2;
  96. width: 100vw;
  97. margin-top: 24rpx;
  98. padding-bottom: constant(safe-area-inset-bottom);
  99. padding-bottom: env(safe-area-inset-bottom);
  100. background-color: #ffffff;
  101. }
  102. .establish .footer .btn-list.data-v-fa4f4b7c {
  103. width: 100%;
  104. height: 112rpx;
  105. padding: 0 30rpx;
  106. box-sizing: border-box;
  107. display: flex;
  108. align-items: center;
  109. justify-content: space-between;
  110. }
  111. .establish .footer .btn-list view.data-v-fa4f4b7c {
  112. width: 333rpx;
  113. height: 88rpx;
  114. border-radius: 16rpx;
  115. font-size: 28rpx;
  116. text-align: center;
  117. line-height: 88rpx;
  118. }
  119. .establish .footer .btn-list view.data-v-fa4f4b7c:nth-of-type(1) {
  120. color: #1472ff;
  121. border: 2rpx solid #1472ff;
  122. box-sizing: border-box;
  123. }
  124. .establish .footer .btn-list view.data-v-fa4f4b7c:nth-of-type(2) {
  125. background-color: #1472ff;
  126. color: #ffffff;
  127. }