前端 vue swipe 轮播 自定组件高效开发 - 戴向天

大家好!我叫戴向天

QQ群:602504799

QQ:809002582

如若有不理解的,可加QQ群进行咨询了解

layout-div 组件详情 》https://blog.csdn.net/weixin_41088946/article/details/91448369





class - style 具体内容如下

css 参考的 UI设计尺寸为 750*1334

.over-h {
  overflow: hidden;
}
.posi-r {
  position: relative;
  z-index: 0;
}
.flex {
  display: flex;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.posi-a {
  position: absolute;
  z-index: 0;
}
.b0 {
  bottom: 0;
}

.l0 {
  left: 0;
}
.r0 {
  right: 0;
}
.op-5 {
  opacity: 0.5
}
.font-68 {
  font-size: 0.68rem;
}
.col-f {
  color: #fff;
}

示例代码

 
      1
      2
      3
 

效果图
前端 vue swipe 轮播 自定组件高效开发 - 戴向天_第1张图片

你可能感兴趣的:(前端,vue,组件)