index.wxss 1.0 KB
/* custom-pages/custom-product/index.wxss */
page {
  background: #F7F7F9;
  height: 100vh;
  /* align-items: center; */
  display: flex;
  justify-content: flex-start;
}
.container_box{
  margin-left: 28rpx;
  margin-top: 56rpx;
  display: flex;
  height: 80%;
  /* width: 45%; */
}
.cates_scroll{
  width: 70rpx;
  /* height: 1160rpx; */
  height: 100%;
  /* border: 1px solid red; */
}
.tab_box{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.tab_item {
  width: 100%;
  font-weight: 500;
  font-size: 22rpx;
  color: #666666;
  padding: 14rpx 0;
  writing-mode:vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
  /* transform: rotate(180deg); */
}
.tab_active{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: bold;
  font-size: 30rpx;
  color: #004487;
  letter-spacing: 0;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
  display: none;
}