html { overflow-y: scroll; } :root { overflow-y: auto; overflow-x: hidden; } :root body { position: absolute; } body { width: 100%; margin: 0; padding: 0; overflow: hidden; } a { color: #333; } a:hover { color: #c3323b; } .w100per { width: 100%; } .ui-bg-grey { background-color: #f5f5f5; } .ui-bg-red { background-color: #c3323b; } .ui-bg-gold { background-color: #d2ab66; } .ui-bg-white { background-color: #fff; } .ui-bg-navy { background: #2d3e50; } .ui-bg-gold { background: #d2ab66; } .ui-bg-gold:hover { background: #2d3e50; } .font-color-red { color: #c3323b; } .font-color-white { color: #fff; } .ui-p-0 { padding: 0px !important; } .ui-p-10 { padding: 10px !important; } .ui-p-20 { padding: 20px !important; } .ui-p-30 { padding: 30px !important; } .ui-p-40 { padding: 40px !important; } .ui-p-l-r-10 { padding: 0 10px; } .ui-p-t-b-10 { padding: 10px 0; } .ui-p-t-b-20 { padding: 20px 0; } .ui-p-t-b-30 { padding: 30px 0; } .ui-p-t-b-40 { padding: 40px 0; } .ui-p-t-b-50 { padding: 50px 0; } .ui-p-b-20 { padding-bottom: 20px; } .ui-p-l-0 { padding-left: 0; } .ui-p-l-10 { padding-left: 10px; } .ui-p-r-0 { padding-right: 0; } .ui-p-r-10 { padding-right: 0px; } .ui-m-0 { margin: 0px; } .ui-m-20 { margin: 20px; } .ui-m-t-b-10 { margin: 10px 0; } .ui-m-t-b-20 { margin: 20px 0; } .ui-font-color-white { color: white !important; } .ui-text-line-1 { -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; } .ui-text-line-2 { -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; } .ui-text-line-3 { -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; } .ui-wai-bg { background-repeat: no-repeat; background-position: 10% 200px; background-image: url("../img/wai_red.png"); } .ui-building-bg { background-repeat: no-repeat; background-position: 80% bottom; background-image: url("../img/building.png"); } .ui-mdl-bg { background-image: url("../img/mdl_bg.png"); background-repeat: no-repeat; background-position: center bottom; } .ui-back-to-top { position: fixed; bottom: 30px; right: 0; margin-right: 30px; z-index: 999; width: 50px; height: 50px; border: 2px solid #ccc; line-height: 50px; text-align: center; transition: all linear 0.5s; cursor: pointer; opacity: 0; background-color: #fff; border-radius: 25px; } .ui-back-to-top span { color: #ccc; } .ui-b-r-5 { border-radius: 5px; } .ui-back-to-top:hover { border-color: #c3323b; } .ui-back-to-top:hover span { color: #c3323b; } .pagination li.active > a { background-color: #c3323b; border-color: #c3323b; } .pagination li.active > a:hover { background-color: #c3323b; border-color: #c3323b; } .pagination li > a { color: #c3323b; } .pagination > li:first-child > a, .pagination > li:first-child > span { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .row { margin-right: -10px; margin-left: -10px; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 10px; padding-right: 10px; } /* header */ .ui-header { margin: 0 auto; text-align: center; } .ui-header .top { border-bottom: 1px solid #f1f1f1; padding: 0 10px; } .ui-header .top .top-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; height: 35px; line-height: 35px; } .ui-header .top .top-content .slogo { text-transform: uppercase; } .ui-header .top .top-content .right .email { background-color: #111; padding: 5px 10px; color: #fff; text-decoration: none; height: 35px; line-height: 35px; border-radius: 5px; } .ui-header .top .top-content .right .email:hover { background-color: #c3323b; } .ui-header .top .top-content .right .email span { margin-right: 10px; } .ui-header .top .top-content .right .lang { padding: 5px 10px; text-decoration: none; height: 35px; line-height: 35px; } .ui-header .top .top-content .right .lang span { margin-right: 10px; } .ui-header .top .top-content .right .font-color-white:hover { color: #fff; } .ui-header .center { padding: 0 10px; } .ui-header .center .center-content { max-width: 1200px; margin: 20px auto; display: flex; justify-content: space-between; } .ui-header .center .center-content .logo a { display: flex; text-decoration: none; } .ui-header .center .center-content .logo a img { height: 55px; } .ui-header .center .center-content .logo a h1 { display: inline-block; height: 55px; line-height: 55px; padding: 0; margin: 0 0 0 10px; font-size: 32px; color: #333; } .ui-header .center .center-content .logo2 a { display: flex; text-decoration: none; text-align: left; } .ui-header .center .center-content .logo2 a img { height: 55px; } .ui-header .center .center-content .logo2 a div h1 { height: 30px; line-height: 30px; padding: 0; margin: 0 0 0 10px; font-size: 28px; color: #333; font-weight: bold; } .ui-header .center .center-content .logo2 a div p { padding: 0; margin: 5px 0 0 10px; height: 20px; line-height: 20px; color: #c3323b; } .ui-header .center .center-content .lang a { color: #c3323b; height: 50px; line-height: 50px; } .ui-header .center .center-content .qr-code { display: flex; } .ui-header .center .center-content .qr-code img { height: 55px; } .ui-header .center .center-content .qr-code .font { width: 16px; font-size: 12px; writing-mode: vertical-rl; } .ui-header .center .center-content .right-menu { font-size: 15px; } .ui-header .center .center-content .right-menu .navbar { margin-bottom: 0; background-color: #fff; border: none; } .ui-header .center .center-content .right-menu .navbar .navbar-nav > li > a { color: #333; } .ui-header .center .center-content .right-menu .navbar .container-fluid, .ui-header .center .center-content .right-menu .navbar .navbar-collapse { padding-left: 0; padding-right: 0; } .ui-header .center .center-content .right-img img { height: 55px; } .ui-header .menu { background-color: #c3323b; padding: 0 10px; } .ui-header .menu .menu-content { max-width: 1200px; margin: 0 auto; text-align: left; font-size: 15px; } .ui-header .menu .menu-content .navbar { margin-bottom: 0; background-color: #c3323b; border: none; } .ui-header .menu .menu-content .navbar .container-fluid { padding: 0; } .ui-header .menu .menu-content .navbar .container-fluid .navbar-brand { color: #fff; } .ui-header .menu .menu-content .navbar .container-fluid .navbar-nav > li > a { color: #fff; } .ui-header .menu .menu-content .navbar .container-fluid .navbar-toggle .icon-bar { background-color: #fff; } .ui-header .menu .menu-content .navbar .container-fluid .open a { color: #333 !important; } .ui-header .menu .menu-content .navbar .container-fluid .dropdown-menu { border-radius: 0; border: none; padding: 10px 0; } .ui-header .menu .menu-content .navbar .container-fluid .dropdown-menu > li { position: relative; } .ui-header .menu .menu-content .navbar .container-fluid .dropdown-menu > li .glyphicon { float: right; padding-top: 2px; } .ui-header .menu .menu-content .navbar .container-fluid .dropdown-menu .dropdown-menu { left: 95%; top: -2px; border-top: 2px solid #c3323b; } @media (max-width: 767px) { .ui-header .menu .menu-content .navbar .container-fluid .open a { color: #fff !important; } .ui-header .menu .menu-content .navbar .container-fluid .open a:hover { background-color: #c3323b !important; } } .menu2 .navbar .container-fluid .dropdown-menu { border-radius: 0; border: none; padding: 10px 0; } .menu2 .navbar .container-fluid .dropdown-menu > li { position: relative; } .menu2 .navbar .container-fluid .dropdown-menu > li .glyphicon { float: right; padding-top: 2px; } .menu2 .navbar .container-fluid .dropdown-menu .dropdown-menu { left: 95%; top: -2px; border-top: 2px solid #c3323b; } /* footer */ .ui-footer { background-color: #2d3e50; color: #fff; } .ui-footer .content { max-width: 1200px; margin: 0 auto; padding: 50px 10px; text-align: center; } .ui-footer .content .logo { height: 50px; margin-bottom: 10px; } .ui-footer .content .info { text-align: left; } .ui-footer .content .info .line { text-align: center; } .ui-footer .content .info .line > span { padding: 0 10px; } .ui-footer .content .info h4 { padding: 10px 0; } .ui-footer .content .info p { line-height: 2em; padding: 0; margin: 0; } .ui-footer .content .info a { color: #fff; } .ui-footer .copyright { background-color: #fff; } .ui-footer .copyright-content { max-width: 1200px; margin: 0 auto; padding: 20px 10px; text-align: center; } .ui-footer .copyright-content a { padding: 0 10px; } /* Card 鏍囬 */ .ui-card-title { margin: 20px 0; } .ui-card-title .left { content: ""; border-top: 2px solid #ccc; border-left: 2px solid #ccc; border-top-left-radius: 5px; height: 50px; margin-top: 40px; } .ui-card-title .font h1 a { color: #c3323b; font-weight: bold; } .ui-card-title .font h2 a { color: #c3323b; font-weight: bold; } .ui-card-title .font p { color: #999; } .ui-card-title .right { content: ""; border-top: 2px solid #ccc; border-right: 2px solid #ccc; border-top-right-radius: 5px; height: 50px; margin-top: 40px; } .ui-card-title2 { display: flex; justify-content: space-between; margin-bottom: 10px; } .ui-card-title2 .title h2 a { color: #c3323b; font-weight: bold; } .ui-card-title2 .title p { color: #999; } .ui-card-title2 .more { padding-top: 35px; } .ui-card-title3 { margin-bottom: 20px; } .ui-card-title3 .title { text-align: center; } .ui-card-title3 .title h2 a { color: #c3323b; font-weight: bold; } .ui-card-title3 .title p { color: #999; } .ui-card-title4 { text-align: center; margin: 40px auto; } .ui-card-title4 h1 a { color: #c3323b; font-weight: bold; } .ui-card-title4 .separator { display: flex; align-items: center; margin: 0 auto; width: 260px; } .ui-card-title4 .separator .left { content: ""; border-top: 1px solid #2d3e50; width: 100px; } .ui-card-title4 .separator .center { width: 60px; } .ui-card-title4 .separator .center span { font-size: 20px; } .ui-card-title4 .separator .right { content: ""; border-top: 1px solid #2d3e50; width: 100px; } /* 鏂囩珷 Row */ .ui-art-row { display: flex; margin-bottom: 20px; } .ui-art-row .cover { flex: 1; } .ui-art-row .cover img { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .ui-art-row .info { flex: 3; padding: 0px 20px; background-color: #f9f9f9; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .ui-art-row .info h3 { line-height: 1.5em; font-weight: normal; } .ui-art-row .info h4 { line-height: 1.5em; font-weight: normal; } .ui-art-row .info h5 { line-height: 1.5em; font-weight: normal; } .ui-art-row .info p { color: #999; font-size: 13px; } .ui-art-row:hover .info { background: #c3323b url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; } .ui-art-row:hover .info a { color: #fff; text-decoration: none; } .ui-art-row:hover .info p { color: #fff; } @media screen and (max-width: 768px) { .ui-art-row .cover { flex: 3; } .ui-art-row .info { flex: 4; } } .ui-art-row2 { display: flex; margin-bottom: 20px; padding: 20px 0 20px 0; border-bottom: 1px solid #ddd; transition: background-color 0.1s ease; } .ui-art-row2 .time { flex: 1; text-align: center; font-size: 13px; } .ui-art-row2 .time span { display: block; } .ui-art-row2 .time .day { color: #c3323b; font-size: 32px; } .ui-art-row2 .cover { flex: 2; } .ui-art-row2 .cover img { border-radius: 5px; } .ui-art-row2 .info { flex: 5; padding: 0px 20px; } .ui-art-row2 .info h3 { line-height: 1.5em; font-weight: normal; } .ui-art-row2 .info h4 { line-height: 1.5em; font-weight: normal; } .ui-art-row2 .info h5 { line-height: 1.5em; font-weight: normal; } .ui-art-row2 .info p { text-indent: 2em; } @media screen and (min-width: 768px) { .ui-art-row2:hover { background: #c3323b url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; color: #fff; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; } .ui-art-row2:hover a { color: #fff; } .ui-art-row2:hover .time .day { color: #fff; } } @media screen and (max-width: 768px) { .ui-art-row2 .cover { flex: 3; } .ui-art-row2 .info { flex: 4; background-color: #f9f9f9; } } .ui-art-row3 { display: flex; margin-bottom: 20px; background-color: #fff; padding: 5px; border-radius: 5px; } .ui-art-row3 .cover { flex: 1; } .ui-art-row3 .cover img { border-radius: 0px; } .ui-art-row3 .info { flex: 2; padding: 8px; } .ui-art-row3 .info h5 { line-height: 1.5em; font-weight: normal; margin: 0px; } .ui-art-row3:hover { background: #c3323b url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; } .ui-art-row3:hover .info a { color: #fff; text-decoration: none; } .ui-art-row3:hover .info p { color: #fff; } .ui-art-row4 { display: flex; margin-bottom: 20px; } .ui-art-row4 .cover { flex: 1; } .ui-art-row4 .cover img { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .ui-art-row4 .info { flex: 3; padding: 0px 20px; background-color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .ui-art-row4 .info h3 { line-height: 1.5em; font-weight: normal; } .ui-art-row4 .info h4 { line-height: 1.5em; font-weight: normal; } .ui-art-row4 .info h5 { line-height: 1.5em; font-weight: normal; } .ui-art-row4 .info p { color: #999; font-size: 13px; } .ui-art-row4:hover .info { background: #c3323b url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; } .ui-art-row4:hover .info a { color: #fff; text-decoration: none; } .ui-art-row4:hover .info p { color: #fff; } .ui-art-row5 { display: flex; margin-bottom: 20px; background-color: #f9f9f9; padding: 5px; border-radius: 5px; } .ui-art-row5 .cover { flex: 1; } .ui-art-row5 .cover img { border-radius: 0px; } .ui-art-row5 .info { flex: 2; padding: 8px; } .ui-art-row5 .info h5 { line-height: 1.5em; font-weight: normal; margin: 0px; } .ui-art-row5:hover { background: #c3323b url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; } .ui-art-row5:hover .info a { color: #fff; text-decoration: none; } @media screen and (max-width: 768px) { .ui-art-row4 .cover { flex: 3; } .ui-art-row4 .info { flex: 4; } } .ui-art-column .time { background-color: #c3323b; color: #fff; display: inline-block; padding: 5px 10px; position: absolute; right: 0; top: -15px; font-size: 13px; } .ui-art-column .cover img { border-top-left-radius: 5px; border-top-right-radius: 5px; } .ui-art-column .info { padding: 10px 20px; margin-bottom: 30px; background-color: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .ui-art-column .info h5 { line-height: 1.5em; font-weight: normal; } .ui-art-column .gray-bg { background-color: #f9f9f9; } .ui-art-column .border { border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; } .ui-art-column:hover .info { background: #c3323b url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; } .ui-art-column:hover .info a { color: #fff; text-decoration: none; } .ui-art-column:hover .border { border-left: 1px solid #c3323b; border-right: 1px solid #c3323b; border-bottom: 1px solid #c3323b; } .ui-art-column2 .time { background-color: #c3323b; color: #fff; display: inline-block; padding: 5px 10px; position: absolute; right: 0; top: -15px; font-size: 13px; } .ui-art-column2 .info { padding: 10px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 5px; } .ui-art-column2 .info h5 { line-height: 1.5em; font-weight: normal; } .ui-art-column2 .gray-bg { background-color: #f9f9f9; } .ui-art-column2:hover .info { background-color: #c3323b; } .ui-art-column2:hover .info a { color: #fff; text-decoration: none; } .ui-art-column3 { background-color: #fff; padding: 25px 20px; border-radius: 5px; } .ui-art-column3 ul { margin: 0; padding: 0; } .ui-art-column3 ul li { list-style-type: none; } .ui-art-column3 ul li a { display: block; line-height: 35px; height: 35px; overflow: hidden; } .ui-art-column4 { background-color: #f9f9f9; padding: 25px 20px; border-radius: 5px; } .ui-art-column4 ul { margin: 0; padding: 0; } .ui-art-column4 ul li { list-style-type: none; } .ui-art-column4 ul li a { display: block; line-height: 35px; height: 35px; overflow: hidden; } .ui-art-column5 { padding: 25px 20px; } .ui-art-column5 ul { margin: 0; padding: 0; } .ui-art-column5 ul li { list-style-type: none; } .ui-art-column5 ul li a { display: block; line-height: 35px; height: 35px; overflow: hidden; color: #fff; } /* content */ .ui-content .content-content { max-width: 1200px; margin: 0 auto; padding: 0 10px; } .ui-index-art-card .cover img { border-radius: 5px; } .ui-index-art-card .info { border: 2px solid #ccc; border-radius: 5px; background-color: #fff; padding: 10px 20px; width: 90%; position: relative; top: -65px; left: 5%; } .ui-index-art-card .info h4 { line-height: 1.5em; height: 3em; font-weight: normal; } .ui-index-art-card .info p { color: #999; font-size: 13px; } .ui-index-art-card:hover .info { background: #c3323b url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; } .ui-index-art-card:hover .info a { color: #fff; text-decoration: none; } .ui-index-art-card:hover .info p { color: #fff; } .ui-index-carousel-control { text-align: right; margin-top: 35px; } .ui-index-carousel-control a { display: inline-block; text-decoration: none; height: 40px; line-height: 40px; width: 40px; border: 2px solid #ccc; text-align: center; border-radius: 20px; } .ui-index-carousel-control a .glyphicon { color: #ccc; } .ui-index-left-link a { background-color: #999; padding: 20px; color: #fff; display: block; text-decoration: none; display: flex; } .ui-index-left-link a .glyphicon { font-size: 20px; margin-right: 10px; height: 30px; line-height: 30px; } .ui-index-left-link a div h3 { font-size: 18px; height: 30px; line-height: 30px; padding: 0; margin: 0; } .ui-index-left-link a div p { height: 20px; line-height: 20px; padding: 0; margin: 0; } .ui-index-left-link .red { background-color: #c3323b; } .ui-index-left-link:hover a { background: #2d3e50 url("../img/wai.png") no-repeat; background-position: calc(100% - 20px) 20px; background-size: auto 100%; } .ui-list-left-menu { margin: 40px 0; } .ui-list-left-menu .item { display: flex; position: relative; } .ui-list-left-menu .item > a { display: block; width: 80%; height: 40px; line-height: 40px; border-bottom: 1px solid #ddd; text-decoration: none; margin: 2px 0; font-size: 16px; text-align: center; } .ui-list-left-menu .item .glyphicon { width: 20%; height: 40px; line-height: 40px; color: #c3323b; } .ui-list-left-menu .item img { border-top-left-radius: 5px; border-top-right-radius: 5px; } .ui-list-left-menu .item .sub-menu { display: none; position: absolute; z-index: 2; left: 80%; top: 2px; width: 160px; background-color: #f9f9f9; border-top: 2px solid #c3323b; padding: 10px; } .ui-list-left-menu .item .sub-menu a { display: block; height: 35px; line-height: 35px; padding: 0px 10px; font-size: 14px; text-align: left; text-decoration: none; } .ui-list-left-menu :hover .sub-menu { display: block; } .ui-list-left-menu :hover > a { background-color: #c3323b; color: #fff; border-bottom: 1px solid #c3323b; } .ui-list-left-menu .active > a { background-color: #c3323b; color: #fff; border-bottom: 1px solid #c3323b; } .ui-list-left-menu .footer-line { width: 80%; height: 35px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .ui-art-where { margin-bottom: 20px; } .ui-art-where .breadcrumb { background: none; border-bottom: 2px solid #c3323b; border-radius: 0; padding: 15px 0px; } .ui-art-where .breadcrumb li { font-size: 16px; } .ui-art-where2 { text-align: right; margin-right: 20px; } .ui-art-where2 .breadcrumb { background: none; border-radius: 0; padding: 15px 0px; } .ui-art-where2 .breadcrumb li { font-size: 16px; } .ui-art-where3 { padding: 30px 0; background-color: #f5f5f5; margin-bottom: 20px; } .ui-art-where3 .breadcrumb { max-width: 1200px; margin: 0 auto; border-radius: 0; } .ui-art-where3 .breadcrumb li { font-size: 16px; } .ui-art-hot-list ul { padding: 0; } .ui-art-hot-list ul li { margin-bottom: 10px; list-style-type: none; line-height: 30px; } .ui-art-hot-list ul li a { height: 24px; line-height: 24px; } .ui-art-hot-list ul li a span { background-color: #999; text-align: center; height: 24px; width: 24px; display: inline-block; line-height: 24px; color: #fff; margin-right: 10px; border-radius: 2px; } .ui-art-hot-list ul li a span.red { background-color: #c3323b; } .ui-art-detail { padding: 10px 10px 40px 10px; } .ui-art-detail .title { text-align: center; } .ui-art-detail .title h2 { line-height: 1.5em; font-weight: normal; font-size: 24px; } .ui-art-detail .info { text-align: center; } .ui-art-detail .info span { padding: 0 10px; } .ui-art-detail .content img { max-width: 100% !important; } .ui-art-detail .content section { line-height: 2em; } .ui-art-detail .content p { line-height: 2em; padding: 0; margin: 0; } .ui-art-detail .content table { border: 1px solid #ccc; } .ui-art-detail .content table td { border: 1px solid #ccc; } .ui-art-pre-next { margin: 0 0 20px 0; } .ui-gb { margin-bottom: 20px; } .ui-gb .media-list li { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px; } .ui-gb .media-list li .type { width: 64px; height: 64px; text-align: center; background-color: #c3323b; color: #fff; padding: 12px 0; border-radius: 5px; } .ui-gb .media-list li .type p { height: 20px; width: 40px; line-height: 20px; padding: 0; margin: 0 auto; } .ui-gb .media-list li .time { color: #666; } .ui-gb .media-list li .answer { background-color: #f1f1f1; padding: 20px; border-radius: 5px; } .ui-gb .form { background-color: #f1f1f1; padding: 20px; border-radius: 5px; } .ui-gb .form .form-control { border: none; border-radius: 0; box-shadow: none; } .ui-gb .form .btn-danger { background-color: #c3323b; border-color: #c3323b; min-width: 100px; } .ui-zs-index-ad .row { padding: 0px 9px; } .ui-zs-index-ad .row .col-md-3 { padding: 0px 1px; } .ui-zs-index-ad .row .col-md-3 .content { background-color: #c3323b; padding: 10px; text-align: center; border-bottom: 4px solid #ccc; } .ui-zs-index-ad .row .col-md-3 .content a { color: #fff; } .ui-social { height: 160px; overflow: hidden; } .ui-social .items { display: flex; align-items: flex-end; height: 160px; } .ui-social .items .item { flex: 1; height: 40px; text-align: center; position: relative; transition: height 0.3s ease; } .ui-social .items .item .icon { height: 40px; margin: 60px 0; } .ui-social .items .item .title { display: none; color: #fff; margin-top: 10px; } .ui-social .items .item .qr { display: none; position: absolute; top: 40px; left: 50%; transform: translate(-50%, 0); text-align: center; } .ui-social .items .item .qr .up { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; display: block; margin: 0 auto; } .ui-social .items .item .qr img { height: 100px; width: 100px; } .ui-social .items .item:hover { height: 40px; } .ui-social .items .item:hover .icon { display: none; } .ui-social .items .item:hover .title { display: block; } .ui-social .items .item:hover .qr { display: block; } .ui-social .items .item:nth-child(even) { background-color: #2f455d; } .ui-social .items .item:nth-child(odd) { background-color: #27333f; } .ui-search { text-align: center; border-top: 4px solid #c3323b; } .ui-search form { padding: 100px 0; margin: 0 20px; } .ui-search form input { border-radius: 30px; } .ui-search form .btn { margin-left: 10px; border-radius: 30px; padding: 10px 30px; } .ui-search .result { text-align: right; border-bottom: 1px solid #ccc; padding-right: 10px; margin-bottom: 20px; }