index.wxss 624 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .navi-title {
  2. display: flex;
  3. justify-content: space-between;
  4. width: 750rpx;
  5. height: 100rpx;
  6. align-items: center;
  7. border-radius: 12rpx 12rpx 0 0 ;
  8. }
  9. .line {
  10. width: 8rpx;
  11. height: 28rpx;
  12. background: #3963BC;
  13. border-radius: 0px 6rpx 6rpx 0px;
  14. margin-right: 22rpx;
  15. }
  16. .title-left {
  17. display: flex;
  18. align-items: center;
  19. }
  20. .title-left .title-left-text {
  21. font-size: 28rpx;
  22. color: #3683d6;
  23. }
  24. .count {
  25. width: 44rpx;
  26. height: 44rpx;
  27. background: rgba(223, 237, 255, 1);
  28. font-size: 28rpx;
  29. color: #3963BC;
  30. text-align: center;
  31. margin-right: 32rpx;
  32. line-height: 44rpx;
  33. border-radius: 50%;
  34. }