1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- [v-cloak]{display: none;}
- p {margin-bottom: 0; margin-top: 0;}
- .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
- .re-title .team{font-size: 14px;color: #333;display: inline-block;}
- .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
- .re-title{border-bottom:solid 1px #ededed;}
- .lh28 {line-height: 28px;}
- .plr5 {padding-left: 5px; padding-right: 5px;}
- .bgc-12b7f5 {background-color: #12b7f5;}
- .w40 {width: 32px; height: 24px; text-indent: 0.5em;}
- .lh24 {height: 24px; line-height: 24px;}
- .h30 {height: 30px; line-height: 30px}
- .lh40 {line-height: 40px}
- .w-10-1 {width: calc(10% - 1px)}
- .w-14 {width: 14%}
- .w-18-1 {width: calc(18% - 1px)}
- .w-20-1 {width: calc(20% - 1px)}
- .list-tit {
- display: inline-block;
- width: 110px;
- height: 28px;
- padding: 0 5px;
- border: 1px solid #e1e1e1;
- }
- .set-bg {
- background: url("../../../images/tiaozhuan_xia_icon.png") no-repeat 105px center;
- }
- .pull-list {
- position: absolute;
- top: 30px;
- right: 0;
- width: 120px;
- background: #fff;
- z-index: 9;
- }
- .pull-list li {
- padding: 0 5px;
- }
- .pull-list li:hover {
- background-color: #e1e1e1;
- }
- .sosou-btn {
- float: right;
- width: 20px;
- height: 28px;
- background: url(../../../images/sousuo_icon.png) no-repeat no-repeat center center;
- background-size: 16px 16px;
- cursor: pointer;
- }
- .inp::-webkit-input-placeholder {
- color: #999;
- }
- .operate:hover {text-decoration: underline;}
- .operate:active {color: red;}
- .page-btn {
- height: 24px;
- width: 24px;
- padding: 0;
- background: #fff;
- color: #ccc;
- }
- .sure-btn {
- height: 26px;
- width: 36px;
- border-radius: 0;
- border: 0;
- padding: 0;
- line-height: 26px;
- }
- .btn-active {
- background-color: #12b7f5;
- color: #fff;
- }
- ul {
- list-style: none;
- }
- input {border: 0;outline:none;}
- .h22 {height: 22px;}
- .c-12b7f5 {color: #12b7f5;}
- .cur-pit {cursor: pointer;}
- span.c-12b7f5:active {
- text-decoration: underline;
- }
- .patient-table th, .patient-table td{
- height: 40px;
- padding: 0 10px;
- border-bottom: 1px solid #e1e1e1;
- border-right: 1px solid #e1e1e1;
- }
- .patient-table th:last-child, .patient-table td:last-child{
- border-right: 0;
- }
|