index-sys.css 360 B

12345678910111213141516171819202122
  1. .desktop-50 {
  2. width: 50%;
  3. }
  4. .border-b1{
  5. border-bottom: 1px solid #c6c6c6;
  6. }
  7. #week,#month,#total {
  8. width:100%;
  9. padding:0 10px;
  10. text-align: center;
  11. position:relative;
  12. }
  13. #week strong,
  14. #month strong,
  15. #total strong{
  16. position:absolute;
  17. top:50%;
  18. left:10px;
  19. right:10px;
  20. text-align:center;
  21. transform:translateY(-50%)
  22. }