index.scss 535B

12345678910111213141516171819202122232425262728293031
  1. .tab{
  2. position:absolute;
  3. bottom: 0;
  4. width: 100%;
  5. height: 85px;
  6. border-radius:30px 30px 0 0;
  7. text-align: center;
  8. line-height: 85px;
  9. z-index:999;
  10. &-btn{
  11. line-height: unset;
  12. }
  13. .tab1 {
  14. background-color: #274291;
  15. font-size: 40px;
  16. font-weight: 600;
  17. letter-spacing: 14px;
  18. }
  19. .tab2 {
  20. background-color: #ffffff;
  21. font-size: 30px;
  22. color: #d2d2d2;
  23. font-weight: 500;
  24. }
  25. }