/**index.wxss**/
|
|
page {
|
height: 100vh;
|
overflow-x: hidden;
|
overflow-y: auto;
|
}
|
|
.index-icon {
|
width: 100%;
|
height: 32vh;
|
background-size: cover;
|
}
|
|
.index-color {
|
background-color: #fff;
|
}
|
|
.index-item {
|
display: flex;
|
align-items: center;
|
border-radius: 8px;
|
margin: 0 2vh;
|
position: absolute;
|
top: 24vh;
|
padding: 2vh 0 2vh 2vh;
|
background-color: #fff;
|
left: 0;
|
right: 0;
|
box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
|
z-index: 1;
|
}
|
|
.userinfo-avatar {
|
overflow: hidden;
|
display: block;
|
width: 10vh;
|
height: 10vh;
|
border-radius: 50%;
|
}
|
|
.index-item-icon {
|
/* width: 10vh;
|
height: 10vh; */
|
border-radius: 50%;
|
object-fit: cover;
|
display: block;
|
}
|
|
.index-item-name {
|
color: #1790ff;
|
padding-left: 2vh;
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
margin-right: auto;
|
}
|
|
.index-item-name-top {
|
font-size: 12px;
|
color: #1790ff;
|
margin-bottom: 2vh;
|
}
|
|
.index-item-name-bottom {
|
font-size: 14px;
|
color: #979ca2;
|
}
|
|
.index-item-logo {
|
height: 10vh;
|
width: 20vh;
|
}
|
|
.index-mycontent {
|
height: 14vh;
|
width: 100%;
|
display: flex;
|
padding: 5vh 0 0;
|
background-color: #fff;
|
}
|
|
.index-mycontent-left {
|
width: 50%;
|
padding-left: 2vh;
|
display: flex;
|
align-items: center;
|
margin: 2vh;
|
font-size: 12px;
|
border: 1px solid rgba(247, 251, 255, 1);
|
box-shadow: 0px 4px 8px 1px rgba(136, 136, 136, 0.11);
|
}
|
|
.index-mycontent-icon {
|
width: 4vh;
|
height: 6vh;
|
position: relative;
|
}
|
|
.index-mycontent-title {
|
display: flex;
|
font-weight: 600;
|
font-size: 13px;
|
color: #333;
|
justify-content: center;
|
flex-direction: column;
|
padding-left: 2vh;
|
}
|
|
.index-mycontent-title-top {
|
font-size: 14px;
|
margin-bottom: 2px;
|
}
|
|
.index-mycontent-title-bottom {
|
font-size: 12px;
|
color: #5f6266;
|
}
|
|
.eight-pane-bottom-main {
|
background-color: #fff;
|
border-top: 1px solid #f2f2f2;
|
display: flex;
|
flex-direction: column;
|
}
|
|
.eight-pane-bottom-row {
|
display: flex;
|
align-items: center;
|
min-height: 12vh;
|
}
|
|
.eight-pane-bottom-row:nth-child(2) {
|
padding-bottom: 2vh;
|
box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
|
}
|
|
.eight-pane-bottom-item {
|
flex: 1;
|
display: flex;
|
min-width: 38px;
|
flex-flow: column nowrap;
|
justify-content: center;
|
align-items: center;
|
padding-bottom: 8px;
|
}
|
|
.eight-pane-icon {
|
width: 4vh;
|
height: 6vh;
|
position: relative;
|
}
|
|
.eight-pane-title {
|
display: flex;
|
font-size: 12px;
|
color: #333;
|
justify-content: center;
|
align-items: center;
|
height: 4vh;
|
text-align: center;
|
}
|
|
.index-pane {
|
display: flex;
|
padding: 2vh 2vh 0;
|
flex-direction: column;
|
box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
|
}
|
|
.index-pane-nav {
|
flex: auto;
|
padding-bottom: 2vh;
|
}
|
|
.index-pane-nav span:nth-child(1) {
|
border-left: 3px solid #2195ff;
|
}
|
|
.index-pane-nav span:nth-child(2) {
|
padding-left: 1vh;
|
font-size: 18px;
|
font-weight: bold;
|
}
|
|
.index-pane-nav span:nth-child(3) {
|
float: right;
|
}
|
|
.index-pane-icon {
|
width: 16px;
|
height: 16px;
|
}
|
|
.index-pane-main {
|
font-size: 14px;
|
color: #333;
|
}
|
|
.index-pane-row {
|
display: flex;
|
padding: 0 0 2vh;
|
}
|
|
.index-pane-item {
|
width: 50%;
|
}
|
|
.border-gray {
|
border-left: 2px solid #ddd;
|
margin-right: 2vh;
|
}
|
|
.popLayer {
|
position: fixed;
|
width: 100%;
|
height: 100%;
|
left: 0;
|
top: 0;
|
z-index: 10;
|
background: #7f7f7f;
|
-moz-opacity: 0.8;
|
opacity: 0.80;
|
}
|
|
.popup {
|
display: flex;
|
width: 80%;
|
position: fixed;
|
top: 30vh;
|
left: 5vh;
|
flex-direction: column;
|
align-items: center;
|
background: #fff;
|
height: 30vh;
|
z-index: 11;
|
}
|
|
.popup-nav {
|
font-size: 16px;
|
font-weight: 600;
|
padding: 2vh 0;
|
border-bottom: 1px solid #f2f2f2;
|
display: flex;
|
align-items: center;
|
flex-direction: column;
|
width: 100%;
|
}
|
|
.popup-title {
|
width: 100%;
|
font-size: 16px;
|
display: flex;
|
justify-content: center;
|
align-content: center;
|
padding: 5vh 0;
|
}
|
|
.popup-button {
|
width: 14vh;
|
font-size: 16px;
|
color: #1dab1d;
|
border: 1px solid #1dab1d;
|
background-color: #fff;
|
}
|
|
/* pages/component/nav/nav.wxss */
|
|
.VerticalNav.nav {
|
width: 280rpx;
|
white-space: initial;
|
}
|
|
.VerticalNav.nav .cu-item {
|
width: 100%;
|
text-align: center;
|
background-color: #fff;
|
margin: 0;
|
border: none;
|
height: 50px;
|
position: relative;
|
}
|
|
.VerticalNav.nav .cu-item.cur {
|
background-color: #f1f1f1;
|
}
|
|
.VerticalNav.nav .cu-item.cur::after {
|
content: "";
|
width: 8rpx;
|
height: 30rpx;
|
border-radius: 10rpx 0 0 10rpx;
|
position: absolute;
|
background-color: currentColor;
|
top: 0;
|
right: 0rpx;
|
bottom: 0;
|
margin: auto;
|
}
|
|
.VerticalBox {
|
display: flex;
|
}
|
|
.VerticalMain {
|
background-color: #f1f1f1;
|
}
|
|
.VerticalNav-flex {
|
width: 100%;
|
background: #f1f1f1;
|
}
|
|
.VerticalNav-flex-t {
|
display: flex;
|
text-align: center;
|
line-height: 48px;
|
}
|
|
.VerticalNav-flex-div {
|
flex: 1;
|
height: 78px;
|
color: #fff;
|
margin: 6px;
|
text-align: center;
|
line-height: 78px;
|
/* background-color: #000;
|
opacity: 0.2; */
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.VerticalNav-flex-div1 {
|
flex: 1;
|
height: 78px;
|
color: #fff;
|
margin: 6px;
|
text-align: center;
|
line-height: 78px;
|
opacity: 0.2;
|
}
|