forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-03 db3fdea847234226f6721fa347e667c267e16343
SunshineLnsMinApp/pages/index/index.wxss
@@ -76,7 +76,8 @@
  height: 14vh;
  width: 100%;
  display: flex;
  margin: 5vh 0 0;
  padding: 5vh 0 0;
  background-color: #fff;
}
.index-mycontent-left {
@@ -262,3 +263,79 @@
  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;
}