| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- /*其他*/
- body,
- ul,
- ol,
- li,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- form,
- fieldset,
- table,
- td,
- img,
- div,
- a {
- margin: 0;
- padding: 0;
- border: 0;
- text-decoration: none !important;
- }
- * {
- margin: 0;
- padding: 0;
- }
- body {
- min-width: 1200px;
- background-color: #fafafa;
- }
- html,
- body,
- ul,
- li {
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration: none;
- color: #555;
- }
- ul,
- li,
- ol {
- list-style: none;
- }
- input:focus,
- textarea:focus {
- outline: none;
- }
- /*banner图*/
- .ms-banner {
- height: 337px;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .flexslider {
- margin: 0px auto 20px;
- position: relative;
- width: 100%;
- height: 440px;
- overflow: hidden;
- zoom: 1;
- .slides {
- li {
- width: 100%;
- height: 100%;
- }
- a {
- img {
- width: 100%;
- height: 337px;
- display: block;
- }
- }
- }
- .flex-direction-nav {
- width: 100%;
- /*position: absolute;*/
- bottom: 10px;
- text-align: center;
- a {
- width: 70px;
- height: 70px;
- line-height: 99em;
- overflow: hidden;
- margin: -35px 0 0;
- display: block;
- background: url(../images/ad_ctr.png) no-repeat;
- position: absolute;
- top: 50%;
- z-index: 10;
- cursor: pointer;
- opacity: 0;
- filter: alpha(opacity=0);
- -webkit-transition: all .3s ease;
- border-radius: 35px;
- }
- .flex-next {
- background-position: 0 -70px;
- right: 10px;
- }
- .flex-prev {
- left: 10px;
- }
- li {
- margin: 0 2px;
- display: inline-block;
- zoom: 1;
- *display: inline;
- }
- }
- }
- .flexslider:hover {
- .flex-next {
- opacity: 0.8;
- filter: alpha(opacity=25);
- }
- .flex-prev {
- opacity: 0.8;
- filter: alpha(opacity=25);
- }
- }
- .flexslider:hover .flex-next:hover,
- .flexslider:hover .flex-prev:hover {
- opacity: 1;
- filter: alpha(opacity=50);
- }
- /*头部*/
- .ms-head {
- a {
- color: #fff;
- }
- background-color: #2b3442;
- .head-menu-flex-center {
- display: flex;
- align-items: center;
- }
- .head-menu {
- width: 1200px;
- height: 60px;
- margin: auto;
- color: #ffffff;
- /*overflow: hidden;*/
- display: flex;
- justify-content: space-between;
- .head-menu-flex-center {
- .head-menu-list {
- .head-active{
- color: #ffb800;
- background-color: #2b3442;
- }
- .head-menu-list-li:hover {
- background-color: #202833;
- color: #ffb800;
- }
- .head-menu-list-li a:hover {
- background-color: #202833;
- color: #ffb800;
- }
- padding-left: 30px;
- height: 60px;
- line-height: 60px;
- margin: 0 !important;
- .head-menu-list-li {
- cursor: pointer;
- position: relative;
- .head-menu-son-list {
- background-color: #2b3442;
- position: absolute;
- width: 100%;
- left: 0;
- color: #fff;
- display: none;
- top: 60px;
- z-index: 9999999;
- li {
- height: 40px;
- line-height: 40px;
- text-align: center;
- a:hover {
- color: #ffb800;
- background-color: #2b3442;
- }
- }
- }
- }
- }
- }
- img,
- .head-menu-list,
- div,
- .head-menu-list-li {
- float: left;
- }
- img {
- width: 60px;
- height: 30px;
- padding-right: 10px;
- }
- li {
- padding: 0 15px;
- ul {
- /*display: none;*/
- }
- }
- .head-men-right {
- .head-menu-right-content {
- min-width: 100px;
- span {
- span {
- padding: 0 5px;
- cursor: pointer;
- a {
- &:hover {
- color: #ffb800;
- }
- }
- }
- }
- }
- .head-menu-right-search {
- padding-right: 12px;
- position: relative;
- input:-webkit-autofill {
- -webkit-box-shadow: 0 0 0px 1000px #2b3442 inset !important;//关于解决输入框背景颜色
- -webkit-text-fill-color: rgba(255,255,255,1)!important;//关于接输入框文字颜色
- }
- .ms-search-click {
- background-image: url(../images/search.png);
- width: 14px;
- height: 14px;
- border: 0;
- background-color: #2b3442;
- position: absolute;
- right: 30px;
- top: 8px;
- cursor: pointer;
- }
- .ms-search-input {
- height: 28px;
- background-color: #2b3442;
- border: 1px solid #fff;
- border-radius: 15px;
- padding-left: 30px;
- color: #fff;
- width: 318px;
- font-size: 14px;
- }
- input::-webkit-input-placeholder {
- color: #fff;
- }
- .iconfont {
- font-size: 18px;
- cursor: pointer;
- position: absolute;
- right: 28px;
- }
- }
- }
- }
- }
- /*底部*/
- .ms-footer {
- height: 140px;
- background-color: #2a3542;
- /*line-height: 140px;*/
- .ms-footer-content {
- padding: 46px 0;
- width: 1200px;
- margin: auto;
- .ms-footer-left {
- color: #999999;
- font-size: 14px;
- float: left;
- .ms-footer-left-copyright {
- display: block;
- padding-top: 20px;
- height: 14px;
- }
- .ms-footer-left-column {
- a:link {
- color: #999;
- text-decoration: none
- }
- a:visited {
- color: #999;
- text-decoration: none
- }
- a:hover{
- color: #fff;
- }
- height: 14px;
- cursor:pointer;
- .ms-footer-left-column-course,
- .ms-footer-left-column-contact {
- padding: 0 10px;
- }
- .ms-footer-left-column-about {
- padding-right: 10px;
- }
- }
- }
- .ms-footer-right {
- float: right;
- img {
- cursor: pointer;
- }
- .ms-footer-right-baidu {
- padding: 0 12px;
- }
- .ms-footer-right-weixin {
- position: relative;
- display: none;
- img {
- top: -161px;
- left: -38px;
- width: 103px;
- /* display: none; */
- border: 2px solid #ccc;
- position: absolute;
- }
- p {
- font-size: 0;
- line-height: 0;
- display: block;
- width: 0;
- height: 0;
- left: 8px;
- border-left: 10px solid transparent;
- border-right: 8px solid transparent;
- border-top: 10px solid #fff;
- position: absolute;
- top: -58px;
- z-index: 85;
- /* display: none; */
- }
- }
- }
- }
- }
- .ms-but-disabled2,
- .ms-but-disabled {
- opacity: .6 !important;
- cursor: no-drop !important;
- }
- .ms-but-disabled:hover {
- background-color: #009aff !important;
- }
- .ms-loading {
- text-align: center;
- height: 700px;
- line-height: 700px;
- img {
- width: 60px;
- }
- }
- .topbar-info {
- display: flex;
- align-items: center;
- float: right;
- color: white;
- text-align: right;
- a {
- height: 30px;
- line-height: 30px;
- .loginImg {
- width: 30px !important;
- height: 30px !important;
- vertical-align: super;
- border-radius: 50%;
- padding: 0;
- margin-right: 12px;
- opacity: .9;
- cursor: pointer;
- &:hover {
- opacity: 1;
- }
- }
- .userName {
- line-height: 30px !important;
- margin-right: 12px;
- color: #fff;
- cursor: pointer;
- font-weight: 500;
- &:hover {
- color: #ffb800;
- }
- }
- }
- .quitLogin {
- color: #fff;
- height: 30px;
- line-height: 30px;
- &:hover {
- color: #ffb800;
- }
- }
- .ms-userName {
- max-width: 110px;
- white-space: nowrap;
- display: inline-block;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
|