You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/subPage/todayBill/index.wxss

49 lines
846 B
Plaintext

/* subPage/todayBill/index.wxss */
.container{
padding: 0 0 120px 16px;
}
.timeTitle {
height: 32px;
line-height: 32px;
font-size: 14px;
padding: 32px 16px 12px 16px;
/* position: sticky;
position: -webkit-sticky; */
top: 0px;
z-index: 999;
/* background: #f5f5f5; */
}
.sub{
/* margin-right: 58px; */
}
.avatarImg {
width: 40px;
height: 40px;
border-radius:4px;
}
.chatContent {
position: relative;
background-color: #95ec69;
padding: 12px 16px ;
/* margin-left: 16px; */
border-radius: 4px;
}
.serviceName{
line-height: 1;
margin-bottom: 4px;
}
.triangle {
position: absolute;
top: 4px;
left: -14px;
width: 0;
height: 0;
border: 8px solid transparent;
border-right: 12px solid #95ec69;
}
.copy {
padding: 1px 4px;
border-radius: 4px;
background-color: #1890ff26;
color: #1890ff;
}