上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 203 下一页
摘要: 直播带货源码,二次封装a-upload组件,自定义上传预览 入参是本地上传的文件流 这里我修改文件流的名称,返回file的promise transformFile(file) { return new Promise((resolve) => { const currentTime = new D 阅读全文
posted @ 2023-02-21 14:04 云豹科技-苏凌霄 阅读(93) 评论(0) 推荐(0)
摘要: 直播平台搭建,el-form上传成功后或其他把提示关闭 <el-form ref="perForm" :rules="perFormRules" :model="perForm" label-width="120px" class="perForm" > <el-upload class="avat 阅读全文
posted @ 2023-02-20 14:11 云豹科技-苏凌霄 阅读(30) 评论(0) 推荐(0)
摘要: 直播平台开发,css溢出之后滚动条样式修改 // 溢出的class .five-content { display: flex; overflow: auto; height: 437px; } // 滚动条样式 .five-content::-webkit-scrollbar { width: 6 阅读全文
posted @ 2023-02-20 14:09 云豹科技-苏凌霄 阅读(23) 评论(0) 推荐(0)
摘要: 直播软件源码,实现页面滚动到可视区显示动画效果 第一步先安装animate.css - link引入方式,用的cdn <link href="https://cdn.bootcdn.net/ajax/libs/animate.css/4.1.1/animate.compat.css" rel="st 阅读全文
posted @ 2023-02-20 14:06 云豹科技-苏凌霄 阅读(48) 评论(0) 推荐(0)
摘要: 直播平台源代码,多种方法实现图片复杂排列 1. minipage 适用于对所有子图分别命名时。 \documentclass{article}\usepackage{graphicx}\usepackage{subfig}\begin{document}\begin{figure*}[!h]\cen 阅读全文
posted @ 2023-02-17 14:19 云豹科技-苏凌霄 阅读(30) 评论(0) 推荐(0)
摘要: 直播app开发,css让图片在a标签里垂直居中 <style>.close{display: flex;align-items: center;text-align:center; }.close img{height:25px;}</style> <a href="javascript:windo 阅读全文
posted @ 2023-02-17 14:11 云豹科技-苏凌霄 阅读(27) 评论(0) 推荐(0)
摘要: app直播源代码,为文字/图片添加按压效果 1、文字 layout布局: <TextView android:layout_width="@dimen/textview_button_width" android:layout_height="match_parent" android:text=" 阅读全文
posted @ 2023-02-17 14:04 云豹科技-苏凌霄 阅读(44) 评论(0) 推荐(0)
摘要: 直播app源码,uniapp获取当前位置 uni.getLocation({type: 'wgs84',geocode: true, //设置该参数为true可直接获取经纬度及城市信息success: (res) => {console.log(res.address);this.list = re 阅读全文
posted @ 2023-02-16 14:12 云豹科技-苏凌霄 阅读(41) 评论(0) 推荐(0)
摘要: 直播app开发搭建,js对时间日期判断今天昨天明天 let time = function(date) {let time_str = "";if (new Date(date).getDate() new Date().getDate()) { time_str = "今天";} else if 阅读全文
posted @ 2023-02-16 14:09 云豹科技-苏凌霄 阅读(31) 评论(0) 推荐(0)
摘要: 直播平台软件开发,Android 计时器,定时功能 计时器工具类 import android.annotation.SuppressLint;import android.os.Handler;import android.os.Message; import androidx.annotatio 阅读全文
posted @ 2023-02-16 14:04 云豹科技-苏凌霄 阅读(29) 评论(0) 推荐(0)
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 203 下一页