index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. .previewCard .personal.data-v-7c3f3252 {
  28. margin-top: 20rpx;
  29. border-radius: 10rpx;
  30. padding: 30rpx 20rpx;
  31. box-sizing: border-box;
  32. background-color: #fff;
  33. }
  34. .previewCard .personal .title.data-v-7c3f3252 {
  35. border-bottom: 1rpx solid #ccc;
  36. font-size: 30rpx;
  37. color: #000;
  38. font-weight: 600;
  39. padding-bottom: 20rpx;
  40. }
  41. page.data-v-7c3f3252 {
  42. background-color: #f5f5f5;
  43. }
  44. .previewCard.data-v-7c3f3252 {
  45. padding: 30rpx 20rpx;
  46. background-color: #f5f5f5;
  47. min-height: 100vh;
  48. box-sizing: border-box;
  49. }
  50. .previewCard .card-container.data-v-7c3f3252 {
  51. width: 100%;
  52. height: 400rpx;
  53. background-color: aquamarine;
  54. border-radius: 20rpx;
  55. }
  56. .previewCard .contact-mode.data-v-7c3f3252 {
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. gap: 0rpx;
  61. width: 100%;
  62. height: 250rpx;
  63. background-color: #fff;
  64. border-radius: 20rpx;
  65. }
  66. .previewCard .contact-mode .mode-item.data-v-7c3f3252 {
  67. flex: 1;
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. flex-direction: column;
  72. gap: 20rpx;
  73. }
  74. .previewCard .contact-mode .mode-item text.data-v-7c3f3252 {
  75. font-size: 28rpx;
  76. color: #000;
  77. }
  78. .previewCard .personal .title.data-v-7c3f3252 {
  79. display: flex;
  80. align-items: center;
  81. justify-content: space-between;
  82. gap: 0;
  83. }
  84. .previewCard .personal .title .edit.data-v-7c3f3252 {
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. gap: 10rpx;
  89. color: #3A8FFF;
  90. }
  91. .previewCard .personal .title .edit text.data-v-7c3f3252 {
  92. font-size: 26rpx;
  93. }
  94. .previewCard .act.data-v-7c3f3252 {
  95. margin-bottom: 150rpx;
  96. }
  97. .previewCard .footer.data-v-7c3f3252 {
  98. position: fixed;
  99. left: 0;
  100. bottom: 0;
  101. width: 100%;
  102. height: 100rpx;
  103. line-height: 100rpx;
  104. z-index: 99;
  105. display: flex;
  106. align-items: center;
  107. justify-content: space-between;
  108. gap: 0rpx;
  109. font-size: 30rpx;
  110. text-align: center;
  111. }
  112. .previewCard .footer .preview.data-v-7c3f3252 {
  113. width: 250rpx;
  114. background-color: #fff;
  115. color: #3a8fff;
  116. }
  117. .previewCard .footer .preserve.data-v-7c3f3252 {
  118. flex: 1;
  119. background-color: #3A8FFF;
  120. color: #fff;
  121. }
  122. .d-container.data-v-7c3f3252 {
  123. height: 500rpx;
  124. width: 100%;
  125. }
  126. .d-container .d-header.data-v-7c3f3252 {
  127. height: 100rpx;
  128. line-height: 100rpx;
  129. text-align: center;
  130. font-size: 28rpx;
  131. position: relative;
  132. }
  133. .d-container .d-header .icon.data-v-7c3f3252 {
  134. position: absolute;
  135. top: 50%;
  136. -webkit-transform: translateY(-50%);
  137. transform: translateY(-50%);
  138. right: 30rpx;
  139. }
  140. .d-container .d-body.data-v-7c3f3252 {
  141. margin-top: 30rpx;
  142. padding-left: 50rpx;
  143. padding-right: 30rpx;
  144. box-sizing: border-box;
  145. display: flex;
  146. align-items: center;
  147. justify-content: space-between;
  148. flex-direction: flase;
  149. gap: 0rpx;
  150. }