123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- #complaint_detail_root {
- max-width: 640px;
- }
- #ripInfo_root {
- padding: 0 12px;
- background-color: #fff;
- }
- #ripInfo_title {
- padding-top: 25px;
- padding-bottom: 20px;
- color: #333;
- font-size: 17px;
- font-weight: 700;
- }
- #ripInfo_logo {
- display: inline-block;
- height: 25px;
- width: 0;
- position: relative;
- top: 6px;
- }
- #ripInfo_comment view .li {
- padding-bottom: 10px;
- line-height: 18px;
- color: #787878;
- font-size: 14px;
- }
- #ripInfo_comment view .li:first-child {
- padding-top: 20px;
- }
- #ripInfo_comment view:last-child .li:first-child {
- border-top: none;
- }
- #ripInfo_comment .b {
- color: #333;
- font-weight: 700;
- }
- .span{display: inline;}
- #ripInfo_comment .time {
- color: #ff2742;
- display: inline;
- }
- #detailConversation_root {
- margin-top: 12px;
- padding: 20px 0;
- background-color: #fff;
- position: relative;
- border-bottom: 1px solid #e9e9e9;
- }
- #detailConversation_root #detailInfo_title {
- padding: 0 12px;
- padding-left: 12px;
- }
- #detailConversation_root #detailInfo_title .span {
- color: #343434;
- font-size: 15px;
- font-weight: 700;
- display: inline-block;
- }
- #detailConversation_root .detailInfo_info_all {
- padding: 0 12px;
- margin-top: 20px;
- }
- #detailConversation_root .detailFlow_item_root {
- background-color: #f8f8f8;
- border: 1px solid #dfdfdf;
- width: 100%;
- height: auto;
- padding-bottom: 12px;
- margin-top: 10px;
- }
- #detailConversation_root .detailFlow_item_root:first-child {
- margin-top: 0;
- }
- #detailConversation_root .detailFlow_item_root view {
- word-break: break-all;
- word-wrap: break-word;
- }
- #detailConversation_root .detailFlow_item_root .detailInfo_title {
- padding: 12px 10px;
- font-size: 14px;
- border-bottom: 1px solid #e9e9e9;
- }
- #detailConversation_root .detailFlow_item_root .detailInfo_title .detailInfo_operator_role {
- width: 28px;
- height: 28px;
- display: inline-block;
- }
- #detailConversation_root .detailFlow_item_root .detailInfo_title .detailInfo_title_text {
- color: #343434;
- line-height: 28px;
- height: 28px;
- margin-left: 12px;
- display: inline-block;
- position: absolute;
- }
- .detailInfo_text {
- margin-top: 12px;
- padding: 0 12px;
- background-color: #f8f8f8;
- color: #686868;
- font-size: 14px;
- }
- #detailConversation_root .detailFlow_item_root view {
- word-break: break-all;
- word-wrap: break-word;
- }
- #detailConversation_root .detailFlow_item_root .detailInfo_image_all {
- margin-top: 12px;
- padding-left: 10px;
- font-size: 0;
- }
- #detailConversation_root .detailFlow_item_root .detailInfo_image_all .detailInfo_image {
- position: relative;
- display: inline-block;
- width: 56px;
- height: 56px;
- border: 1px dashed #e6e6e6;
- padding: 1px;
- box-sizing: border-box;
- margin-right: 12px;
- }
- #detailConversation_root .detailFlow_item_root .detailInfo_image_all .detailInfo_image image {
- width: 52px;
- height: auto;
- max-width: 52px;
- max-height: 52px;
- overflow: hidden;
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
- #detailConversation_root .detailFlow_item_root .detailInfo_createdTime {
- margin-top: 12px;
- font-size: 13px;
- padding-left: 10px;
- color: #999;
- }
- #detailInfo_root {
- margin-top: 12px;
- padding: 0 12px;
- background-color: #fff;
- color: #686868;
- font-size: 14px;
- }
- #detailInfo_root .li {
- line-height: 44px;
- border-bottom: 1px solid #eee;
- }
- #detailInfo_root li .span {
- display: inline-block;
- width: 168rpx;
- }
- #button_root {
- margin-top: 12px;
- padding: 12px 4%;
- background-color: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- border-top: 1px solid #e6e6e6;
- }
- #button_append, #button_judgement, #button_modify, #button_reapply {
- color: #999;
- margin-right: 2%;
- border: 1px solid #999;
- color: #ff2742;
- border-color: #ff2742;
- }
- #button_root view {
- display: inline-block;
- height: 32px;
- font-size: 15px;
- border-radius: 2px;
- line-height: 32px;
- padding: 0 16rpx;
- }
- #button_root view, .button_root_center {
- text-align: center;
- }
- #button_cancel {
- color: #999;
- border: 1px solid #999;
- }
- #complaint_detail_cancel_mask {
- width: 100vw;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0,0,0,.7);
- z-index: 100001;
- }
- #complaint_detail_cancel_root {
- font-size: 14px;
- position: fixed;
- margin-left: 10%;
- width: 80%;
- padding:20rpx;
- overflow: hidden;
- max-width: 640px;
- top: 20%;
- background-color: #fff;
- z-index: 100002;
- border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- #complaint_detail_cancel_text {
- line-height:72rpx;
- margin-top: 12px;
- font-size: 15px;
- color: #343434;
- width: 100%;
- }
- .price{
- display:inline;
- }
- .pddfnt_highlight, .price {
- color: #ff2742;
- }
- #complaint_detail_cancel_button {
- border-top: 1px solid #dedede;
- width: 100%;
- }
- #complaint_detail_cancel_button_cancel, #complaint_detail_cancel_button_ok {
-
- line-height: 60px;
- font-size: 15px;
- color: #797979;
- text-align: center;
- width: 50%;
- }
- #complaint_detail_cancel_button_cancel, #complaint_detail_cancel_button_ok {
-
- float:left;
- line-height: 60px;
- font-size: 15px;
- color: #797979;
- text-align: center;
- width: 50%;
- }
- #complaint_detail_cancel_button_cancel {
- display: inline-block;
- color: #ff2742;
- }
- #detailInfo_root .li .rigt {
- word-break: break-all;
- line-height: 28px;
- display: inline-block;
- word-wrap: break-word;
- margin-left: 90px;
- padding-top: 8px;
- }
|