图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

115 lines
2.5 KiB

@charset "UTF-8";
/* 水平间距 */
/* 水平间距 */
.top-user-bar.data-v-80842834 {
position: relative;
width: 100%;
height: 150px;
display: flex;
align-items: center;
color: #ffffff;
}
.top-user-bar .top-bar-bg.data-v-80842834 {
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
z-index: 1;
}
.top-user-bar .user-info.data-v-80842834 {
position: absolute;
left: 0;
top: 0;
z-index: 99;
display: flex;
justify-content: flex-start;
}
.top-user-bar .user-info .avatar.data-v-80842834 {
width: 62px;
height: 62px;
border-radius: 31px;
margin-top: 19px;
margin-left: 28px;
}
.top-user-bar .user-info .user-info-text.data-v-80842834 {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
margin: 26px 16px 0 16px;
}
.top-user-bar .user-info .user-info-text .user-name.data-v-80842834 {
font-size: 20px;
font-weight: 500;
color: #fff;
line-height: 28px;
}
.top-user-bar .user-info .user-info-text .user-card.data-v-80842834 {
margin-top: 5px;
font-size: 12px;
font-weight: 400;
color: #fff;
line-height: 17px;
}
.top-user-bar .user-menu.data-v-80842834 {
position: absolute;
bottom: -60px;
left: 0;
background-color: #fff;
z-index: 99;
display: flex;
justify-content: flex-start;
width: calc(100% - 40px);
margin: 0 20px;
border-radius: 6px;
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.top-user-bar .user-menu .menu-item.data-v-80842834 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 30px;
height: 100px;
}
.top-user-bar .user-menu .menu-item .menu-icon.data-v-80842834 {
width: 32px;
height: 32px;
margin-bottom: 10px;
}
.top-user-bar .user-menu .menu-item .menu-txt.data-v-80842834 {
color: #636365;
font-size: 13px;
}
.submenu-box.data-v-80842834 {
margin-top: 80px;
background-color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.submenu-box .submenu-item.data-v-80842834 {
display: flex;
align-items: center;
justify-content: flex-start;
width: calc(100% - 40px);
background-color: #fff;
border-bottom: 1px solid #f4f4f4;
height: 45px;
padding: 0 20px;
}
.submenu-box .submenu-item.data-v-80842834 .uni-icons {
color: #343434 !important;
}
.submenu-box .submenu-item .left-txt.data-v-80842834 {
color: #343434;
font-size: 14px;
width: calc(100% - 50px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 10px;
}