| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- #time1{
- width: 155px;
- }
- #time2_05,
- #time3_05 {
- width: 198px;
- }
- .selects_box:before {
- z-index: 1;
- }
- .phone_bottom_05>div:last-child {
- width: 44%;
- margin-left: 1%;
- background: url(img/jd_bg3.png) no-repeat center;
- background-size: 100% 100%;
- }
-
- .phone_bottom_05>div:first-child {
- background: url(img/jd_bg2.png) no-repeat center;
- background-size: 100% 100%;
- width: 55%;
- }
-
- .phone_bottom_05>div:first-child table {
- width: 95%;
- margin: 0 auto;
- color: #fff;
- font-size: 12px;
- }
-
- .table_box_05 {
- margin-top: 30px;
- }
- .table_05>thead>tr>td {
- border-top: 2px solid #3160a2;
- }
- .table_05>tbody>tr>td{
- border-top: 1px solid #3160a2;
- color: #00e9ff;
- }
- .table_05>tbody>tr>td:first-child{
- color: #fff;
- }
- table thead, tbody tr {
- display:table;
- width:100%;
- table-layout:fixed;
- }
- .table_05>tbody>tr>td:last-child{
- color: #95e193;
- }
- .table_05>tbody>tr>td:nth-last-child(2){
- color: #ec6969!important;
- }
- .quadrangle {
- display: inline-block;
- width: 9px;
- height: 20px;
- background: #69e1a9;
- transform: skewX(20deg);
- }
-
- .bottom_right li {
- position: relative;
- width: 134px;
- text-align: right;
- height: 20px;
- line-height: 15px;
- margin-top: 35px;
- margin-left: 30px;
- }
-
- .bottom_right ul li:nth-of-type(1) {
- margin-top: 40px;
- background: url(img/sbx_line0.png) no-repeat;
- }
-
- .bottom_right ul li:nth-of-type(2) {
- background: url(img/sbx_line1.png) no-repeat;
- }
-
- .bottom_right ul li:nth-of-type(3) {
- background: url(img/sbx_line2.png) no-repeat;
- }
-
- .bottom_right ul li:nth-of-type(4) {
- background: url(img/sbx_line3.png) no-repeat;
- }
-
- .bottom_right ul li:nth-of-type(5) {
- background: url(img/sbx_line4.png) no-repeat;
- }
-
- .bottom_right ul li:nth-of-type(6) {
- background: url(img/sbx_line5.png) no-repeat;
- }
-
- .type_name {
- color: #00e9ff;
- }
-
- .type_count {
- color: #fff;
- margin-left: 25px;
- }
- .selects {
- height: 30px;
- margin-right: 15px;
- }
|