| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- .selects {
- height: initial;
- }
- #time1{
- width: 199px;
- }
- #time2,
- #time3 {
- width: 198px;
- }
- .phone_bottom>div:last-child {
- width: 49%;
- margin-left: 1%;
- background: url(img/jd_bg2.png) no-repeat center;
- background-size: 100% 100%;
- }
-
- .phone_bottom>div:first-child {
- background: url(img/jd_bg2.png) no-repeat center;
- background-size: 100% 100%;
- width: 50%;
- }
-
- .phone_bottom>div:first-child table {
- width: 95%;
- margin: 0 auto;
- color: #fff;
- font-size: 12px;
- }
-
- .table_box {
- margin-top: 30px;
- }
-
- .table>tbody>tr>td {
- border-top: 1px solid #3160a2;
- }
-
- .table>thead>tr>td {
- border-top: 2px solid #3160a2;
- }
-
- .text_color1 {
- color: #00e9ff;
- }
-
- .text_color2 {
- color: #ec6969;
- }
-
- .text_color3 {
- color: #95e193;
- }
-
- table thead,
- tbody tr {
- display: table;
- width: 100%;
- table-layout: fixed;
- }
-
- .quadrangle {
- display: inline-block;
- width: 9px;
- height: 20px;
- background: #69e1a9;
- transform: skewX(20deg);
- }
-
- .bottom_right li {
- position: relative;
- width: 134px;
- height: 20px;
- line-height: 15px;
- margin-top: 35px;
-
- }
- .bottom_right ul.complaint_typeL li{
- text-align: right;
- margin-left: 30px;
- }
- .bottom_right ul.complaint_typeR li{
- text-align: left;
- /*margin-right: 25px;*/
- }
-
- .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.complaint_typeR li:nth-of-type(1) {
- background: url(img/sbx_liner0.png) no-repeat;
- }
- .bottom_right ul.complaint_typeR li:nth-of-type(2) {
- background: url(img/sbx_liner1.png) no-repeat;
- }
-
- .bottom_right ul li:nth-of-type(3) {
- background: url(img/sbx_line2.png) no-repeat;
- }
- .bottom_right ul.complaint_typeR li:nth-of-type(3) {
- background: url(img/sbx_liner2.png) no-repeat;
- }
- .bottom_right ul li:nth-of-type(4) {
- background: url(img/sbx_line3.png) no-repeat;
- }
- .bottom_right ul.complaint_typeR li:nth-of-type(4) {
- background: url(img/sbx_liner3.png) no-repeat;
- }
- .bottom_right ul li:nth-of-type(5) {
- background: url(img/sbx_line4.png) no-repeat;
- }
- .bottom_right ul.complaint_typeR li:nth-of-type(5) {
- background: url(img/sbx_liner4.png) no-repeat;
- }
- .bottom_right ul li:nth-of-type(6) {
- background: url(img/sbx_line5.png) no-repeat;
- }
- .bottom_right ul.complaint_typeR li:nth-of-type(6) {
- background: url(img/sbx_liner5.png) no-repeat;
- }
-
- .type_name {
- color: #00e9ff;
- }
-
- .type_count {
- color: #fff;
- margin-left: 18px;
- }
- .time_box1 {
- color: #00e9ff;
- position: absolute;
- top: 20px;
- right: 20px;
-
- }
|