123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- @import "~@less/mixin.less";
- .diaglist-wrap{
- position: relative;
- padding: 0 10px;
- }
- .diag-box {
- height: 50px;
- line-height: 50px;
- border-bottom: 1px dotted #989DA3;
- position: relative;
- background: #EAF7FD;
- }
- .diag-number {
- display: inline-block;
- width: 20px;
- height: 20px;
- font-size: 12px;
- text-align: center;
- color: #000;
- letter-spacing: 0;
- line-height: 20px;
- margin: 15px 0;
- }
- .diag-box:nth-child(1) {
- .diag-number{
- color: #3B9ED0;
- }
- }
- .diag-first, .diag-second {
- display: inline-block;
- width: 38px;
- height: 18px;
- background: #3B9ED0;
- color: #fff;
- border-radius: 4px;
- font-size: 12px;
- line-height: 18px;
- text-align: center;
- margin-left: 5px;
- }
- .diag-first {
- background: #EAF7FD;;
- color: #3B9ED0;
- border: 1px solid #3B9ED0;
- border-radius: 4px;
- line-height: 17px;
- }
- .diag-name {
- margin-left: 10px;
- border-bottom: 1px solid #666;
- box-sizing: border-box;
- position: relative;
- color:#000;
- font-weight: bold;
- cursor: pointer;
- }
- .diag-up, .diag-down {
- position: relative;
- top: 5px;
-
- }
- .treat {
- .btnCom;
- display: inline-block;
- width: 72px;
- height: 26px;
- line-height: 26px;
- color: #3B9ED0;
- letter-spacing: 0;
- position: absolute;
- right: 40px;
- top: 11px;
- border: 1px solid #3B9ED0;
- }
- .footer{
- .print{
- width: 111px;
- height: 34px;
- line-height: 34px;
- outline: none;
- border-radius: 4px;
- /*color: #3B9ED0;*/
- border: 0 none;
- cursor: pointer;
- background: #fff;
- margin-right: 20px;
- img{
- width: 20px;
- vertical-align: middle;
- margin-right: 4px;
- }
- }
- .okBtn{
- width: 80px;
- height: 34px;
- line-height: 32px;
- text-align: center;
- outline: none;
- border-radius: 4px;
- cursor: pointer;
- border: 1px solid #3B9ED0;
- box-sizing: border-box;
- margin-left: 20px;
- background: #3B9ED0;
- color: #fff;
- float: right;
- margin-right: 20px;
- }
- }
- .assess{
- .treat;
- right: 106px;
- }
- .diag-del {
- position: absolute;
- right: 0;
- top: 15px;
- }
- .del-msg {
- height: 70px;
- width: 100%;
- text-align: center;
- font-size: 16px;
- color: #000000;
- line-height: 16px;
- }
- .diag-up, .diag-down, .diag-del {
- width: 20px;
- margin-bottom: 4px;
- cursor: pointer;
- }
- .confirm-info {
- height: 70px;
- font-size: 16px;
- line-height: 16px;
- text-align: center;
- padding: 10px 30px;
- }
- .confirm-history {
- // height: 50px;
- position: relative;
- }
- .confirm-history-btn {
- .btnCom;
- position: absolute;
- right: 15px;
- display: inline-block;
- width: 66px;
- height: 32px;
- line-height: 32px;
- color: #3B9ED0;
- border: 1px solid #3B9ED0;
- }
- .history-info {
- height: 185px;
- overflow-y: auto;
- padding: 15px;
- >div{
- line-height: 26px;
- img{
- vertical-align: middle;
- margin-right: 5px;
- }
- }
- }
|