123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- .ptb8 {
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .c-w100 {
- width: 100%;
- }
- .c-ccc {
- color: #ccc;
- }
- .c-width-100 {
- width: 100px;
- }
- .c-width-90 {
- width: 90px;
- }
- .c-width-70 {
- width: 70px;
- }
- .c-btn-17b3ec {
- background-color: #17b3ec;
- }
- .c-list > .list-arrow-r, .c-list > .list-arrow-u, .c-list > .list-arrow-d { padding-right: 1.5rem; }
- .c-list > .list-arrow-r:after, .c-list > .list-arrow-u:after, .c-list > .list-arrow-d:after { position: absolute; top: 50%; right: 0.75rem; margin-top: -0.25rem; content: ""; display: block; width: 0.6rem; height: 0.6rem; border: solid #cdcdcd; border-width: 0.1rem 0.1rem 0 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
- .c-list > .list-arrow-u:after { right: 0.65rem; margin-top: -0.1rem; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
- .c-list > .list-arrow-d:after { right: 0.65rem; margin-top: -0.4rem; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
- .icon-xufangjilu:before,
- .icon-quyaoma:before,
- .icon-yaopin:before,
- .icon-jilu:before,
- .icon-genzong:before,
- .icon-shouyaoxinxi:before {
- display: inline-block;
- content: '';
- width: 20px;
- height: 20px;
- vertical-align: middle;
- background-repeat: no-repeat;
- background-position: 50%;
- background-size: 20px;
- }
- .icon-xufangjilu:before {
- background-image: url(../images/xufangjilu_icon.png);
- }
- .icon-quyaoma:before {
- background-image: url(../images/quyaoma_icon.png);
- }
- .icon-yaopin:before {
- background-image: url(../images/yaopingxinxi_icon.png);
- }
- .icon-jilu:before {
- background-image: url(../images/dingdanjilu_icon.png);
- }
- .icon-genzong:before {
- background-image: url(../images/dingdangengzong_icon.png);
- }
- .icon-shouyaoxinxi:before {
- background-image: url(../images/shouyaoxinxi_icon.png);
- }
- .time-line .line-item {
- position: relative;
- }
- .time-line .line-item:first-child {
- color: #17B3EC;
- }
- .time-line .line-item:first-child:after {
- content: '';
- position: absolute;
- left: 0;
- bottom: 0;
- width: 1px;
- height: 40px;
- background-color: #e1e1e1;
- }
- .time-line .line-item:not(:first-child):after {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- width: 1px;
- height: 80px;
- background-color: #e1e1e1;
- }
- .time-line .line-item:last-child:after {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- width: 1px;
- height: 20px;
- background-color: #e1e1e1;
- }
- .time-line .line-item:only-child:after {
- height: 0;
- width: 0
- }
- .time-line .line-item:before {
- content: '';
- position: absolute;
- left: -8px;
- top: 20px;
- width: 16px;
- height: 16px;
- margin-top: -8px;
- background-image: url(../images/huiyuan_gengzong_icon.png);
- background-repeat: no-repeat;
- background-size: 16px;
- background-position: 50%;
- z-index: 99;
- }
- .time-line .line-item:first-child:before {
- background-image: url(../images/lanyuan_gengzong_icon.png);
- }
- .time-line .line-item:first-child .ui-col-1:first-child {
- color: #17B3EC;
- }
- .line-col {
- display: inline-block;
- vertical-align: middle;
- }
- .c-list>li:first-child {
- margin-left: 0;
- padding-left: 15px;
- border-bottom: 1px solid #f1f1f1;
- }
- .c-list>li:nth-of-type(2) {
- border-top: 0;
- }
- #confirmBtn {
- display: none;
- border-radius: 5px;
- color:#fff;
- background-color: #17B3EC;
- }
- #takeBtn,
- #reachBtn {
- display: none;
- position:absolute;
- top:12px;
- right: 0;
- margin-right: 10px;
- border-radius: 5px;
- padding: 5px 10px;
- color:#fff;
- background-color: #17B3EC;
- }
- .mui-poppicker-body {
- height: 250px;
- }
- .ui-col-1 {
- word-wrap: break-word;
- word-break: break-all;
- }
|