
tab
big tail
这个作者很懒,什么都没留下…
展开
-
类似官网背景图固定
类似官网背景图固定直接上代码 height: 690px; background: url(https://cjwx.oss-cn-zhangjiakou.aliyuncs.com/front/mp/company/com-banner.jpg) no-repeat center top; background-attachment: fixed; //主要是这行 display: flex; justify-content: center; align-原创 2020-07-21 09:22:15 · 150 阅读 · 0 评论 -
React 手写 Tab栏
React 手写 Tab栏废话不多说,直接上代码//index.jsimport React, { Component } from 'react'import './index.less'class Tab extends Component { constructor(props) { super(props); this.state = { tabList: [ {原创 2020-05-14 19:42:55 · 948 阅读 · 1 评论