当前位置:网站首页>uniapp设置背景图效果demo(整理)
uniapp设置背景图效果demo(整理)
2022-07-06 14:55:00 【我是开心呀】
设置背景图有时候会报错-用行内解决
<template>
<view class="bg align-center" :style="{backgroundImage: 'url(' + imgSrc.src+ ')'}">立即购买</view>
</template>
<script>
export default {
data(){
return{
imgSrc:{
src: '../../static/home/lists.svg', //图片路径
}
}
}
}
</script>
<style>
.bg {
background-size: 100% 100%;
}
</style>
边栏推荐
- sizeof关键字
- 软考高级(信息系统项目管理师)高频考点:项目质量管理
- 空结构体多大?
- 数据处理技巧(7):MATLAB 读取数字字符串混杂的文本文件txt中的数据
- Anaconda installs third-party packages
- 小程序系统更新提示,并强制小程序重启并使用新版本
- Inno setup packaging and signing Guide
- [linear algebra] determinant of order 1.3 n
- Should novice programmers memorize code?
- Seata聚合 AT、TCC、SAGA 、 XA事务模式打造一站式的分布式事务解决方案
猜你喜欢

Unity3d minigame unity webgl transform plug-in converts wechat games to use dlopen, you need to use embedded 's problem

config:invalid signature 解决办法和问题排查详解

Mise en place d'un environnement de développement OP - tee basé sur qemuv8

Export MySQL table data in pure mode

手写ABA遇到的坑

二叉(搜索)树的最近公共祖先 ●●

Management background --5, sub classification

PVL EDI 项目案例

第4章:再谈类的加载器

【编译原理】做了一半的LR(0)分析器
随机推荐
Classification, function and usage of MySQL constraints
每日一题:力扣:225:用队列实现栈
extern关键字
剪映+json解析将视频中的声音转换成文本
case 关键字后面的值有什么要求吗?
剑指offer刷题记录1
Chapter 4: talk about class loader again
2022年6月国产数据库大事记-墨天轮
C # réalise la liaison des données du rapport Crystal et l'impression du Code à barres 4
Barcodex (ActiveX print control) v5.3.0.80 free version
Attack and defense world miscall
中国1,4-环己烷二甲醇(CHDM)行业调研与投资决策报告(2022版)
AdaViT——自适应选择计算结构的动态网络
Attack and defense world ditf Misc
Leetcode exercise - Sword finger offer 26 Substructure of tree
2022-07-04 mysql的高性能数据库引擎stonedb在centos7.9编译及运行
Inno setup packaging and signing Guide
12、 Start process
PVL EDI 项目案例
Mysql database basic operations DML