index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. .main.data-v-57280228 {
  28. padding-top: 10rpx;
  29. padding-left: 20rpx;
  30. padding-right: 20rpx;
  31. }
  32. .gridstyle.data-v-57280228 {
  33. height: 450rpx;
  34. background-color: #fff;
  35. border-radius: 15rpx;
  36. display: -webkit-box;
  37. display: -webkit-flex;
  38. display: flex;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);
  43. margin-top: 20rpx;
  44. }
  45. .doctor_style.data-v-57280228 {
  46. color: rgba(0, 0, 0, 0.54);
  47. }
  48. .doctor_style_item.data-v-57280228 {
  49. overflow: hidden;
  50. text-overflow: ellipsis;
  51. display: -webkit-box;
  52. -webkit-line-clamp: 2;
  53. -webkit-box-orient: vertical;
  54. }
  55. .jisu.data-v-57280228 {
  56. color: #eeaa3f;
  57. }
  58. .follow_style.data-v-57280228 {
  59. position: absolute;
  60. bottom: 52rpx;
  61. left: 35rpx;
  62. z-index: 1;
  63. width: 106rpx;
  64. height: 40rpx;
  65. padding: 4rpx 0;
  66. background-color: #d06996;
  67. box-sizing: border-box;
  68. color: #fff;
  69. text-align: center;
  70. border-radius: 60rpx;
  71. font-size: 24rpx;
  72. display: -webkit-box;
  73. display: -webkit-flex;
  74. display: flex;
  75. -webkit-box-pack: center;
  76. -webkit-justify-content: center;
  77. justify-content: center;
  78. -webkit-box-align: center;
  79. -webkit-align-items: center;
  80. align-items: center;
  81. }
  82. .base_item.data-v-57280228 {
  83. width: 100%;
  84. height: auto;
  85. box-sizing: border-box;
  86. }
  87. .base_item_zi.data-v-57280228 {
  88. position: relative;
  89. box-sizing: border-box;
  90. }
  91. .base_item_zi_items.data-v-57280228 {
  92. box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);
  93. background-color: #fff;
  94. position: relative;
  95. border-radius: 8rpx;
  96. box-sizing: border-box;
  97. }
  98. .base_item_zi_content.data-v-57280228 {
  99. display: -webkit-box;
  100. display: -webkit-flex;
  101. display: flex;
  102. -webkit-box-pack: center;
  103. -webkit-justify-content: center;
  104. justify-content: center;
  105. padding: 30rpx 30rpx;
  106. overflow: hidden;
  107. position: relative;
  108. width: 100%;
  109. box-sizing: border-box;
  110. }
  111. .text_style.data-v-57280228 {
  112. font-size: 24rpx;
  113. color: rgba(0, 0, 0, 0.54);
  114. display: block;
  115. margin-left: 10rpx;
  116. }
  117. .m_gray_small.data-v-57280228 {
  118. white-space: nowrap;
  119. overflow: hidden;
  120. text-overflow: ellipsis;
  121. color: rgba(0, 0, 0, 0.54);
  122. margin-top: 20rpx;
  123. font-size: 28rpx;
  124. }
  125. .content_right.data-v-57280228 {
  126. -webkit-box-flex: 1;
  127. -webkit-flex: 1;
  128. flex: 1;
  129. margin-left: 20rpx;
  130. overflow: hidden;
  131. position: relative;
  132. box-sizing: border-box;
  133. }
  134. .foot_item.data-v-57280228 {
  135. background-color: #F7F7F7;
  136. box-sizing: border-box;
  137. }
  138. .grid-text.data-v-57280228 {
  139. font-size: 28rpx;
  140. margin-top: 4rpx;
  141. color: #909399;
  142. }
  143. .tltleStyle.data-v-57280228 {
  144. padding: 30rpx 30rpx 15rpx 15rpx;
  145. }