main.css 1003 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .maze-login
  2. {
  3. margin-top:10px;
  4. }
  5. .maze-foot
  6. {
  7. text-align: center;
  8. }
  9. .maze-foot li
  10. {
  11. color:#bababa;
  12. }
  13. .mui-bar-nav
  14. {
  15. background-color: blue;
  16. }
  17. .mui-title
  18. {
  19. color:#fff;
  20. }
  21. .mui-bar spans
  22. {
  23. color:#fff;
  24. }
  25. .mui-content
  26. {
  27. background-color: #FFFFFF;
  28. }
  29. .maze-content
  30. {
  31. width:96%;
  32. margin:0 auto;
  33. }
  34. .index .device-list {
  35. margin: 0 2.5rem .75rem;
  36. }
  37. .index .index-two {
  38. background: url(../img/index-two.png) no-repeat;
  39. background-size: 3rem;
  40. }
  41. .index .index-three {
  42. background: url(../img/index-three.png) no-repeat;
  43. background-size: 3rem;
  44. }
  45. .index .index-news {
  46. background: url(../img/index-news-icon.png) no-repeat;
  47. background-size: 3rem;
  48. }
  49. .index .index-questions {
  50. background: url(../img/index-question-icon.png) no-repeat;
  51. background-size: 3rem;
  52. }
  53. .index .device-item {
  54. width: 3rem;
  55. padding-top: 3.75rem;
  56. padding-bottom: .75rem;
  57. line-height: .6rem;
  58. text-align: center;
  59. font-size: .55rem;
  60. margin: 0 1.2rem;
  61. float: left;
  62. }