123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409 |
- @charset "utf-8";
- /* CSS Document */
- body,
- html {
- background: #f2f4f6;
- }
- .dis-block {
- display: inline-block;
- }
- .c-vam {
- vertical-align: middle;
- }
- .f-fwb {
- font-weight: bold;
- }
- .sign-comonhd {
- display: -webkit-box;
- display: box;
- /*box-sizing: border-box;*/
-
- /*position: relative;
- z-index: 2;*/
- }
- .fa-sort-desc {
- position: absolute;
- top:50%;
- margin-top: -10px;
- margin-left: 5px;
- }
- .sanp-flex p {
- position: relative;
- }
- .sanp-flex:not(:last-child) p:after {
- position: absolute;
- top: 0;
- right: 0;
- content: '';
- width: 1px;
- height: 100%;
- background-color: #dcdcdc;
- }
- .sign-comonhd {
- border-bottom: 1px solid #dcdcdc;
- }
- .sign-comonhd .sanp-flex {
- -webkit-box-flex: 1;
- box-flex: 1;
- text-align: center;
- padding-bottom: 10px;
- width: 33.333333333%;
- }
- .sign-comonhd .sanp-flex p {
- color: #333;
- font-size:0.85rem;
- }
- .sanp-flex .pic {
- width: 26px;
- height: 26px;
- background: url(../images/hd-grey-bg.png) no-repeat left top;
- overflow: hidden;
- margin: 0 auto;
- background-size: cover;
- margin-bottom: 2px;
- }
- .sanp-flex.curr .pic {
- width: 26px;
- height: 26px;
- background: url(../images/hd-blue-bg.png) no-repeat left top;
- overflow: hidden;
- margin: 0 auto;
- background-size: cover;
- margin-bottom: 2px;
- }
- .sanp-flex .pic.p-01 {
- background-position: 0 0;
- }
- .sanp-flex .pic.p-02 {
- background-position: 0 -27px;
- }
- .sanp-flex .pic.p-03 {
- background-position: 0 -53px;
- }
- .sanp-flex .pic.p-04 {
- background-position: 0 -79px;
- }
- .sign-comonhd .sanp-flex.curr {
- border-bottom: 2px solid #1ca3e7;
- }
- .c-btn-1ca3e7 {
- background: #1ca3e7;
- }
- .posater-oper.c-list .c-list-info > h4 span.c-909090 {
- color: #909090 !important;
- font-size: 12px;
- margin-left: 10px;
- }
- .posater-oper.c-list .c-list-info > p {
- font-size: 13px;
- }
- .posater-oper.c-list .c-list-action {
- right: 10px;
- }
- .posater-oper.long.c-list .c-list-info {
- padding-right: 88px !important;
- }
- .c-list{
- background-color: transparent;
- border: 0;
- }
- .c-list-indent-m {
- padding-right: 50px !important;
- }
- .bc-ff4c4c {
- background-color: #ff4c4c;
- }
- .bc-19d5c5 {
- background-color: #19D5C5;
- }
- .c-to-remind-action { background-color: #FF4D4C; }
- .c-reminded-action { background-color: #CCC; }
- .c-list .c-list-info > p {
- line-height: 26px;
- }
- .c-list-key, .c-list-info {
- display: -webkit-box;
- display: box;
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-box-pack: center;
- box-pack: center;
- }
- .c-list > .c-list-cover {
- /*padding-left: 0 !important;*/
- margin-left: 10px !important;
- }
- .c-list .c-list-key {
- margin: 0 10px;
- }
- .c-list-key img{
- width: 50px;
- border-radius: 50%;
- }
- .f-fs14{
- font-size: 14px!important;
- }
- .lh26{
- line-height: 26px!important;
- }
- .lin-mask{
- position: absolute;
- top: 45px;
- height: 100%;
- width: 100%;
- /*background: #000;*/
- height: 100%;
- z-index: 10;
- display: none;
- background-color: rgba(0,0,0,0.5);
- }
- .c-panels {
- position: absolute;
- width: 100%;
- top: 42px;
- left: 0;
- }
- .c-panel {
- background-color: #fff;
- }
- .c-panel {
- display: none;
- }
- .c-panel li {
- margin-left: 0;
- padding-left: 5px;
- }
- .c-panel li a {
- color: #323232;
- font-size: 14px;
- }
- .c-panel .list-selected a {
- color: #19b4ec;
- }
- .list-selected:after {
- position: absolute;
- top: 50%;
- right: 0.75rem;
- margin-top: -8px;
- content: "";
- display: block;
- width: 17px;
- height: 17px;
- /*background-image: url(../images/gouxuan_lanse_icon.png);*/
- background-size: 17px;
- background-repeat: no-repeat;
- background-position: 50%;
- }
- .c-list .c-list-info > p.c-323232 {
- color: #323232;
- }
- .c-list .c-list-action {
- padding: 0 20px;
- }
- #search_btn {
- position:absolute;
- top:50%;
- right: 10px;
- margin-top:-10px;
- width:20px;
- height:20px;
- background-image:url(../images/icon_sousuo.png);
- background-size: 20px;
- background-repeat: no-repeat;
- }
- .f-fs12{
- font-size: 12px!important;
- }
- .f-fs14{
- font-size: 14px!important;
- }
- .f-fs16{
- font-size: 16px!important;
- }
- .xu-flex{
- width: 100%;
- display: -webkit-flex;
- font-size: 14px;
- }
- .xu-flex div:nth-child(1){
- width: calc(100% - 70px);
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .xu-flex div:nth-child(2){
- min-width: 70px;
- text-align: right;
- padding-left: 5px;
- padding-right: 15px;
- }
- .icon-daifenpei{
- display: inline-block;
- width: 20px;
- height: 20px;
- background-image: url(../images/fenpeirenyuan_icon.png);
- background-repeat: no-repeat;
- background-size: 20px;
- vertical-align: middle;
- }
- .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.7rem;
- height: 0.7rem;
- border: solid #cdcdcd;
- border-width: 0.1rem 0.1rem 0 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .img-daifenpei {
- position:absolute;
- right:55px;
- top:-5px;
- width:77px;
- height:48px;
- }
- #iScroll {
- top: 90px;
- margin-top: 6px;
- }
- .mui-title{margin:0 0;}
- .article-li {
- position: relative;
- background-color: #fff;
- margin-bottom: 10px;
- }
- .collec-title {
- height: 40px;
- line-height: 40px;
- color: #333333;
- padding-left: 10px;
- width: 83%;
- display: inline-block;
- }
- .collec-title-right {
- float: right;
- height: 40px;
- line-height: 40px;
- width: 17%;
- }
- .no-certified{color: red;}
- .certified{color: #17B3EC;}
- .collec-content {
- height: 80px;
- padding-left: 10px;
- padding-top: 10px;
- }
- .image-item {
- width: 60px;
- height: 60px;
- }
- .image-item img{
- width: 60px;
- height: 60px;
- }
- .p-mrt {
- margin-top: -2px;
- }
- .c-333333 {
- color: #333333;
- }
- .content-collec-time {
- color: #909090;
- }
- .mb-10{margin-bottom: 6px;}
- .f-vam,
- .f-vama * {
- vertical-align: middle;
- }
- #footer {
- position: absolute;
- z-index: 4;
- bottom: 45px;
- right: 15px;
- width: 71px;
- height: 48px;
- padding: 0;
- }
- .add-icon {
- width: 50px;
- height: 50px;
- background: url(../images/xuanfu_btn.png) no-repeat center top;
- background-size: 50px;
- }
- .f-ib {
- display: inline-block;
- }
- .tuisong-common,.edit-common{
- width: 80px;
- height: 20px;
- float: right;
- margin-right: 10px;
- text-align: center;
- line-height: 20px;
- border-radius: 5px;
- margin-top:2px;
- }
- .tuisong-true,.edit-true{
- background-color: #17B3EC;
- color: #fff;
- }
- .tuisong-false,.edit-false{
- background-color: #dcdcdc;
- }
|