123456789101112131415161718192021222324 |
- .content{ width: 88%; margin: 0 6%; }
- .listAddr{text-align: left; }
- .jobs_name{ font-size: 20pt; font-weight: bold; color: #b63886; margin-bottom: 10px; }
- .jobs_info{ font-size: 14pt; }
- .circle_info{padding: 20px; border-bottom: solid 1px #999999; position: relative;}
- .circle_info .right_box{ position: absolute; top:20px; right: 20px; width: 200px; }
- .circle_info .btn{ float: left; display: block; border-radius:8px; height: 40px; line-height: 25px; font-size: 14pt;}
- .circle_info .set-jobs{width: 200px; background: #b63886; color: #fff;}
- .circle_info .btn_box{ margin-top: 12px; float: left;}
- .circle_info .btn_box .btn{ width: 95px;background: #989b9f; }
- .add_jobs{text-align: center; }
- .add_jobs .btn{height: 35px; line-height: 22px; font-size: 14pt; width: 119px;background: #b63886;color: #fff;background: url(../../images/hardware/pad/jobs_btn_03.png) center center no-repeat;}
- .circle_info p{ width: 78%; }
- .tit_box{ padding: 20px 10px; }
- .tit{ padding-left: 35px; background: url(../../images/hardware/pad/light.png) 15px center no-repeat #515c62; height: 30px; line-height: 30px; color: #FFF; border-radius: 15px;}
- .listAddr table{ width: 100%; text-align: center; }
- .listAddr table a{color: #FFF;}
- .listAddr table th{text-align: center; font-weight: normal;}
- .listAddr table th a{ display: block; height: 35px; line-height: 35px;border-right: 1px solid #fff;font-size: 14pt; margin-top: 12px;}
- .listAddr table th,.listAddr table td{ height: 58px; line-height: 58px; font-size: 14pt;color: #FFF; text-align: center;}
- .listAddr table th:last-child a{ border-right:none;}
- .listAddr table td .put,.listAddr table td .no-put{ width: 79px; height: 47px; display: block; }
- .listAddr table td .put{background: url(../../images/hardware/pad/jobs_btn_07.png) center 11px no-repeat; margin: 0 auto;}
- .listAddr table td .no-put{background: url(../../images/hardware/pad/jobs_btn_10.png) center 11px no-repeat;margin: 0 auto;}
|