123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- .title {
- font-weight: 700;
- font-size: 16px !important;
- margin-bottom: 20px !important;
- margin-left: 20px !important;
- margin-top: 20px !important;
- }
- .clearRegistrationDiv {
- margin-right: 10px;
- float: right;
- }
- .clearRegistrationDiv a {
- cursor: pointer;
- color: #337AB7 !important;
- font-size: 14px;
- }
- .clearRegistrationDiv a{
- margin-right: 10px;
- }
- .clearRegistrationDiv a:last-child{
- margin-right: -10px;
- }
- .total {
- float: left;
- padding-right: 10px;
- margin-left: 14px;
- font-weight: 700;
- font-size: 20px;
- }
- .total span {
- color: #337AB7 !important;
- }
- #regi_form {
- border-right: 1px solid #DCDCDC;
- }
- #confirmFee {
- width: 100%;
- height: 40px;
- margin-left: 14px;
- margin-right: 10px;
- }
- #regi_List_btn_group button, #regi_List_type button {
- font-size: 14px;
- margin-bottom: 20px !important;
- }
- #regi_List_type {
- float: right;
- margin-right: 28px;
- }
- .cardList {
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
- border: none !important;
- background-color: #fff;
- transition: .3s;
- overflow: hidden;
- color: #fff !important;
- width: 250px;
- height: 190px;
- float: left;
- margin-right: 20px;
- margin-bottom: 20px;
- border-radius: 10px 10px 10px 10px !important;
- display: block;
- font-size: 14px;
- font-family: Microsoft YaHei, Arial, wryh, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, sans-serif;
- background-color: #fff;
- -webkit-border-radius: 2px;
- }
- .card__body {
- padding: 0;
- display: block;
- color: #fff !important;
- font-size: 14px;
- font-family: Microsoft YaHei, Arial, wryh, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, sans-serif;
- background-color: #fff;
- -webkit-border-radius: 2px;
- }
- .patient-card-main {
- height: 140px;
- box-sizing: border-box;
- position: relative;
- display: block;
- width: 250px;
- margin-left: -10px;
- }
- .registration-no-color {
- background: linear-gradient(130deg, #06c7d6, #26c175) !important;
- }
- .haveClinical-no-color {
- background: linear-gradient(130deg, #41a6f5, #6778ed) !important;
- }
- .back-no-color {
- background: linear-gradient(130deg, #ff9e70, #ff6b91) !important;
- }
- .patient-card-main-left {
- text-align: center;
- height: 100%;
- width: 33.33333%;
- float: left;
- box-sizing: border-box;
- }
- .patient-card-main-right {
- text-align: left;
- height: 100%;
- width: 66.66667%;
- float: left;
- box-sizing: border-box;
- }
- .el-row {
- height: 25%;
- text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
- box-sizing: border-box;
- }
- .img-row {
- height: 50%;
- padding-top: 20px;
- text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
- box-sizing: border-box;
- text-align: center;
- }
- .img-row img {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- }
- .patient-card-main-left div:last-child {
- color: #fff !important;
- height: calc(25% - 15px);
- width: calc(100% - 40px);
- margin-left: 20px;
- background: rgba(0, 0, 0, .17);
- vertical-align: middle;
- text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
- border-radius: 3px;
- }
- .patient-card-main-right div:first-child {
- height: 14%;
- }
- .patient-card-main-right div.el-row {
- height: 20%;
- }
- .patient-card-foot {
- width: 250px;
- height: 50px;
- background: #fff;
- border-radius: 0 0 10px 10px;
- box-sizing: border-box;
- margin-left: -10px;
- }
- .patient-card-foot div {
- padding: 0;
- margin-top: 12px;
- font-size: 16px;
- text-align: center;
- }
- .registration-no-color-foot-button {
- width: 25px !important;
- height: 25px !important;
- border: none !important;
- line-height: 1;
- cursor: pointer;
- background: #fff;
- color: #606266;
- transition: all .4s;
- -moz-transition: all .4s;
- -webkit-transition: all .4s;
- -o-transition: all .4s;
- }
- .registration-no-color-foot-button:hover {
- -webkit-box-shadow: #999 0px 0px 8px;
- -moz-box-shadow: #999 0px 0px 8px;
- box-shadow: #999 0px 0px 8px;
- border-radius: 5px 5px 5px 5px !important;
- transform: scale(1.2);
- }
- .can-not-used {
- cursor: not-allowed;
- color: #c0c4cc;
- width: 25px !important;
- height: 25px !important;
- border: none !important;
- line-height: 1;
- background: #fff;
- }
- .webui-popover-content {
- padding: 0px 0px;
- overflow: auto;
- }
- .list-group {
- padding-left: 0;
- margin-bottom: 0px;
- }
- .list-group a {
- border: none;
- padding: 8px 8px;
- height: 60px;
- }
- .list-group img {
- width: 30px;
- height: 30px;
- border-radius: 50%;
- margin-top: 7px;
- }
- .list-group div {
- width: calc(100% - 30px);
- float: right;
- }
- /*!* 设置滚动条的样式 *!*/
- /*::-webkit-scrollbar{*/
- /*width: 8px;*/
- /*}*/
- /*!*滚动槽*!*/
- /*::-webkit-scrollbar-track{*/
- /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3) ;*/
- /*border-radius: 10px;*/
- /*}*/
- /*!* 滚动条滑块 *!*/
- /*::-webkit-scrollbar-thumb {*/
- /*border-radius: 10px;*/
- /*background: rgba(0, 0, 0, 0.1);*/
- /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);*/
- /*}*/
- /*::-webkit-scrollbar-thumb:window-inactive {*/
- /*background: rgba(255, 0, 0, 0.4);*/
- /*}*/
|