123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- body {
- background: rgba(245, 249, 249, 1);
- color: #323232;
- }
- .all-center {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: 0 auto;
- }
- .w3-row:after {
- content: "";
- display: table;
- clear: both
- }
- .w3-col {
- float: left;
- width: 100%
- }
- .w3-rest {
- overflow: hidden
- }
- .div-table {
- display: table;
- width: 100%;
- height: 108px;
- border-right: 1px solid #E3EDE8;
- }
- .table-row {
- display: table-row;
- }
- .table-cell {
- display: table-cell;
- padding: 15px 0 16px 50px;
- /*text-align: center;*/
- vertical-align: middle;
- line-height: 30px;
- }
- #recordlist {
- border-color: #E3EDE8 #E3EDE8 #0AD8C8 #E3EDE8;
- border-style: solid;
- border-width: 1px;
- }
- #recordlist li {
- width: 129px;
- border-left: solid 1px #E3EDE8;
- border-right: solid 1px #E3EDE8;
- text-align: center;
- }
- #recordlist li.active {
- border: none;
- background: #0AD8C8;
- }
- #recordlist>li>a {
- font-size: 16px;
- color: #323232;
- font-weight: normal;
- padding: 13px 0 10px;
- margin-right: 0;
- border-radius: 0;
- height: 48px;
- }
- #recordlist>li.active>a {
- background: url(../../../images/icon_shangla.png) no-repeat 50% 100%;
- background-size: 9px 7px;
- color: #fff;
- font-size: 16px;
- margin-right: 0;
- border: none;
- height: 47.5px;
- }
- .list-body {
- border: 1px solid #E3EDE8;
- margin-bottom: 17px;
- }
- .list-header {
- background: #E8F6F5;
- font-size: 16px;
- color: #00786F;
- padding: 13px 0 15px 15px;
- }
- .list-r-border {
- border-right: 1px solid #E3EDE8;
- }
- .cancelbtn {
- padding: 8px 16px 5px;
- border: 1px solid #E3EDE8;
- color: #FF8787;
- font-size: 14px;
- width: 90px;
- margin: 0 auto;
- }
- .satisfactionbtn {
- padding: 8px 16px 5px;
- border: 1px solid #0AD8C8;
- color: #0AD8C8;
- font-size: 14px;
- width: 105px;
- margin: 0 auto;
- }
- .quxiaobox {
- border: 1px dashed #E3EDE8;
- padding: 16px;
- background: #F5FAFA;
- line-height: 30px;
- margin-top: 20px;
- }
- .layui-layer-btn {
- text-align: center !important;
- /*margin-top:-20px ;*/
- position: relative;
- top:-20px;
- }
- .layui-layer-btn .layui-layer-btn0 {
- border-color: #0AD8C8 !important;
- background-color: #0AD8C8 !important;
- }
- .wushuju{
- margin:150px auto 290px;
- color:#909090;
- font-size: 14px;
- }
- .btn-theme {
- color: #fff;
- background: #0AD8C8;
- border-color: #0AD8C8;
- }
- .btn-theme:hover,
- .btn-theme:active {
- color: #fff;
- background: #0aD9ff;
- border-color: #0AD8C8;
- }
- .btn-default{
- background: #fff;
- color:#909090;
- font-size: 16px;
- border: 1px solid #D1D7D4;
- }
- .btn-default:hover,.btn-default:active{
- color:#333;
- background: #F4F6FA;
- }
|