| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- .sec-nav {
- line-height: 60px;
- height: 60px;
- background: #f8f8f8;
- border-bottom: 1px solid #999;
- color: #666;
- }
- .sec-nav-con {
- max-width: 1200px;
- text-align: center;
- margin: 0 auto;
- display: flex;
- justify-content: center;
- }
- .sec-nav-one {
- flex: 0 0 250px;
- text-align: center;
- display: inline-block;
- cursor: pointer;
- }
- .sec-nav-one-selected {
- color: #00a2ff;
- }
- .menu {
- max-width: 1200px;
- margin: 0 auto;
- padding: 30px 0;
- }
- .article {
- max-width: 1200px;
- margin: 0 auto;
- }
- .article-con {
- display: flex;
- justify-content: space-between;
- margin-bottom: 30px;
- }
- .article-one {
- box-sizing: border-box;
- flex: 0 0 200px;
- padding: 20px;
- box-shadow: #ccc 5px 10px 10px;
- height: 800px;
- overflow-y: auto;
- }
- .article-one::-webkit-scrollbar {
- width: 5px;
- height: 1px;
- background-color: #f5f5f5;
- }
- .article-one::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 10px;
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- background: #535353;
- }
- .rticle-one-title {
- font-size: 18px;
- font-weight: 600;
- }
- .rticle-one-li {
- padding: 30px 0;
- line-height: 36px;
- }
- .rticle-one-col {
- display: flex;
- align-items: center;
- height: 36px;
- font-size: 18px;
- cursor: pointer;
- }
- .rticle-one-col-word {
- width: 130px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- font-size: 16px;
- }
- .word-blue {
- color: #00a2ff;
- }
- .article-two {
- flex: 1;
- margin-left: 50px;
- }
- .article-two-li {
- padding: 15px 10px;
- border-bottom: 1px solid #aaa;
- height: 140px;
- overflow: hidden;
- display: flex;
- box-sizing: border-box;
- /* align-items: center; */
- cursor: pointer;
- }
- .article-two-li:hover {
- border: #00a2ff 2px solid;
- }
- .article-two-left {
- flex: 0 0 160px;
- text-align: center;
- }
- .article-two-left img {
- width: 150px;
- height: 105px;
- }
- .article-two-right {
- flex: 1;
- padding: 0 20px;
- }
- .article-two-right-title {
- font-size: 18px;
- overflow: hidden;
- font-weight: 600;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- letter-spacing: 0.7px;
- }
- .article-two-right-content {
- padding-top: 5px;
- font-size: 14px;
- overflow: hidden;
- color: #666;
- height: 60px;
- line-height: 20px;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- letter-spacing: 0.7px;
- }
- .article-two-right-tip {
- display: flex;
- justify-content: space-between;
- font-size: 12px;
- color: #666;
- padding-top: 5px;
- }
- .article-author {
- text-align: left;
- }
- .article-author {
- text-align: right;
- }
- .sec {
- background-color: #fdfdfd;
- }
- .guide {
- max-width: 1200px;
- margin: 0 auto;
- text-align: center;
- }
- .guide-con {
- display: flex;
- justify-content: space-between;
- }
- .guide-one {
- width: 270px;
- height: 200px;
- overflow: hidden;
- background-color: #fff;
- box-shadow: #ddd 0px 0px 10px 1px;
- border-radius: 5px;
- }
- .video-title {
- padding: 10px;
- text-align: center;
- }
- .attestation {
- max-width: 1200px;
- margin: 0 auto;
- text-align: center;
- }
- .attestation-con {
- display: flex;
- }
- .attestation-one {
- display: flex;
- align-items: center;
- flex: 1;
- margin: 0 30px 30px 30px;
- height: 250px;
- box-shadow: #ddd 0px 0px 10px 1px;
- overflow: hidden;
- }
- .attestation-one-left {
- text-align: center;
- flex: 0 0 200px;
- }
- .attestation-one-left img {
- width: 141px;
- height: 141px;
- }
- .contract {
- max-width: 1200px;
- margin: 0 auto;
- text-align: center;
- }
- .contract-con {
- display: flex;
- justify-content: space-between;
- margin: 0 50px;
- margin-bottom: 50px;
- }
- .contract-one {
- flex: 0 0 200px;
- }
- .contract-one-img {
- padding: 50px;
- border-bottom: 2px solid #f4b800;
- margin-bottom: 40px;
- }
- .contract-one-img img {
- width: 65px;
- height: 65px;
- }
- .contract-one-word {
- font-size: 18px;
- }
- .search {
- height: 330px;
- background-image: url(./../images/resource_part1_1.png);
- background-repeat: no-repeat;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .search-con {
- }
- .search-input {
- border: 0;
- border-radius: 3px;
- outline-style: none;
- font-size: 18px;
- padding: 0 20px;
- width: 350px;
- line-height: 40px;
- height: 40px;
- }
- .search-btn {
- display: inline-block;
- padding: 0 25px;
- height: 40px;
- line-height: 40px;
- background: #00a2ff;
- color: #fff;
- cursor: pointer;
- border-radius: 5px;
- }
- .problem {
- max-width: 1200px;
- margin: 0 auto;
- text-align: center;
- }
- .problem-li {
- text-align: left;
- background: #fefefe;
- margin: 10px 0;
- padding: 10px;
- border-bottom: 1px solid #aaa;
- }
- .problem-title {
- font-size: 16px;
- cursor: pointer;
- padding-bottom: 15px;
- }
- .problem-detail {
- padding-bottom: 15px;
- line-height: 36px;
- color: #666;
- font-size: 15px;
- }
- .detail-content{
- padding:30px 0;
- overflow: hidden;
- }
- .detail-content img{
- max-width: 100%;
- }
|