index.wxss 4.1 KB

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