clientDynamic.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. page{
  2. background-color: #fff;
  3. }
  4. .tab{
  5. position: fixed;
  6. font-size: 32rpx;
  7. height: 80rpx;
  8. top: 0;
  9. left: 0;
  10. right: 0;
  11. bottom: 0;
  12. border-bottom: 2rpx solid #ededed;
  13. z-index: 99;
  14. background-color: #fff;
  15. }
  16. .tab-item{
  17. text-align: center;
  18. line-height: 80rpx;
  19. }
  20. .tab-item-active{
  21. color: var(--main);
  22. border-bottom: 2rpx solid var(--main);
  23. }
  24. .log{margin: 20rpx 0 0;background: #fff;padding: 0rpx 40rpx 55rpx;}
  25. .log .tit{margin-bottom: 45rpx;}
  26. .log .li{padding-left: 60rpx;padding-bottom: 40rpx;position: relative;}
  27. .log-tit{font-size: 26rpx;color: #1A83FF;}
  28. .log .li text{display: block;color: #999;font-size: 26rpx;margin-top: 25rpx;}
  29. .log .li::before{content: '';display: block;width: 2rpx;background: #E2E7F1;position: absolute;top: 8rpx;left: 23rpx;bottom: -5rpx;z-index: 1;}
  30. .jcico{width: 26rpx;height: 26rpx;position: absolute;top: 5rpx;left: 12rpx;z-index: 2;}
  31. .time{font-size: 24rpx;color: #999;margin-bottom: 23rpx;}
  32. .des{
  33. font-size: 30rpx;
  34. font-family: PingFang SC-Bold, PingFang SC;
  35. /* font-weight: bold; */
  36. color: #333333;
  37. line-height: 42rpx;
  38. }
  39. .time-sort{
  40. width: 120rpx;
  41. height: 50rpx;
  42. font-size: 24rpx;
  43. font-family: PingFang SC-Bold, PingFang SC;
  44. color: #333333;
  45. margin-top: -10rpx;
  46. }
  47. .time-sort text{
  48. font-size: 36rpx;
  49. font-weight: bold;
  50. margin-right: 10rpx;
  51. }
  52. .time-year{
  53. width: 122rpx;
  54. height: 50rpx;
  55. font-size: 36rpx;
  56. font-family: PingFang SC-Bold, PingFang SC;
  57. font-weight: bold;
  58. color: #333333;
  59. margin: 50rpx 0;
  60. }