12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .main {
- position: relative;
- width: 100%;
- }
- .main .one {
- float: left;
- width: 100%;
- }
- .main .one image {
- width: 100%;
- height: 240px;
- overflow: hidden;
- }
- .main .two {
- float: left;
- width: 95%;
- margin: 0 10px;
- position: relative;
- top: -40px;
- }
- .main .two .list {
- float: left;
- width: 95%;
- border-radius: 5px;
- background-color: #ffffff;
- margin: 0 0 10px 0;
- padding: 10px;
- }
- .main .two .list .list_1 {
- float: left;
- width: 100%;
- margin: 0 0 5px 0;
- }
- .main .two .list .list_1 text:nth-child(1) {
- font-size: 16px;
- font-weight: bold;
- color: #263fa3;
- }
- .main .two .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 .list .list_1 .color1 {
- background-color: #57cd00 !important;
- }
- .main .two .list .list_1 .color2 {
- background-color: #ff5a00 !important;
- }
- .main .two .list .list_1 .color3 {
- background-color: #ffa200 !important;
- }
- .main .two .list .list_2 {
- float: left;
- width: 100%;
- font-size: 14px;
- color: #666;
- margin: 0 0 5px 0;
- }
- .main .two .list .list_3 {
- float: left;
- width: 100%;
- font-size: 14px;
- color: #666;
- }
|