| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- .credit-query-wrapper {
- width: 1000px;
- .identify-wrapper {
- width: 100%;
- height: 82px;
- padding: 0 20px;
- background: #ffffff;
- // border: 1px solid #eeeeee;
- display: flex;
- align-items: center;
- .identify-title {
- height: 20px;
- line-height: 20px;
- margin-right: 16px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- text-align: center;
- color: #666666;
- }
- .identify-btn {
- background: #fff;
- border-color: #308eff;
- color: #308eff;
- &.active {
- background: #308eff;
- color: #fff;
- }
- }
- }
- .credit-query-content {
- width: 100%;
- margin-top: 10px;
- // border: 1px solid #eeeeee;
- .title-area {
- width: 100%;
- background: #ffffff;
- padding: 20px;
- .stitle {
- font-size: 22px;
- font-weight: 600;
- color: #333;
- }
- .stips {
- font-size: 12px;
- color: #919aa7;
- margin-top: 10px;
- }
- .select-area {
- width: 164px;
- height: 44px;
- margin-top: 16px;
- }
- }
- .list-empty {
- width: 100%;
- height: 320px;
- margin-top: 10px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background: #ffffff;
- img {
- width: 154px;
- height: 154px;
- }
- span {
- margin-top: -20px;
- height: 20px;
- line-height: 20px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- color: #999999;
- }
- }
- .list {
- .cell {
- margin-top: 10px;
- width: 100%;
- height: 184px;
- background: white;
- padding: 0 20px;
- .top {
- width: 100%;
- height: 46px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- box-shadow: 0px -1px 0px 0px rgba(136, 136, 136, 0.1);
- border-bottom: 1px solid #ededed;
- .left {
- font-size: 15px;
- font-weight: 500;
- color: #333333;
- }
- .right {
- .status {
- width: 58px;
- height: 20px;
- border-radius: 1px;
- border: 1px solid #999999;
- display: flex;
- justify-content: center;
- align-items: center;
- p {
- color: #999999;
- font-size: 10px;
- font-weight: 500;
- line-height: 14px;
- transform-origin: center;
- transform: scale(0.833);
- }
- &.ok {
- border: 1px solid #308eff;
- p {
- color: #308eff;
- }
- }
- &.green {
- border: 1px solid #27bb6f;
- p {
- color: #27BB6F;
- }
- }
- }
- .rightWord {
- font-size: 12px;
- font-weight: 600;
- color: #666666;
- span {
- font-size: 12px;
- font-weight: 600;
- color: #FE5F00;
- }
- }
- }
- }
- }
- .cBody {
- width: 100%;
- height: 138px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .left {
- width: 520px;
- p {
- height: 23px;
- font-size: 13px;
- font-weight: 400;
- color: #666666;
- line-height: 23px;
- }
- .p1 span {
- color: #308EFF;
- }
- .p2 span {
- text-decoration: underline;
- cursor: pointer;
- }
- .p4, .p5, .p6, .p7 {
- font-size: 14px;
- font-weight: 400;
- color: #333333;
- line-height: 23px;
- word-break: keep-all;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .p4, .p5, .p6, .p7 {
- span {
- color: #999999;
- }
- .num {
- color: #FE5F00;
- }
- }
- .p2, .p3, .p4, .p5, .p6, .p7 {
- margin-top: 5px;
- }
- .p8, .p9 {
- .data {
- color: #0093FD;
- }
- .point {
- color: #0093FD;
- cursor: pointer;
- }
- }
- }
- .right {
- display: flex;
- .disAgree, .agree {
- cursor: pointer;
- width: 100px;
- height: 38px;
- background: white;
- border-radius: 2px;
- border: 1px solid #dfe2e6;
- display: flex;
- justify-content: center;
- align-items: center;
- p {
- height: 20px;
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- line-height: 20px;
- }
- }
- .agree {
- margin-left: 14px;
- background: #308eff;
- box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3);
- p {
- color: white;
- }
- }
- .userInfo {
- margin-right: 30px;
- font-size: 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- img {
- width: 54px;
- height: 54px;
- border-radius: 50%;
- }
- .uname {
- margin-top: 5px;
- height: 18px;
- font-size: 13px;
- font-weight: 400;
- color: #333333;
- line-height: 18px;
- }
- }
- }
- }
- }
- .bottomArea {
- margin-top: 10px;
- height: 70px;
- background: white;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- }
- }
|