123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- .main {
- position: relative;
- width: 100%;
- }
- .main .one {
- float: left;
- width: 100%;
- }
- .main .one image {
- width: 100%;
- height: 150px;
- overflow: hidden;
- }
- .main .two {
- float: left;
- width: 95%;
- margin: 0 10px;
- position: relative;
- top: -60px;
- }
- .main .two .two_1 {
- position: relative;
- float: left;
- width: 100%;
- margin: 0 0 10px 0;
- }
- .main .two .two_1 image {
- width: 100%;
- height: 130px;
- overflow: hidden;
- }
- .main .two .two_1 view {
- position: absolute;
- top: 50px;
- left: 30px;
- }
- .main .two .two_1 view text {
- font-size: 25px;
- color: #ffffff;
- }
- .main .two .two_2 {
- position: relative;
- float: left;
- width: 100%;
- margin: 0 0 10px 0;
- }
- .main .two .two_2 .two_2_1 {
- float: left;
- width: 48.5%;
- }
- .main .two .two_2 .two_2_1:nth-child(1) {
- margin: 0 5px 0 0;
- }
- .main .two .two_2 .two_2_1:nth-child(2) {
- margin: 0 0 0 5px;
- }
- .main .two .two_2 .two_2_1 .image {
- width: 100%;
- height: 80px;
- }
- .main .two .two_2 .two_2_1 .txt {
- float: left;
- position: absolute;
- top: 0;
- width: 48%;
- text-align: center;
- padding: 20px 0;
- }
- .main .two .two_2 .two_2_1 .txt text {
- font-size: 20px;
- color: #ffffff;
- }
- .main .two .two_2 .two_2_1 .txt image {
- width: 25px;
- height: 25px;
- margin: 0 0 0 10px;
- position: relative;
- top: 5px;
- }
- .main .two .two_3 {
- float: left;
- width: 100%;
- }
- .main .two .two_3 .a .list {
- float: left;
- width: 95%;
- border-radius: 5px;
- background-color: #ffffff;
- margin: 0 0 10px 0;
- padding: 10px;
- }
- .main .two .two_3 .a .list .list_1 {
- float: left;
- width: 100%;
- margin: 0 0 5px 0;
- }
- .main .two .two_3 .a .list .list_1 text:nth-child(1) {
- font-size: 16px;
- font-weight: bold;
- color: #263fa3;
- }
- .main .two .two_3 .a .list .list_1 text:nth-child(2) {
- display: inline-block;
- background-color: #7b7b7b;
- color: #fff;
- padding: 3px 6px;
- border-radius: 90px;
- font-size: 12px;
- margin: 0 0 0 10px;
- }
- .main .two .two_3 .a .list .list_1 .color1 {
- background-color: #57cd00 !important;
- }
- .main .two .two_3 .a .list .list_1 .color2 {
- background-color: #ff5a00 !important;
- }
- .main .two .two_3 .a .list .list_1 .color3 {
- background-color: #ffa200 !important;
- }
- .main .two .two_3 .a .list .list_2 {
- float: left;
- width: 100%;
- font-size: 14px;
- color: #666;
- margin: 0 0 5px 0;
- }
- .main .two .two_3 .a .list .list_3 {
- float: left;
- width: 100%;
- font-size: 14px;
- color: #666;
- }
|