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.
46 lines
861 B
Plaintext
46 lines
861 B
Plaintext
|
2 years ago
|
@import "../mobile/index.wxss";
|
||
|
|
.main .mainlist .subset .userinfo .user .username{
|
||
|
|
width: calc(100vw - 140px);
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.usertype{
|
||
|
|
width: calc(100vw - 80px);
|
||
|
|
overflow: hidden;
|
||
|
|
white-space: nowrap;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
}
|
||
|
|
.smallView{
|
||
|
|
position: absolute;
|
||
|
|
width: 56px;
|
||
|
|
background-color: #fff;
|
||
|
|
right: 0px;
|
||
|
|
border-radius: 8px;
|
||
|
|
text-align: center;
|
||
|
|
box-shadow: 0px 0px 12px 0px #cccccc;
|
||
|
|
padding: 8px 12px;
|
||
|
|
z-index: 999;
|
||
|
|
}
|
||
|
|
.ajl{
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.ajl:before {
|
||
|
|
content: " ";
|
||
|
|
position: absolute;
|
||
|
|
right: 0;
|
||
|
|
left: 0;
|
||
|
|
height: 1px;
|
||
|
|
border-top: 1px solid var(--weui-FG-3);
|
||
|
|
z-index: 2;
|
||
|
|
/* -webkit-transform-origin: 100% 0;
|
||
|
|
transform-origin: 100% 0;
|
||
|
|
-webkit-transform: scaleX(0.5);
|
||
|
|
transform: scaleX(0.5); */
|
||
|
|
}
|
||
|
|
.fullPage{
|
||
|
|
position: fixed;
|
||
|
|
width: 100vw;
|
||
|
|
height: 100vh;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
z-index: 1;
|
||
|
|
}
|