common.css 814 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .ctnr-box{
  2. height: calc(100% - 2.82516rem);
  3. }
  4. .mint-navbar{
  5. background-color: #60c0ff;
  6. }
  7. .mint-navbar .mint-tab-item{
  8. position: relative;
  9. }
  10. .mint-navbar .mint-tab-item.is-selected{
  11. border-bottom: 0;
  12. }
  13. .mint-navbar .mint-tab-item .mint-tab-item-icon:empty{
  14. display:none;
  15. width: 40px;
  16. height: 5px;
  17. position: absolute;
  18. bottom: 0;
  19. left: 50%;
  20. margin-left: -20px;
  21. background-color: #fff;
  22. }
  23. .mint-navbar .mint-tab-item .mint-tab-item-label{
  24. font-size: 0.373134rem;
  25. color: #fff;
  26. }
  27. .mint-tab-container{
  28. height: calc(100% - 1.3rem);
  29. background-color: #E8EFF5;
  30. margin-top: 1.599147rem;
  31. overflow: visible;
  32. }
  33. .mint-tab-container-wrap{
  34. height: 100%;
  35. width: 100%;
  36. position: absolute;
  37. top: -1.332623rem;
  38. overflow-y: scroll;
  39. }
  40. .mint-tab-container-item{
  41. width: 9.2rem;
  42. height: 100%;
  43. margin: 0 auto;
  44. }