xuan-switch.wxss 1.1 KB

1
  1. .switch-container.data-v-1f4daa40{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;width:320rpx;height:60rpx;border-radius:30rpx;border:1rpx solid #e8e8e8;position:relative}.switch-container .switch_view.data-v-1f4daa40{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;border-radius:30rpx}.switch-container .switch_view .switch-item.data-v-1f4daa40{color:#666;font-size:26rpx;height:100%;width:40%;border-radius:30rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.switch-container .position_view.data-v-1f4daa40{position:absolute;top:0;left:0;width:60%;height:100%;border-radius:30rpx;background:#007aff}.switch-container .disabled.data-v-1f4daa40{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;background:#fff;opacity:.6;border-radius:30rpx}