123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- .bgc-f2f3f4{
- background-color: #f2f3f4;
- }
- .c-ff9526{
- color: #ff9526;
- }
- .c-ff5e6c{
- color: #ff5e6c;
- }
- .c-4DCD70{
- color: #4DCD70;
- }
- .c-f25{
- font-size: 25px;
- }
- .plr35{
- padding-left: 35px;
- padding-right: 35px;
- }
- .p30{
- padding: 30px;
- }
- .p15{
- padding: 15px;
- }
- .pb25{
- padding-bottom: 25px;
- }
- .ptb8{
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .c-95{
- width: 92%;
- }
- .c-radius-5{
- border-radius: 5px;
- }
- .c-c8c8c8{
- color: #c8c8c8;
- }
- .c-t-lr-radius-20{
- border-top-left-radius: 20px;
- border-top-right-radius: 20px;
- }
- .c-b-lr-radius-20{
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px;
- }
- .c-radius-20{
- border-radius: 20px;
- }
- .bgc-17b3ec{
- background: #17B3EC;
- }
- [v-cloak] {
- display: none;
- }
- /*弹框*/
- .fat-title .ui-dialog-title {
- padding: 15px 15px 0 15px;
- }
- .ui-dialog-title{
- color: #4DCD70;
- font-weight: normal;
- font-size: 17px;
- }
- .ui-popup-full{
- padding: 0 48px!important;
- }
- .ax-popup .ui-dialog-body, .ax-popup .ui-dialog-content{
- font-size: 14px;
- color:#999999;
- }
- .ax-popup .ui-dialog-body {
- padding: 15px 30px;
- line-height: 1.8;
- }
- .ui-dialog-footer,.ui-dialog-footer button{
- background: #f2f3f4!important;
- }
- .ax-popup .ui-dialog-footer button.ui-dialog-autofocus{
- border-left: 1px solid #e1e1e1;
- }
- .ax-popup .ui-dialog-footer{
- border-top: 1px solid #e1e1e1;
- }
- .ax-popup .ui-dialog-footer button.ui-dialog-autofocus{
- color:#4DCD70!important;
- }
- /*弹框*/
- /*缺省页*/
- .default-div{
- text-align: center;
- position: relative;
- top: 100px;
- }
- /*缺省页*/
- .qiehuan-txt{
- color:#17B3EC;
- text-decoration: underline;
- /*padding-left: 10px;*/
- }
- .date-icon{
- float: right;
- width: 20px;
- height: 20px;
- margin-top: 3px;
- }
- .jiuzhen{
-
- }
- .jiuzhen .card-icon{
- background-repeat: no-repeat;
- background-image: url(../images/biaoqian_lvse_img.png);
- background-size: 100% 100%;
- padding:1px 10px 1px 18px;
- color:#ffffff;
- }
- .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
- background: #4dcd70;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .red-dot{position: relative;color:#FF5E6C}
- .red-dot:before{
- content: " ";
- border: 3px solid #FF5E6C;/*设置红色*/
- border-radius:3px;/*设置圆角*/
- position: absolute;
- z-index: 1000;
- left: -10px;
- top: 6px;
- }
- .green-dot{position: relative;color: #4DCD70}
- .green-dot:before{
- content: " ";
- border: 3px solid #4DCD70;/*设置红色*/
- border-radius:3px;/*设置圆角*/
- position: absolute;
- z-index: 1000;
- left: -10px;
- top: 6px;
- }
- /*候诊查询*/
- .top-div{
- padding:10px 10px;
- }
- .jiuzhen .top-div{
- background: #4DCD70;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .jiancha{}
- .jiancha .top-div{
- background: #FF9526;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .waitingDoctorList:after {
- content: '';
- height:100px;
- width: 180px;
- background: url(../images/paiduipeitu_img.png) no-repeat;
- background-size: 180px 96px;
- background-position: 50%;
- margin-left: -90px;
- position: fixed;
- left: 50%;
- bottom: 100px;
- z-index: -1;
- }
- .jiancha_report{
-
- }
- .jiancha_report .top-div{
- background: #17b3ec;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- /*候诊查询*/
- .mbsc-ios .dwb-s .dwb,.mbsc-ios .dwb-n{
- color: #17b3ec;
- }
- .ellipsis{
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;}
- .ellipsis-2{
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;}
|