select-view.ttss 1.13 KB
.select-view-root {
    height: 80rpx;
    width: calc(100% - 60rpx);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 30rpx;
}
.select-item-title-view {
    /* width: 50%; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
.select-item-image {
    width: 25rpx;
    height: 14rpx;
    margin-left: 20rpx;
}
.select-item-title {
    color: #444444;
    font-family: PingFang SC;
    font-size: 30rpx;
    background-color: white;
    text-align: left; 
    display: flex;
    align-items: center;
    /* margin-right:10rpx; */
}
.select-item-subtitle {
    /* flex-grow: 1; */
    color: #444444;
    font-family: PingFang SC;
    font-size: 28rpx;
    background-color: white;
    text-align: right;
}
.select-item-checkbox-view {
    height: 80rpx;
    width: calc(100% - 60rpx);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #444444;
    font-family: PingFang SC;
    font-size: 30rpx;
    text-align: left; 
    margin-left: 30rpx;
}
.select-item-checkbox {
    transform: scale(0.6,0.6);
}