about.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .ms-content-about{
  2. a:link{color:#000;text-decoration:none}
  3. a:visited{color:#000;text-decoration:none}
  4. a:active{color:#000;text-decoration:none}
  5. a:hover{color:#000;text-decoration:none}
  6. /*margin: 20px 0;*/
  7. margin-top: 20px;
  8. margin-bottom: 40px;
  9. .ms-content-main{
  10. width: 1200px;
  11. overflow: hidden;
  12. margin: auto;
  13. .ms-content-left{
  14. width: 230px;
  15. float: left;
  16. margin-right: 20px;
  17. .ms-content-left-title{
  18. font-weight: bold;
  19. background-color: #009aff;
  20. color: #fff;
  21. height: 40px;
  22. line-height: 40px;
  23. width: 190px;
  24. padding: 0 20px;
  25. }
  26. .ms-content-left-ul{
  27. a:hover{
  28. li{
  29. background-color: #54bcfe;
  30. }
  31. color: #fff;
  32. }
  33. background-color: #fff;
  34. margin-top: 1px;
  35. width: 230px;
  36. a{
  37. color: #999999;
  38. }
  39. li{
  40. height: 40px;
  41. line-height: 40px;
  42. font-size: 14px;
  43. cursor: pointer;
  44. /*width: 190px;*/
  45. padding: 0 20px;
  46. .ms-content-left-li-more{
  47. float: right;
  48. }
  49. }
  50. .ms-content-left-li-first{
  51. li{
  52. background-color: #54bcfe;
  53. }
  54. color: #fff;
  55. }
  56. }
  57. }
  58. .ms-content-right{
  59. overflow: hidden;
  60. a:visited{color:#000000;}
  61. .ms-content-right-position{
  62. a:hover{
  63. color:#0099ff;
  64. }
  65. font-size: 14px;
  66. span{
  67. padding: 0 5px;
  68. }
  69. }
  70. .ms-content-right-main{
  71. width: 952px;
  72. background-color: #ffffff;
  73. min-height: 450px;
  74. padding-bottom: 20px;
  75. .ms-content-right-main-content{
  76. margin: 0 20px;
  77. }
  78. .ms-content-right-main-title{
  79. text-align: center;
  80. font-size: 20px;
  81. padding-top: 40px;
  82. padding-bottom: 20px;
  83. border-bottom: 1px solid #d0cfcf99;
  84. margin: 20px;
  85. }
  86. }
  87. }
  88. }
  89. }