123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- .bgc-f2f4f6{
- background-color: #f2f4f6;
- }
- .bgc-ff9526{
- background-color: #ff9526;
- }
- .bgc-74bf00{
- background-color: #74bf00;
- }
- .c-ff9526{
- color: #ff9526;
- }
- .c-a8a8a8{
- color: #a8a8a8;
- }
- .c-radius-8{
- border-radius: 8px;
- }
- .h30{height: 30px;}
- .lh30{line-height: 30px;}
- .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
- color: #323232;
- display: inline-table;
- line-height: 43px;
- }
- .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
- color: #75bf00;
- border-bottom: 2px solid #75bf00;
- }
- .mui-fullscreen .mui-segmented-control~.mui-slider-group{
- top: 45px;
- }
- .mui-slider .mui-slider-group .mui-slider-item img{
- width: auto;
- }
- .straight-line{
- position: absolute;
- width: 1px;
- height: calc(100% - 40px);
- left: 60px;
- top: 0;
- background-color: #a8a8a8;
- z-index: -1;
- }
- .year-flag{
- display: inline-block;
- width: 35px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- background-color: #fff;
- border: 1px solid #a8a8a8;
- border-radius: 50%;
- margin-left: 42px;
- }
- .ui-col-0{
- width: 56px;
- }
- .dot-box{
- display: inline-block;
- width: 12px;
- height: 16px;
- line-height: 16px;
- background-color: #f2f4f6;
- margin-top: 7px; /*与右边的card的对齐*/
- float: right;
- }
- .dot{
- display: inline-block;
- width: 12px;
- height: 12px;
- background-color: #ff9526;
- border-radius: 50%;
- margin-bottom: 1px;
- }
- .card-header-bar{
- padding: 0 10px;
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- }
- .btn{
- display: inline-block;
- zoom: 1;
- vertical-align: baseline;
- outline: none;
- cursor: pointer;
- border: 0;
- background: none;
- text-align: center;
- text-decoration: none;
- position: relative;
- color: #75bf00;
- width: 70px;
- border: 1px solid #75bf00;
- border-radius: 10px;
- float: right;
- padding: 2px 0;
- }
- .disease-label{
- display: inline-block;
- width: calc(100% - 90px);
- width: -webkit-calc(100% - 90px);
- width: -moz-calc(100% - 90px);
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .status-icon{
- position: absolute;
- right: 5px;
- top: 50%;
- width:60px;
- height: 60px;
- margin-top: -30px;
- }
- .pill-label{
- display: inline-block;
- width: calc(100% - 70px);
- width: -webkit-calc(100% - 70px);
- width: -moz-calc(100% - 70px);
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- input[type="checkbox"], input[type="radio"] {
- box-sizing: border-box;
- padding: 0;
- cursor: pointer;
- position: relative;
- }
- .icon-checkbox[type=radio]:before{
- content: '';
- background-image:url(../images/dianxuan_btn.png);
- background-size: 20px 20px;
- position: absolute;
- top:-3px;
- left:-3px;
- height: 20px;
- width: 20px;
- -webkit-font-smoothing: antialiased;
- }
- .icon-checkbox[type=radio]:checked:before {
- content: '';
- background-image:url(../images/dianxuan_pre.png);
- }
- .icon-checkbox[type=checkbox]:before{
- content: '';
- background-image:url(../images/gouxuan_btn.png);
- background-size: 20px 20px;
- position: absolute;
- top:-3px;
- left:-3px;
- height: 20px;
- width: 20px;
- -webkit-font-smoothing: antialiased;
- }
- .icon-checkbox[type=checkbox]:checked:before {
- content: '';
- background-image:url(../images/gouxuan_btn_pre.png);
- }
- #viewXFOnly{
- position: absolute;
- top: 5px;
- right: 10px;
- }
- .small-dot{
- display: inline-block;
- width: 5px;
- height: 5px;
- background-color: #fff;
- border-radius: 50%;
- vertical-align: baseline;
- margin-bottom: 2px;
- }
- .div-no-info{
- position: relative;
- top: 50%;
- -webkit-transform: translateY(-50%);
- -o-transform: translateY(-50%);
- transform: translateY(-50%);
- text-align: center;
- }
- .div-no-info img{
- width: 100%;
- }
- .next-btn{
- background-color: #74bf00;
- text-align: center;
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- color: #fff;
- border-radius: 5px;
- }
- .next-btn.disabled{
- background-color: #C0C0C0;
- }
|