1 line
2.0 KiB
Plaintext
1 line
2.0 KiB
Plaintext
.component-card .card-item{background:#fff;margin-top:32rpx}.component-card .card-item:first-child{margin-top:0}.component-card .card-item .item-image{position:relative;border-radius:16rpx;overflow:hidden}.component-card .card-item .item-image .image-btn{position:absolute;right:0;bottom:0;display:flex;align-items:center;padding:14rpx 16rpx;border-radius:16rpx 0;background:var(--theme-color)}.component-card .card-item .item-image .image-btn .icon{width:32rpx;height:32rpx}.component-card .card-item .item-image .image-btn .text{margin-left:8rpx;color:#fff;font-size:24rpx;line-height:34rpx}.component-card .card-item .item-bottom{padding:20rpx 32rpx;display:flex;justify-content:space-between;align-items:center}.component-card .card-item .item-bottom .bottom-default{display:flex;align-items:center}.component-card .card-item .item-bottom .bottom-default .default-label{color:#5a5b6e;font-size:28rpx;line-height:40rpx;margin-right:16rpx}.component-card .card-item .item-bottom .bottom-default .default-switch{width:80rpx;height:40rpx;padding:3rpx;background:#d9d9d9;border-radius:20rpx;transition:all .3s}.component-card .card-item .item-bottom .bottom-default .default-switch .switch-round{width:34rpx;height:34rpx;border-radius:50%;background:#fff;margin-left:0;transition:all .3s}.component-card .card-item .item-bottom .bottom-default .default-switch.active{background:var(--theme-color)}.component-card .card-item .item-bottom .bottom-default .default-switch.active .switch-round{margin-left:calc(100% - 34rpx)}.component-card .card-item .item-bottom .bottom-render{display:flex;align-items:center;padding:0;margin:0;border:none;background:transparent;line-height:1.3}.component-card .card-item .item-bottom .bottom-render::after{display:none}.component-card .card-item .item-bottom .bottom-render .render-icon{width:28rpx;height:28rpx;border-radius:8rpx;overflow:hidden;background:var(--theme-color)}.component-card .card-item .item-bottom .bottom-render .render-text{margin-left:8rpx;color:#5a5b6e;font-size:28rpx;line-height:40rpx} |