swichItem.ttss 1.06 KB
.swich-item-root {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 60rpx);
    margin-left: 30rpx;
    align-items: center;
    height: 80rpx;
}
.swich-item-title-view {
    /* width: 50%; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
.swich-item-title-text {
    /* width: 50%; */
    color: #444444;
    font-family: PingFang SC;
    font-size: 30rpx;
    text-align: left; 
    /* margin-left: 30rpx; */
}
.swich-item-subtitle-text {
    color: #b0b0b0;
    font-family: PingFang SC;
    font-size: 22rpx;
    background-color: white;
    text-align: left; 
}
.swich-item-hlep-image {
    width: 20rpx;
    height: 20rpx;
}
.swich-item-item-info-view-root {
    width: 30rpx;
    height: 30rpx;
}
.swich-item-next-image {
    width: 30rpx;
    height: 30rpx;
}
.swich-item-view {
    /* width: 30rpx; */
    /* height: 30rpx; */
    zoom:60%;
}
.swich-item-info-text {
    color: #444444;
    font-family: PingFang SC;
    font-size: 34rpx;
    background-color: white;
    text-align: left;
}