| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345 |
- .servicerlist {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0.15rem;
- box-sizing: border-box;
- .servicerlist-box {
- width: 100%;
- height: 100%;
- background: #ffffff;
- display: flex;
- .servicerlist-left {
- width: 6rem;
- height: 100%;
- border-right: 0.01rem solid #e6e6e6;
- box-sizing: border-box;
- .notYet {
- color: #e6e6e6;
- font-size: 0.4rem;
- margin-top: 3rem;
- text-align: center;
- }
- .servicer-title {
- text-align: center;
- line-height: 0.6rem;
- font-size: 0.18rem;
- font-weight: 500;
- height: 0.6rem;
- border-bottom: 0.01rem solid #e6e6e6;
- box-sizing: border-box;
- position: relative;
- .icongengduo1 {
- position: absolute;
- top: 50%;
- right: 0.2rem;
- transform: translateY(-50%);
- font-size: 0.3rem;
- color: $primary-color;
- }
- }
- .servicer-search {
- width: 100%;
- height: 0.6rem;
- border-bottom: 0.01rem solid #e6e6e6;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 0 0.2rem;
- box-sizing: border-box;
- .search {
- width: 5.6rem;
- height: 0.4rem;
- border-radius: 0.04rem;
- background: #f5f5f5;
- display: flex;
- align-items: center;
- padding: 0 0.2rem;
- box-sizing: border-box;
- .iconfont {
- font-size: 0.16rem;
- color: #909399;
- margin-right: 0.11rem;
- }
- input {
- width: 80%;
- height: 60%;
- border: none;
- font-size: 0.14rem;
- }
- }
- }
- .servicer-list-scroll {
- width: 100%;
- height: calc(100% - 1.2rem);
- .itemhover {
- background: #f3eeff;
- }
- .item {
- width: 100%;
- display: flex;
- align-items: center;
- padding: 0.2rem;
- box-sizing: border-box;
- border-bottom: 0.01rem solid #e6e6e6;
- image {
- width: 0.7rem;
- height: 0.7rem;
- margin-right: 0.1rem;
- }
- .item-right {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 0.6rem;
- .servicer-name {
- font-size: 0.16rem;
- }
- .servicer-money {
- font-size: 0.14rem;
- }
- }
- }
- }
- }
- .servicerlist-right {
- width: calc(100% - 6rem);
- height: 100%;
- border-right: 0.01rem solid #e6e6e6;
- box-sizing: border-box;
- .servicer-title {
- text-align: center;
- line-height: 0.6rem;
- font-size: 0.18rem;
- font-weight: 500;
- height: 0.6rem;
- border-bottom: 0.01rem solid #e6e6e6;
- box-sizing: border-box;
- position: relative;
- .icongengduo1 {
- position: absolute;
- top: 50%;
- right: 0.2rem;
- transform: translateY(-50%);
- font-size: 0.3rem;
- color: $primary-color;
- }
- }
- .servicer-information {
- width: 100%;
- padding: 0.2rem 0.2rem 0.2rem 0.2rem;
- box-sizing: border-box;
- height: calc(100% - 0.6rem);
- overflow: scroll;
- position: relative;
- .title {
- font-size: 0.18rem;
- margin-bottom: 0.32rem;
- }
- .title2 {
- margin-bottom: 0.35rem;
- }
- .information-box {
- display: flex;
- justify-content: space-between;
- .box-left {
- width: 5rem;
- .information {
- width: 100%;
- padding-left: 0.1rem;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- margin-bottom: 0.3rem;
- view {
- color: #303133;
- font-size: 0.14rem;
- }
- view:nth-child(1) {
- width: 1rem;
- margin-right: 0.16rem;
- text-align: right;
- }
- view:nth-child(2) {
- width: 74%;
- margin-right: 0.23rem;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- }
- .information:last-child {
- margin-bottom: 0.35rem;
- }
- }
- .servicer-img {
- width: 2rem;
- height: 2rem;
- }
- }
- .table {
- width: 100%;
- height: 2.6rem;
- box-sizing: border-box;
- .single-specification {
- width: 100%;
- max-height: 100%;
- padding-left: 0.1rem;
- box-sizing: border-box;
- .item {
- width: 100%;
- margin-bottom: 0.3rem;
- display: flex;
- align-items: center;
- image {
- width: 0.5rem;
- }
- .name {
- display: flex;
- align-items: center;
- margin-right: 0.16rem;
- width: 0.7rem;
- text-align: right;
- }
- .message {
- width: 74%;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- }
- }
- .table-all {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 0.38rem;
- box-sizing: border-box;
- .table-td {
- font-size: 0.14rem;
- text-align: left;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- }
- .table-th {
- height: 0.56rem;
- background: #f7f8fa;
- }
- .table-tb {
- width: 100%;
- height: calc(100% - 0.56rem);
- .table-tr {
- height: 0.7rem;
- border-bottom: 0.01rem solid #e6e6e6;
- box-sizing: border-box;
- .table-td {
- image {
- width: 0.5rem;
- height: 0.5rem;
- }
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- }
- }
- }
- }
- }
- }
- }
- .no-center {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 0.3rem;
- color: #909399;
- }
- view {
- color: #303133;
- }
- /deep/ .uni-scroll-view::-webkit-scrollbar {
- width: 0.05rem;
- height: 0.3rem;
- }
- /deep/ .uni-scroll-view::-webkit-scrollbar-thumb {
- border-radius: 0.1rem;
- box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
- background: rgba(193, 193, 193, 1);
- }
- .servicer-information::-webkit-scrollbar {
- width: 0.05rem;
- height: 0.3rem;
- }
- .servicer-information::-webkit-scrollbar-thumb {
- border-radius: 0.1rem;
- box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
- background: rgba(193, 193, 193, 1);
- }
- .button-box {
- width: 100%;
- margin-top: 0.7rem;
- .button {
- width: 1rem;
- height: 0.4rem;
- color: $primary-color;
- text-align: center;
- line-height: 0.4rem;
- float: right;
- font-size: 0.16rem;
- margin-left: 0.1rem;
- border: 0.01rem solid $primary-color;
- }
- .buttonhvoer {
- color: #ffffff;
- background: $primary-color;
- }
- }
- .button-box:after {
- overflow: hidden;
- content: '';
- height: 0;
- display: block;
- clear: both;
- }
- .cart-empty {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 2.1rem;
- height: 1.55;
- }
- .exwarehouse-body {
- width: 6rem;
- min-height: 5rem;
- border-radius: 0.04rem !important;
- }
- view {
- color: #333;
- }
- .record-body {
- width: 10rem;
- min-height: 7rem;
- }
|