design.css 459 B

12345678910111213141516171819202122232425
  1. @CHARSET "UTF-8";
  2. .hot-area .hot-area-warp {
  3. overflow: hidden;
  4. position: relative;
  5. }
  6. .hot-area .hot-area-warp .hot-area-item{
  7. background-position: center;
  8. background-size: cover;
  9. background-repeat: no-repeat;
  10. }
  11. .hot-area .hot-area-wrap{
  12. margin-left: 20px;
  13. }
  14. .hot-area .hot-area-wrap .word-aux {
  15. margin: 10px 0 10px 0;
  16. color: #909399;
  17. font-size: 12px;
  18. }
  19. .hot-area .hot-area-wrap .error-msg{
  20. margin: 10px 0 0 0;
  21. color: #f44;
  22. display: none;
  23. }