viewToolNav.css 272 B

123456789101112131415161718
  1. .nav-view{
  2. position: absolute;
  3. bottom:60rpx;
  4. width: 630rpx;
  5. box-sizing: border-box;
  6. z-index: 12;
  7. font-family: "Verdana Bold";
  8. font-size: 34rpx;
  9. background: #fff;
  10. }
  11. .back-view{
  12. font-weight: 700;
  13. color: #faad5c;
  14. }
  15. .nav-title{
  16. font-weight: 700;
  17. color: #4d4d4d;
  18. }