摘要: 完成了视频上传到服务器以及播放视频等内容,准备验收第一阶段的作品 阅读全文
posted @ 2024-05-07 17:36 liuxuechao 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <template> <view class="index-header"> <view class="cu-custom" :style="[{height:CustomBar + 'px'}]"> <view class="cu-bar fixed" :style="style" :class= 阅读全文
posted @ 2024-05-07 17:35 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 昨天制作了前端页面的部分内容,今天继续进行完善部分 <template> <view class="my"> <cu-custom bgColor="bg-black" :isBack="false"> <block slot="backText">返回</block> <block slot="c 阅读全文
posted @ 2024-05-07 17:34 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 完成了课堂极限测试的基本内容,开始制作软件的各个页面内容 <template> <view class="index"> <index-header bgColor="bg-index-header" @headerSwitch="headerSwitch"/> <!-- 视频组件 --> <cu- 阅读全文
posted @ 2024-05-07 17:33 liuxuechao 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 有事,请假 阅读全文
posted @ 2024-05-07 17:32 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 有事,请假 阅读全文
posted @ 2024-05-07 17:31 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 有事,请假 阅读全文
posted @ 2024-05-07 17:31 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 家里有事,请假 阅读全文
posted @ 2024-05-07 17:31 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 开始制作有关视频播放的内容 <template> <view> <swiper class="swiper" autoplay="false" vertical="true" interval="990000" @change="changeVideo"> <swiper-item v-for="( 阅读全文
posted @ 2024-05-07 17:30 liuxuechao 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <template> <view> <view class="list grid col-3 align-center justify-center"> <block v-for="(item, index) in dataList" :key="index"> <view class="video 阅读全文
posted @ 2024-05-07 17:30 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <template> <view> <view class="list grid col-3 align-center justify-center"> <block v-for="(item, index) in dataList" :key="index"> <view class="video 阅读全文
posted @ 2024-05-07 17:29 liuxuechao 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <template> <view> <view class="list"> <block v-for="(item, index) in dataList" :key="index"> <navigator class="video" :src="`/pages/video/video?video_ 阅读全文
posted @ 2024-05-07 17:28 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: radio.radio[checked]::after,radio.radio .uni-radio-input-checked::after { content: ""; background-color: transparent; display: block; position: absolu 阅读全文
posted @ 2024-05-07 17:27 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑
摘要: /* 初始化 */body { background-color: #f1f1f1; font-size: 28upx; color: #333333; font-family: Helvetica Neue, Helvetica, sans-serif;} view,scroll-view,swi 阅读全文
posted @ 2024-05-07 17:27 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 继续之前任务 @keyframes cuIcon-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(359deg); transform: rotate 阅读全文
posted @ 2024-05-07 17:26 liuxuechao 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 生病请假 阅读全文
posted @ 2024-05-07 17:25 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 满课,请假一天 阅读全文
posted @ 2024-05-07 17:25 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 继续昨天任务 /* css 滤镜 控制黑白底色gif的 */.gif-black{ mix-blend-mode: screen; }.gif-white{ mix-blend-mode: multiply; } /* Animation css */[class*=animation-] { an 阅读全文
posted @ 2024-05-07 17:25 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 继续完成挑战赛作品 <template> <view> <view class="cu-custom" :style="[{height:CustomBar + 'px'}]"> <view class="cu-bar fixed" :style="style" :class="[bgImage!= 阅读全文
posted @ 2024-05-07 17:24 liuxuechao 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 开始制作登录页面 <template> <div id="app"> <div class="login-container"> <div class="background-image"></div> <div class="login-form"> <h1>欢迎登录</h1> <div clas 阅读全文
posted @ 2024-05-07 17:23 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑