select-view.ttss 1.35 KB
.select-view-root {
    height: 100rpx;
    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: 100rpx;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #444444;
    font-family: PingFang SC;
    font-size: 30rpx;
    text-align: left; 
    padding-left: 30rpx;
    padding-right: 30rpx;
    border-top: solid 1px #e0e0e0;
    border-bottom-style: solid;
    border-bottom-width: 1rpx;
    border-bottom-color: #f0f0f0;
    background-color: #e0e0e0;
}
.select-item-checkbox-view .singleSelectCellButton {
  width: 28rpx;
  height: 28rpx;
  padding-right: 20rpx;
}