自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 taro 二次循环

constructor(){ super(…arguments) this.state={ arr:[ { name:‘当月需随访患者’, num:‘12人’, img:require(‘sasa’), arr1:[ {name:‘1’}, {name:‘2’}, {name:‘3’}, {name:‘4’}, {}, {}, {}, ] }, { name:‘当月已完成随访患者’, num:‘2...

2019-06-03 16:55:04 1154

原创 taro 引用本地图片展示

import { Image } from ‘@tarojs/components’ <引用标签> constructor(){ super() this.state={ img:require(’./case.png’) } } …

2019-05-31 16:05:04 4936

原创 taro列表渲染

constructor(){ super() this.state={ arr:[ { name:‘wutongyue’ }, { name:‘wu1111’ } ] } } render () { return ( { this.state.arr.map((number)=>{ return {number.name} }) }

2019-05-30 15:33:21 3381

原创 弹性布局

水平排列方式 justify-content: center 居中 space-between 两端对齐 flex-start 居左 flex-end 居右 垂直排列方式 align-items: center 居中 flex-start 居上 flex-end 居底 ...

2019-05-28 10:45:16 121

原创 css圆角边框

border-radius:3px 4px 5px 6px

2019-05-18 11:43:41 700

原创 框架

element iview uikit

2019-05-18 10:35:28 100

原创 启动vue

npm run serve

2019-05-18 10:28:21 188

原创 vue图片展示的赋值绑定写法

export default { name: ‘hand’, data(){ return{ img1:require("@/assets/1.png"), img2:require("@/assets/2.png"), }

2019-05-15 16:52:58 913

转载 字体图标font

http://fontawesome.dashgame.com/

2019-05-15 14:22:31 170

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除