a { text-decoration: none; color: white; } .nav { height: 120px; line-height: 120px; width: 105%; background: #e75043; color: white; font-size: 45px; } .nav #back, .nav #nav-main { float: left; /*margin-top: 25px;*/ } /*返回操作*/ .nav #back { width: 20%; padding-left: 20px; } .nav #back .word { margin-left: 50px; } /*导航文字*/ .nav #nav-main { font-size: 53px; width: 40%; margin-left: 60px; } /*查询操作*/ /*.nav #query { float: right; margin: 25px 40px 0 0; }*/ #query { /*width: 250px;*/ height: 100px; line-height: 100px; float: right; margin: 0 30px 0 0; text-align: right; } #query span { float: right; margin: -2px 0 0 10px; font-size: 40px; } /*主体信息*/ #main .person-line { margin-left: 20px; margin-top: 30px; height: 220px; width: 100%; background: white; border-radius: 20px; display: flex; } #main .person-line .left { position: relative; margin-top: 15px; } #main .person-line .left .corn { position: absolute; width: 50px; height: 90px; margin: -14px 0 0 10px; z-index: 1; } #main .person-line .left .corn-word { width: 30px; position: absolute; color: white; font-size: 22px; z-index: 2; margin-top: -10px; margin-left: 27px; } #main .person-line .left .user-face { margin-left: 15px; width: 173px; height: 177px; } /*客户每行信息中部*/ #main .middle { margin-top: 5px; margin-left: 13px; } /*客服名称*/ .middle .customer-name { font-size: 40px; color: black; } /*成交单数*/ .middle .get-num { margin-left: 20px; font-size: 40px; color: #c5cfd7; } /*星星*/ .middle .mid-now { margin-top: 15px; } .middle .star { width: 50px; height: 50px; margin-right: 10px; } /*成绩*/ .middle .grade { /*margin-left: 20px;*/ color: #f4a01a; font-size: 50px; } /*支付方式*/ .mid-bottom .pay-mode { margin-top: 15px; width: 50px; height: 50px; margin-right: 10px; } #main .right { width: 280px; margin-left: 113px; } /*充值按钮*/ #main .right .recharge { background: #f4a01a; color: white; border: none; font-size: 50px; padding: 77px 60px 77px 50px; border-radius: 0 20px 20px 0; position: absolute; right: 10px; } body { font-family: Arial, Helvetica, sans-serif; font-size: 17px; text-align: 1.5; } /* #open_btn { background: #009900; } */ #background { width: 100%; height: 100%; display: none; position: fixed; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); } #div1 { background: #fff; width: 90%; height: 85%; z-index: 1; margin: 15% auto; overflow: auto; border-radius: 20px; } span { color: white; padding-top: 12px; cursor: pointer; padding-right: 15px; } #div2 { background: #eeeeee; margin: auto; height: 700px; padding: 0 20px; } #close { height: 90px; line-height: 80px; font-size: 25px; padding: 5px; background: #222222; border-radius: 20px 20px 0 0; } #h2 { width: 88%; text-align: center; } #close-button { margin-left: 12px; float: left; font-size: 30px; } #foot { position: absolute; bottom: 124px; margin-left: 82px; font-size: 28px; } h2 { margin: 10px 0; color: white; padding-left: 15px; } h3 { margin: 0 0px; padding-top: 15px; } .th1 { color: rgb(144, 139, 139); font-size: 31px; font-weight: 500; } #timedata { color: rgb(144, 139, 139); } .td1 { color: #000000; size: 15; } /* 对话查询 */ .chat-log-list-title { width: 90%; font-size: 23px; color: #828282; float: left; margin: 0 5% 0 5%; margin-bottom: 10px; } .chat-log-list-title ul li { list-style: none; width: 20%; height: 55px; /* line-height: 55px; */ text-align: center; display: inline-block; float: left; } .chat-log-list { width: 90%; height: 70%; overflow: scroll; font-size: 20px; float: left; text-align: center; margin: 0 5% 0 5%; } .chat-log-list ul { height: 105px; line-height: 105px; border: 1px solid #82828282; border-radius: 8px; margin: 15px auto; } .chat-log-list ul li { list-style: none; width: 20%; /* line-height: 55px; */ text-align: center; float: left; } .chat-log-list ul li p { margin: 0; height: 50px; line-height: 50px; white-space: nowrap; }