安徽骏飞影业有限公司 - 微信小程序
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.
 

59 lines
1.1 KiB

/* pages/signIn/signIn.wxss */
.container {
width: 100%;
display: flex;
background: #fff;
}
.left_side {
width: 203rpx !important;
min-height: 100vh;
border-right: 1px solid #f6f6f6;
padding-top: 75rpx;
}
.left_side .van-sidebar-item__text {
width: 203rpx !important;
}
.left_side .van-sidebar-item {
background: none;
text-align: center;
width: 203rpx;
height: 90rpx;
padding: 25rpx 0 !important;
}
.left_side .van-sidebar-item--selected {
border: none !important;
}
.left_side .van-sidebar-item__text {
height: 47rpx;
width: 100%;
font-size: 34rpx;
color: #666;
}
.left_side .van-sidebar-item {
width: 203rpx;
}
.left_side .van-sidebar-item--selected {
/* border-left: 6rpx solid #000; */
/* color: #000; */
background: #000;
}
.left_side .van-sidebar-item--selected .van-sidebar-item__text {
color: #fff;
font-size: 38rpx;
}
.right_con {
width: 546rpx;
padding-bottom: 170rpx;
}
.right_con image {
display: block;
width: 476rpx;
height: 290rpx;
border-radius: 10rpx;
margin: 0 auto;
}