index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .work.data-v-535384dc {
  18. display: flex;
  19. flex-direction: column;
  20. overflow: hidden;
  21. background: linear-gradient(180deg, rgba(222, 230, 255, 0.72) 28%, rgba(232, 236, 198, 0) 100%);
  22. background-size: 100% 450rpx;
  23. background-repeat: no-repeat;
  24. }
  25. .work .tab.data-v-535384dc {
  26. display: flex;
  27. overflow-y: auto;
  28. align-items: center;
  29. }
  30. .work .tab .tit.data-v-535384dc {
  31. position: relative;
  32. padding: 32rpx 36rpx;
  33. color: #666666;
  34. }
  35. .work .tab .tit.act .tits.data-v-535384dc {
  36. font-size: 32rpx;
  37. font-weight: bold;
  38. }
  39. .work .tab .tit.act .line.data-v-535384dc {
  40. display: block;
  41. }
  42. .work .tab .line.data-v-535384dc {
  43. width: 40rpx;
  44. height: 12rpx;
  45. position: absolute;
  46. left: 50%;
  47. margin-left: -20rpx;
  48. bottom: 16rpx;
  49. display: none;
  50. }
  51. .work .road.data-v-535384dc {
  52. overflow: auto;
  53. padding: 24rpx 0;
  54. }
  55. .work .road_big.data-v-535384dc {
  56. background: #FFFFFF;
  57. border-radius: 14rpx;
  58. margin: 30rpx 36rpx 0;
  59. overflow: hidden;
  60. }
  61. .work .road_big video.data-v-535384dc {
  62. width: 100%;
  63. height: 376rpx;
  64. }
  65. .work .road_big .road_fot.data-v-535384dc {
  66. padding: 20rpx 24rpx 28rpx;
  67. }
  68. .work .road_big .road_fot .road_t.data-v-535384dc {
  69. min-width: 70rpx;
  70. height: 30rpx;
  71. background: #5CC37D;
  72. border-radius: 16rpx;
  73. padding: 0 8rpx;
  74. line-height: 30rpx;
  75. font-size: 24rpx;
  76. color: #FFFFFF;
  77. margin-left: 16rpx;
  78. margin-top: 6rpx;
  79. }
  80. .work .road_big .road_fot .road_r.data-v-535384dc {
  81. width: 80rpx;
  82. height: 80rpx;
  83. margin-left: 16rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. }
  88. .work .road_big .road_fot .road_r image.data-v-535384dc {
  89. width: 50rpx;
  90. height: 50rpx;
  91. }
  92. .work .hsta_t.data-v-535384dc {
  93. padding: 0 36rpx;
  94. }
  95. .work .hsta_t .hsta_tl.data-v-535384dc {
  96. font-weight: bold;
  97. color: #161616;
  98. position: relative;
  99. }
  100. .work .hsta_t .hsta_tl .hline.data-v-535384dc {
  101. position: absolute;
  102. bottom: -20rpx;
  103. width: 40rpx;
  104. height: 11rpx;
  105. left: 50%;
  106. margin-left: -20rpx;
  107. }