teacherdetail.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .det_top.data-v-0b37fabc {
  18. width: 100%;
  19. height: 334rpx;
  20. background: linear-gradient(180deg, rgba(222, 230, 255, 0.72) 28%, rgba(232, 236, 198, 0) 100%);
  21. }
  22. .detbox.data-v-0b37fabc {
  23. padding: 0 36rpx;
  24. margin-top: -180rpx;
  25. padding-bottom: 20rpx;
  26. }
  27. .detbox .det_list.data-v-0b37fabc {
  28. background-color: #fff;
  29. border-radius: 10rpx;
  30. width: 100%;
  31. padding: 36rpx 48rpx;
  32. position: relative;
  33. margin-bottom: 24rpx;
  34. }
  35. .detbox .det_list .tit.data-v-0b37fabc {
  36. font-size: 32rpx;
  37. font-weight: bold;
  38. color: #161616;
  39. position: relative;
  40. margin-bottom: 20rpx;
  41. }
  42. .detbox .det_list .tit.data-v-0b37fabc::before {
  43. width: 6rpx;
  44. height: 36rpx;
  45. background: #1f57e6;
  46. border-radius: 4rpx;
  47. content: '';
  48. position: absolute;
  49. left: -24rpx;
  50. top: 50%;
  51. margin-top: -18rpx;
  52. }
  53. .detbox .det_list .list.data-v-0b37fabc {
  54. display: flex;
  55. align-items: flex-start;
  56. padding: 10rpx 0;
  57. }
  58. .detbox .det_list .list .ltit.data-v-0b37fabc {
  59. flex: 0 0 auto;
  60. font-size: 30rpx;
  61. color: #161616;
  62. font-weight: bold;
  63. margin-right: 4rpx;
  64. }
  65. .detbox .det_list .list .ltxt.data-v-0b37fabc {
  66. flex: 1;
  67. font-size: 30rpx;
  68. color: #666666;
  69. font-weight: 500;
  70. line-height: 40rpx;
  71. }
  72. .detbox .det_list .list .imgs.data-v-0b37fabc {
  73. display: flex;
  74. align-items: center;
  75. flex-wrap: wrap;
  76. justify-content: flex-end;
  77. }
  78. .detbox .det_list .list .phoimg.data-v-0b37fabc {
  79. width: 140rpx;
  80. height: 140rpx;
  81. margin: 0 0rpx 14rpx 14rpx;
  82. }
  83. .detbox .det_list .bgimg.data-v-0b37fabc {
  84. width: 188rpx;
  85. height: 160rpx;
  86. position: absolute;
  87. right: 46rpx;
  88. bottom: 54rpx;
  89. }
  90. .fbtn.data-v-0b37fabc {
  91. display: flex;
  92. align-items: center;
  93. position: fixed;
  94. left: 0;
  95. right: 0;
  96. bottom: 0;
  97. background-color: #f1f1f1;
  98. padding: 36rpx;
  99. }
  100. .det.data-v-0b37fabc .uni-navbar__placeholder {
  101. height: 0 !important;
  102. }