index.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .tabs {
  2. display: flex;
  3. margin-bottom: 0;
  4. margin-top: 20rpx;
  5. .tab {
  6. line-height: 34rpx;
  7. font-family: PingFang SC, PingFang SC;
  8. font-size: 24rpx;
  9. color: #999999;
  10. margin-right: 40rpx;
  11. }
  12. .active {
  13. font-family: PingFang SC, PingFang SC;
  14. font-size: 24rpx;
  15. color: #1965E8;
  16. }
  17. }
  18. .tab-class {
  19. font-weight: 600 !important;
  20. font-size: 28rpx !important;
  21. color: #333333 !important;
  22. }
  23. .item {
  24. width: 650rpx;
  25. background: #FFFFFF;
  26. border-radius: 20rpx;
  27. border: 2rpx solid #F0F0F0;
  28. padding: 20rpx;
  29. box-sizing: border-box;
  30. margin: 20rpx auto 0;
  31. .index {
  32. min-width: 48rpx;
  33. height: 48rpx;
  34. background: #F56C6C;
  35. display: inline-block;
  36. border-radius: 24rpx;
  37. text-align: center;
  38. line-height: 48rpx;
  39. margin-right: 20rpx;
  40. font-family: Microsoft YaHei, Microsoft YaHei;
  41. font-size: 28rpx;
  42. color: #FFFFFF;
  43. padding: 0 6rpx;
  44. box-sizing: border-box;
  45. }
  46. .row {
  47. line-height: 32rpx;
  48. font-family: Microsoft YaHei, Microsoft YaHei;
  49. font-size: 24rpx;
  50. color: #999999;
  51. margin-top: 10rpx;
  52. }
  53. .bottom {
  54. display: flex;
  55. border-top: 2rpx solid #E0E0E0;
  56. margin-top: 20rpx;
  57. .col {
  58. width: 50%;
  59. }
  60. }
  61. }