| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- #phone_time_02{
- width: 199px;
- }
- .selects_box:before{
- z-index: 1;
- }
- .phone_bottom_02 >div:last-child{
- width: 44%;
- margin-left: 1%;
- background: url(img/jd_bg3.png) no-repeat center;
- background-size: 100% 100%;
- }
- .phone_bottom_02 >div:first-child{
- background: url(img/jd_bg2.png) no-repeat center;
- background-size: 100% 100%;
- width: 55%;
- }
- .phone_bottom_02 >div:first-child table{
- width: 95%;
- margin: 0 auto;
- color: #fff;
- font-size: 12px;
- }
- .table_box_02{
- margin-top: 30px;
- }
- .table_02>tbody>tr>td{
- border-top: 1px solid #3160a2;
- color: #00e9ff;
- }
- .table_02>thead>tr>td{
- border-top: 2px solid #3160a2;
- }
- .table_02>tbody>tr>td:first-child{
- color: #fff;
- }
- table thead, tbody tr {
- display:table;
- width:100%;
- table-layout:fixed;
- }
- .table_02>tbody>tr>td:last-child{
- color: #95e193;
- }
- .table_02>tbody>tr>td:nth-last-child(2){
- color: #ec6969!important;
- }
- .selects {
- height: 30px;
- margin-right: 15px;
- }
- .time_box1 {
- color: #00e9ff;
-
- }
-
- #time1_03{
- width: 199px;
- }
- .phone_bottom_03 >div:last-child{
- width: 40%;
- margin-left: 1%;
- background: url(img/jd_bg3.png) no-repeat center;
- background-size: 100% 100%;
- }
- .phone_bottom_04 >div:first-child{
- background: url(img/jd_bg2.png) no-repeat center;
- background-size: 100% 100%;
- width: 59%;
- }
|