zyjm-layer.css 413 B

123456789101112131415161718192021222324252627282930313233
  1. html, body{
  2. height: 100%;
  3. }
  4. body{
  5. background: transparent;
  6. }
  7. .menu-wrap{
  8. position: absolute;
  9. bottom: 0px;
  10. width: 100%;
  11. font-size: 16px;
  12. color: #17b3ec;
  13. }
  14. .menu-wrap ul{
  15. background: #fff;
  16. border-radius: 8px;
  17. margin: 0 6% 10px 6%;
  18. }
  19. .menu-wrap ul > li{
  20. line-height: 46px;
  21. text-align: center;
  22. border-bottom: 1px solid #eee;
  23. }
  24. .menu-wrap ul > li:last-child{
  25. border-bottom: none;
  26. }