309 lines
4.3 KiB
CSS
309 lines
4.3 KiB
CSS
#open_btn {
|
|
float: right;
|
|
color: white
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: white;
|
|
}
|
|
|
|
.nav {
|
|
height: 120px;
|
|
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 {
|
|
width: 40%;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
/*查询操作*/
|
|
.nav #query {
|
|
float: right;
|
|
margin: 25px 40px 0 0;
|
|
}
|
|
|
|
/*主体信息*/
|
|
#main .person-line {
|
|
margin-left: 10px;
|
|
margin-top: 30px;
|
|
height: 220px;
|
|
width: 98%;
|
|
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: 190px;
|
|
height: 190px;
|
|
}
|
|
|
|
/*客户每行信息中部*/
|
|
#main .middle {
|
|
margin-top: 5px;
|
|
;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
/*客服名称*/
|
|
.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 {
|
|
margin-left: 150px;
|
|
}
|
|
|
|
/*充值按钮*/
|
|
#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: #eeeeee;
|
|
width: 100%;
|
|
z-index: 1;
|
|
margin: 12% auto;
|
|
overflow: auto;
|
|
}
|
|
|
|
span {
|
|
color: white;
|
|
padding-top: 12px;
|
|
cursor: pointer;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
#div2 {
|
|
background: #eeeeee;
|
|
margin: auto;
|
|
height: 700px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
#close {
|
|
padding: 5px;
|
|
background: white
|
|
}
|
|
|
|
#h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
#close-button {
|
|
float: right;
|
|
font-size: 30px;
|
|
}
|
|
|
|
#foot {
|
|
padding: 5px 20px;
|
|
}
|
|
|
|
h2 {
|
|
margin: 10px 0;
|
|
color: white;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
h3 {
|
|
margin: 0 0px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.th1 {
|
|
color: rgb(144, 139, 139);
|
|
}
|
|
|
|
#timedata {
|
|
color: rgb(144, 139, 139);
|
|
}
|
|
|
|
.agent {
|
|
/* text-align: center; */
|
|
display: inline;
|
|
}
|
|
|
|
.span {
|
|
color: black;
|
|
}
|
|
|
|
.layim-chat-main {
|
|
bottom: 100px;
|
|
}
|
|
|
|
.layim-chat-send input {
|
|
height: 30px;
|
|
}
|
|
|
|
.layim-chat-send button {
|
|
height: 30px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* 常用语, 支付方式 */
|
|
.pay-way-list {
|
|
position: fixed;
|
|
bottom: 67px;
|
|
margin: 0 10px 5px 10px;
|
|
height: 27px;
|
|
width: 94%;
|
|
display: inline;
|
|
white-space: nowrap;
|
|
overflow-x: scroll;
|
|
float: left;
|
|
overflow-y: hidden;
|
|
display: none;
|
|
}
|
|
|
|
.btn {
|
|
border: 1px solid rgb(61, 183, 240);
|
|
text-align: center;
|
|
background: white;
|
|
border-radius: 3px;
|
|
width: 100px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
color: rgb(61, 183, 240);
|
|
font-size: 15px;
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
/* float: left; */
|
|
}
|
|
|
|
/* 输入框下方工具 */
|
|
.layim-chat-tool {
|
|
height: auto;
|
|
line-height: 38px;
|
|
margin-top: 5.5px;
|
|
}
|
|
|
|
.layim-chat-tool i {
|
|
font-size: 25px;
|
|
margin: 0 25px 0 2px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
/* 表情框 */
|
|
.layui-m-layercont ul {
|
|
padding-bottom: 60px;
|
|
overflow: hidden;
|
|
/* height: 0; */
|
|
}
|
|
|
|
.layim-chat-footer {
|
|
height: 65px;
|
|
}
|
|
|
|
/* 导航栏 */
|
|
.layim-title {
|
|
height: 42px;
|
|
line-height: 42px;
|
|
} |