123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .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;
- margin: 0 0 10px 0;
- }
- .main .two .list .schedule {
- float: left;
- width: 100%;
- }
- .main .two .list .schedule .schedulelist {
- float: left;
- width: 100%;
- background-color: #e9e9e9;
- margin: 0 0 5px 0;
- border-radius: 5px;
- padding: 5px 0;
- }
- .main .two .list .schedule .schedulelist .schedule_1 {
- float: left;
- width: 39%;
- text-align: center;
- }
- .main .two .list .schedule .schedulelist .schedule_1 image {
- width: 50px;
- height: 50px;
- border-radius: 90px;
- }
- .main .two .list .schedule .schedulelist .schedule_1 text {
- float: right;
- font-size: 14px;
- padding: 15px 0;
- }
- .main .two .list .schedule .schedulelist .schedule_1:nth-child(3) text {
- float: left;
- }
- .main .two .list .schedule .schedulelist .schedule_2 {
- float: left;
- width: 22%;
- text-align: center;
- padding: 10px 0;
- }
- .main .two .list .schedule .schedulelist .schedule_2 text {
- background-color: rgb(228, 226, 226);
- text-align: center;
- color: #ff0000;
- font-size: 20px;
- font-weight: bold;
- text-decoration: line-through;
- text-decoration-color: #fff;
- padding: 0 2px;
- }
- .main .two .list .schedule .schedulelist .schedule_2 text:nth-child(2) {
- color: #000000;
- }
- .main .two .list .schedule .schedulelist .schedule_2 text:nth-child(3) {
- color: #00427b;
- }
|