index.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * =========================================================================
  3. * 自定义类 首页
  4. * =========================================================================
  5. */
  6. /*初始化类*/
  7. @charset "UTF-8";
  8. .header {
  9. padding: 2.5rem 0.5rem 2rem 0.5rem;
  10. background-color: #9171ee;
  11. }
  12. .zise{background-color: #9171ee;}
  13. .ziset{background-color: #9171ee;padding-top:1rem; }
  14. .yu h1{text-align:center}
  15. .aui-badge {
  16. display: inline-block;
  17. width: auto;
  18. text-align: center;
  19. min-width: 0.8rem;
  20. height: 0.8rem;
  21. line-height: 0.8rem;
  22. padding: 0 0.3rem;
  23. font-size: 0.6rem;
  24. color: #ffffff;
  25. background-color: #9171ee;
  26. border-radius: 0.4rem;
  27. position: absolute;
  28. top: 0.2rem;
  29. left: 60%;
  30. z-index: 99;
  31. text-align:left
  32. }
  33. .fangge{
  34. border: 1px solid #EAEAEA;
  35. border-left: 0px;
  36. border-bottom: 0px;
  37. background-color: #fff;
  38. min-height: 5.00rem;
  39. }
  40. .ad1{
  41. padding-top:3rem;
  42. min-height: 7.30rem;
  43. text-align:center;
  44. background-color: #ffc32c;
  45. .aui-icon-dingdan{
  46. background:url(../tubiao/dingdan.png) no-repeat;
  47. widht:5.00rem;
  48. height:5.00rem;
  49. }