123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- ul,li{
- list-style: none;
- }
- h2{
- padding: 11px 20px;
- font-size: 16px;
- font-weight: 600;
- border-bottom: 1px solid #E2E5EF;
- }
- .main-body{
- margin: 20px 40px;
- }
- table{
- width: 100%;
- border:1px solid #E2E5EF;
- border-collapse: collapse;
- thead{
- background: #EFF0F9;
-
- }
- th,td{
- height: 40px;
- box-sizing: border-box;
- padding: 0 10px;
- border:1px solid #E2E5EF;
- border-collapse: collapse;
- }
- .moduleNumber{
- text-align: center;
- }
- .scoreOperaItem{
- width: 50px;
- cursor: pointer;
- }
-
- }
- .tabFoot{
- height: 50px;
- border: 1px solid #E2E5EF;
- border-top: none;
- box-sizing: border-box;
- margin-right: 1px;
- }
- .scoreOpera{
- height: 50px;
- line-height: 50px;
- margin: 0 20px 0 17px;
- cursor: pointer;
- img{
- margin: 0 10px 0 0;
- }
- }
- .recordScoreOperaBtn{
- cursor: pointer;
- color: #5A8EEE;
- }
- .recordScoreBtn{
- cursor: pointer;
- display: inline-block;
- width:68px;
- height:30px;
- line-height: 30px;
- text-align: center;
- border-radius:4px;
- box-sizing: border-box;
- border: 1px solid #5A8EEE;
- color: #5A8EEE;
- }
- .filterBox{
- margin: 0 0 20px 0;
- }
- .filterItem{
- position: relative;
- display: inline-block;
- margin-right: 20px;
- height: 40px;
- line-height: 40px;
- input{
- width:120px;
- height:40px;
- border-radius:4px;
- border: 1px solid #E2E5EF;
- outline: none;
- margin-right: 10px;
- padding: 0 10px;
- }
- }
- .filter{
- display: inline-block;
- width:60px;
- height:36px;
- background:#5A8EEE;
- border-radius:4px;
- color: #fff;
- text-align: center;
- line-height: 36px;
- position: relative;
- top: -2px;
- }
- .iconCheck{
- width: 14px;
- }
- .datapickerBox{
- position: relative;
- display: inline-block;
- width: 150px;
- height: 40px;
- top: 10px;
- input{
- position: absolute;
- }
- }
- .iconCalen{
- position: absolute;
- width: 15px;
- top: 15px;
- right: 20px;
- }
- .textCenter{
- text-align: center;
- }
- .patientNameSpan{
- color: #5A8EEE;
- cursor: pointer;
- }
- .pagination{
- margin: 35px 0 0 0 ;
- text-align: right;
- }
- .activePage{
- color: #5A8EEE;
- }
- .pageNum,.prePage,.nextPage, .more{
- display: inline-block;
- width: 20px;
- cursor: pointer;
- margin: 0 20px 0 0;
- text-align: center;
- }
- .prePage,.nextPage{
- img{
- position: relative;
- top: -2px;
- }
- }
- .more{
- cursor: not-allowed;
- }
- .arrowPage{
- width: 6px;
- }
- .ui-datepicker-calendar {
- border: 0 none;
- }
- .ui-datepicker thead {
- background-color: #fff;
- color: #c3cbd6;
- }
- .ui-datepicker td {
- padding: 0;
- height: auto;
- color: #657180;
- }
- .ui-datepicker td span, .ui-datepicker td a {
- text-align: center;
- height: 30px;
- line-height: 30px;
- }
- .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
- border: 0;
- background-color: #fff;
- &:hover {
- background-color: #c4d8fe;
- }
- }
- .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
- color: #333;
- font-weight: normal;
- height: 30px;
- line-height: 30px;
- margin: 0 5px;
- width: 40%;
- border-radius: 3px;
- }
- .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
- top: 5px;
- }
- .ui-state-active, .ui-widget-content .ui-state-active {
- background-color: #5a8eee !important;
- color: #fff;
- }
- .ui-state-highlight, .ui-widget-content .ui-state-highlight {
- background-color: #fff5bf !important;
- color: #657180;
- }
- .ui-widget-header {
- background-color: #fff;
- border: 0 none;
- }
|