- 博客(15)
- 收藏
- 关注
原创 vue 背景图设置
在data中创建:data () { return { // 背景图片 background: { // 背景图片地址 require() backgroundImage: 'url(' + require(' 图片地址 ') + ')', // 背景图是否重复 backgroundRepeat: 'no-repeat', // 背景图片大小 backgroundSize...
2022-04-12 14:44:43 2357
原创 vue日期时间星期显示再页面
<template> <!-- 时间条 总区域--> <div class="time"> <!-- 时间 左边 --> <div class="time-l"> <div>今天是</div> <div>{{nowDate}} </div> <div>{{nowTime}}&am...
2022-03-25 15:38:05 1705
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人