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.
50 lines
848 B
Plaintext
50 lines
848 B
Plaintext
|
1 year ago
|
/* 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: 8px;
|
||
|
|
}
|
||
|
|
.chatContent {
|
||
|
|
position: relative;
|
||
|
|
background-color: #fff;
|
||
|
|
padding: 12px 16px 0 16px;
|
||
|
|
/* margin-left: 16px; */
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
.userName {
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
.triangle {
|
||
|
|
position: absolute;
|
||
|
|
top: 4px;
|
||
|
|
left: -14px;
|
||
|
|
width: 0;
|
||
|
|
height: 0;
|
||
|
|
border: 8px solid transparent;
|
||
|
|
border-right: 12px solid #fff;
|
||
|
|
}
|
||
|
|
.copy {
|
||
|
|
padding: 1px 4px;
|
||
|
|
border-radius: 8px;
|
||
|
|
background-color: #1890ff26;
|
||
|
|
color: #1890ff;
|
||
|
|
}
|