当前位置: 首页 > news >正文

基于Vue3的Uniapp实训项目|一家鲜花店

基于Vue的Uniapp实训指导项目

项目预览:
在这里插入图片描述

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述


pages.json

{"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages{"path": "pages/index/index","style": {"navigationStyle": "custom"}},{"path" : "pages/video/video","style" :                                                                                    {"navigationStyle": "custom"}},{"path" : "pages/my/my","style" :                                                                                    {"navigationStyle": "custom"}},{"path" : "pages/videoinfo/videoinfo","style" :                                                                                    {"enablePullDownRefresh": false}},{"path" : "pages/login/login","style" :                                                                                    {"navigationBarTitleText": "","enablePullDownRefresh": false}}],"globalStyle": {"navigationBarTextStyle": "black","navigationBarTitleText": "uni-app","navigationBarBackgroundColor": "#F8F8F8","backgroundColor": "#F8F8F8"},"uniIdRouter": {},"tabBar": {"color": "#8a8a8a","selectedColor": "#ff161a","list": [{"pagePath": "pages/index/index","iconPath": "static/首页.png","selectedIconPath": "static/首页 (1).png","text": "鲜花"},{"pagePath": "pages/video/video","iconPath": "static/视频.png","selectedIconPath": "static/视频 (1).png","text": "视频"},{"pagePath": "pages/my/my","iconPath": "static/我的.png","selectedIconPath": "static/我的(1).png","text": "我的"}]}
}

index.vue

<template><view><view class="tab"><view class="tab_title"><view><image style="width: 50rpx;height: 55rpx;" src="../../static/xh.png"></image></view><view>鲜花永远是平淡生活里温柔的光</view></view></view><view class="three"><view class="three-s">为您更新了15条内容</view></view><view class="twos"><view class="twoss">24℃ 晴朗 济南 PM2.09</view><view class="left"><input type="text" style="width: 180rpx;margin-right: 20rpx; font-size: 25rpx;"placeholder="搜索关键词" class="search_input"/></view></view><view class="smart-padding-wrap"><swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval" :duration="duration"><swiper-item><image style="width: 100%; height: 100%;" src="../../static/h1.jpg"></image></swiper-item><swiper-item><image style="width: 100%; height: 100%;" src="../../static/h2.jpg"></image></swiper-item><swiper-item><image style="width: 100%; height: 100%;" src="../../static/h3.jpg"></image></swiper-item></swiper></view><view class="d-three"><view class="d-threes"><view><image src="../../static/mg3.jpg" style="width: 200rpx;height: 160rpx;"></image></view><view class="d-threess">玫瑰原产是济南平阴。在古时的汉语,“玫瑰”一词原意是指红色美玉。长久以来,玫瑰就象征着美丽和爱情。</view></view><view><view class="threess">鲜花网 38评</view></view></view><view class="d-three"><view class="d-threes"><view><image style="width: 200rpx;height: 160rpx;" src="../../static/mg4.jpg"></image></view><view class="d-threess">满天星 初夏开花,花朵如豆,每朵5瓣,略有微香。可以作为药用植物,也可作为玫瑰的配衬用。</view></view><view><view class="threess">鲜花网 58评</view></view></view><view class="d-three"><view class="d-threes"><view><image style="width: 200rpx;height: 160rpx;" src="../../static/xh1.jpg"></image></view><view class="d-threess">郁金香属长日照花卉,性喜向阳、避风,冬季温暖湿润,夏季凉爽干燥的气候。</view></view><view><view class="threess">鲜花网 18评</view></view></view><view class="d-three"><view>加微信交友群,喜欢就聊,找喜欢的人</view><view class="d-threes"><view class="a"><image style="width: 200rpx;height: 160rpx;" src="../../static/xh2.jpg"></image></view><view class="a"><image style="width: 200rpx;height: 160rpx;" src="../../static/xh3.jpg"></image></view><view class="a"><image style="width: 200rpx;height: 160rpx;" src="../../static/bbt1.jpg"></image></view></view><view class="threess">广告 我主良缘文化</view></view><view class="d-three"><view class="d-threes"><view><image style="width: 200rpx;height: 160rpx;" src="../../static/bbt2.jpg"></image></view><view class="d-threess">碎冰蓝是后期人工染成的,不是自然形成的,较为罕见。碎冰蓝玫瑰有着无价之宝的含义。</view></view><view><view class="threess">鲜花网 8评</view></view></view></view>
</template><script> export default {data() {return {indicatorDots: true,autoplay: true,interval: 2000,duration: 500}},methods: {}}
</script><style>.search{display: flex;flex-direction: row;}.two{margin: 0rpx 40rpx 25rpx 30rpx;color: #ffffff;margin-top: 30rpx;display: flex;flex-direction: row;}.twos{color: #ffffff;display: flex;background-color: #dda8bb;margin-top: -10rpx;width: 100%;justify-content: space-between;height: 70rpx;}.twoss{margin-left: 20rpx;}.reds{color: #dd524d;height: 40rpx;}.xw-three{}.three{width: 100%;height: 120rpx;background-color: #dda8bb;}.three-s{color: #ffffff;}.d-three{border-bottom: 1rpx solid #ccd0d9;margin: 20rpx 20rpx 20rpx 20rpx;}.d-threes{display: flex;flex-direction: row;}a{margin: 20rpx 10rpx 10rpx 20rpx;}.d-threess{margin-left: 30rpx;}.threes{display: flex;flex-direction: row;margin: 5rpx 10rpx 10rpx 10rpx;font-size: 25rpx;color: #808080;}.j{margin-right: 25rpx;}.threess{margin-bottom: 20rpx;font-size: 25rpx;color: #808080;}.search .left{flex: 1;margin-right: 70rpx;height: 10rpx;}.search .right{width: 120rpx;}.search_input{background-color: #f8f8f8;border-radius: 40rpx;padding: 5rpx 30rpx 6rpx 30rpx;margin-right: 1rpx;}.search_img{height: 48rpx;width: 48rpx;}.tab_title view{font-size: 35rpx;display: inline-block;margin-left: 30rpx;height: 80rpx;line-height: 80rpx;color: #ffffff;}.tab{background-color: #dda8bb;height: 100rpx;position: fixed;z-index: 1;left: 0;right: 0;width: 100%;margin-top: 0rpx;}.zd{color: #Dd524d;}.scroll_x{height: 60rpx;width: 100%;white-space: nowrap;}scroll-view::-webkit-scrollbar{display: none;width: 0;height: 0;color: transparent;}.news_list{margin: 200rpx 25rpx 25rpx 25rpx;position: absolute;padding-bottom: calc(var(--window-bottom));width: 100%;}.nwes_item{height: 150rpx;border-bottom: 1rpx solid #c8c7cc;display: flew;flex-direction: row;margin-bottom: 20rpx;}.news_list image{width: 180rpx;height: 140rpx;margin-right: 30rpx;}.news_list .title{font-size: 35rpx;}.news_list .time{color: #c0c0c0;font-size: 30rpx;margin-top: 15rpx;}
</style>

video.vue

<template><view><view class="items"><view class="item"><view class="item-xs">推荐</view><view class="item-x">玫瑰</view><view class="item-x">满天星</view><view class="item-x">郁金香</view><view class="item-x">碎冰蓝</view><view class="item-x">抱抱桶</view></view></view><view class="item-ss"></view><!-- 鲜花视频网址: https://www.2amok.com/videoText/314342.html--><view class="sp"><navigator url="../videoinfo/videoinfo"><view class="x">玫瑰原产是中国。在古时的汉语,“玫瑰”一词原意是指红色美玉。长久以来,玫瑰就象征着美丽和爱情。</view></navigator><video class="y" style="width: 100%;height: 400rpx;" src="https://view.2amok.com/20200526/71a05ddcce9945236e37c9762fb34a10.mp4"></video><view class="dibu"><view class="wenzi"><view class="wenzizf"><image style="width: 45rpx;height: 45rpx;" src="../../static/tx.jpg"></image></view><view class="wenzizf" style="font-size: 32rpx;">玫瑰</view><view class="wenzizf" style="color: #999999; margin-top: 0rpx;">|</view><view class="wenzizf" style="font-size: 32rpx; color: #dd524d; font-weight: bold;">关注</view></view><view class="tupian"><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;"></image></view><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;"></image></view><view class="tupiandx" style="margin-top: -10rpx;padding-right: 20rpx;">...</view></view></view></view><view class="sp"><view class="x">满天星 初夏开花,花朵如豆,每朵5瓣,略有微香。可以作为药用植物,也可作为玫瑰的配衬用。</view><video class="y" style="width: 100%;height: 400rpx;" src="https://view.2amok.com/20210723/96447bef3a49daa9e8a09c1cc026521f.mp4"></video><view class="dibu"><view class="wenzi"><view class="wenzizf"><image style="width: 45rpx;height: 45rpx;" src="../../static/tx.jpg"></image></view><view class="wenzizf" style="font-size: 32rpx;">满天星</view><view class="wenzizf" style="color: #999999; margin-top: 0rpx;">|</view><view class="wenzizf" style="font-size: 32rpx; color: #dd524d; font-weight: bold;">关注</view></view><view class="tupian"><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;"></image></view><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;"></image></view><view class="tupiandx" style="margin-top: -10rpx;padding-right: 20rpx;">...</view></view></view></view><view class="sp"><view class="x">郁金香属长日照花卉,性喜向阳、避风,冬季温暖湿润,夏季凉爽干燥的气候。</view><video class="y" style="width: 100%;height: 400rpx;" src="https://view.2amok.com/20220909/a7aedfccc4c880d4f99b178654cf689b.mp4"></video><view class="dibu"><view class="wenzi"><view class="wenzizf"><image style="width: 45rpx;height: 45rpx;" src="../../static/tx.jpg"></image></view><view class="wenzizf" style="font-size: 32rpx;">郁金香</view><view class="wenzizf" style="color: #999999; margin-top: 0rpx;">|</view><view class="wenzizf" style="font-size: 32rpx; color: #dd524d; font-weight: bold;">关注</view></view><view class="tupian"><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;"></image></view><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;"></image></view><view class="tupiandx" style="margin-top: -10rpx;padding-right: 20rpx;">...</view></view></view></view><view class="sp"><view class="x">碎冰蓝是后期人工染成的,不是自然形成的,较为罕见。碎冰蓝玫瑰有着无价之宝的含义。</view><video class="y" style="width: 100%;height: 400rpx;" src="https://view.2amok.com/20220909/a7aedfccc4c880d4f99b178654cf689b.mp4"></video><view class="dibu"><view class="wenzi"><view class="wenzizf"><image style="width: 45rpx;height: 45rpx;" src="../../static/tx.jpg"></image></view><view class="wenzizf" style="font-size: 32rpx;">碎冰蓝</view><view class="wenzizf" style="color: #999999; margin-top: 0rpx;">|</view><view class="wenzizf" style="font-size: 32rpx; color: #dd524d; font-weight: bold;">关注</view></view><view class="tupian"><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;" src="../../static/xh.png"></image></view><view class="tupiandx"><image style="width: 35rpx;height: 35rpx;" src="../../static/xh.png"></image></view><view class="tupiandx" style="margin-top: -10rpx;padding-right: 20rpx;">...</view></view></view></view></view>
</template>
<script>export default {data() {return {}},methods: {}}
</script><style>
.items{background-color: #ffffff;z-index: 1;width: 100%;top: 90rpx;
}
.item{background-color: #ffffff;display: flex;flex-direction: row;margin: 5rpx 10rpx 20rpx 10rpx;font-size: 40rpx;color: #333333;margin-top: 50rpx;margin-bottom: -50rpx;
}
.item-ss{width: 100%;height: 60rpx;
}
.tab_title view{display: inline-block;margin-left: 30rpx;line-height: 30rpx;color: #ffffff;
}
.dibu{display: flex;flex-direction: row;justify-content: space-between;margin-top: 30rpx;margin-bottom: 20rpx;
}
.wenzi{display: flex;flex-direction: row;
}
.tupian{display: flex;flex-direction: row;
}
.tupiandx{margin-left: 20rpx;
}
.x{margin-top: 30rpx;margin-bottom: 30rpx;
}
.item-xs{color: #dd524d;font-weight: bold;
}
.a{margin-right: 120rpx;height: 50rpx;
}
.ap image{width: 250rpx;height: 100rpx;
}
.ap{border-radius: 10rpx;width: 250rpx;height: 100rpx;overflow: hidden;margin: auto;
}
.b{}
.scroll_x{height: 50rpx;width: 100%;white-space: nowrap;
}
.item{display: flex;flex-direction: row;justify-content: space-between;color: #333333;background-color: #ffffff;border-bottom: 1rpx solid #c8c7cc;
}
.tab_title{display: inline-block;margin-left: 10rpx;height: 80rpx;line-height: 70rpx;color: #333333;background-color: #ffffff;border-bottom: 1rpx solid #c8c7cc;
}
.tab-x{color: #333333;background-color: #ffffff;
}
.scroll_x{height: 60rpx;width: 100%;white-space: nowrap;
}
.gray{color: #c8c7cc;
}
.gray1{color: #dd524d;
}
.hd{display: inline-block;
}
.tab{background-color: #dd524d;
}
.shgd{position: fixed;position: absolute;z-index: 1;
}
scroll-view::-webkit-scrollbar{display: none;width: 0;height: 0;color: transparent;
}
.sp{border-bottom: 1rpx solid #e5eaf3;margin: 10rpx 10rpx 20rpx 20rpx;
}
.reg-rigth{color: #dd524d;margin-right: 10rpx;padding-left: 10rpx;
}
.z{display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 30rpx;margin-top: 20rpx;height: 70rpx;
}
.zs{display: flex;
}
.zl{margin-bottom: 10rpx;margin-right: 300rpx;margin-top: 20rpx;
}.z-h{height: 60rpx;margin-right: 10rpx;display: flex;flex-direction: row;font-size: 35rpx;
}
.z-z{font-size: 30rp;color: #c8c7cc;
}
.z-zl{font-size: 30rpx;color: #c8c7cc;margin: 20rpx;
}
.z-z2{font-size: 30rpx;color: #c8c7cc;margin: 20rpx;
}
.y{src: ;margin: 0rpx;flex: 1;
}
</style>

videoinfo.vue

<template><view><view class="smart-page-head"></view><view><video class="checkbox-item" style="width: 100%;height: 400rpx;" src="https://view.2amok.com/20210723/96447bef3a49daa9e8a09c1cc026521f.mp4"></video></view><view class="spsy"></view><view class="sp"><view class="b">玫瑰</view><view class="z"><view class="z-z">1.0万次播放</view><view class="z-z"><image style="width: 30rpx;height: 30rpx;" src="../../static/赞.png"></image>3</view></view><view class="z"><view><image style="width: 80rpx;height: 80rpx;" src="../../static/tx.jpg"></image></view><view click="z-h"><view>hheee</view><view class="z-z">13-14</view></view><view class="reg-rigth">+关注</view></view></view><view class="item"><view>为你推荐</view><view class="e-item"><view class="e"><image style="width: 200rpx;height: 200rpx;" src="../../static/xh1.jpg"></image></view><view><view class="e-rigth">玫瑰原产是中国。在古时的汉语,“玫瑰”一词原意是指红色美玉。长久以来,玫瑰就象征着美丽和爱情。</view><view class="z"><view class="z-z1">玫瑰花</view><view class="z-z2">5.3万次播放</view></view></view></view><view class="e-item"><view class="e"><image style="width: 200rpx;height: 200rpx;" src="../../static/xh2.jpg"></image></view><view><view class="e-rigth">满天星 初夏开花,花朵如豆,每朵5瓣,略有微香。可以作为药用植物,也可作为玫瑰的配衬用。</view><view class="z"><view class="z-z1">满天星</view><view class="z-z2">5.3万次播放</view></view></view></view><view class="e-item"><view class="e"><image style="width: 200rpx;height: 200rpx;" src="../../static/xh3.jpg"></image></view><view><view class="e-rigth">郁金香属长日照花卉,性喜向阳、避风,冬季温暖湿润,夏季凉爽干燥的气候。</view><view class="z"><view class="z-z1">郁金香</view><view class="z-z2">5.3万次播放</view></view></view></view><view class="e-item"><view class="e"><image style="width: 200rpx;height: 200rpx;" src="../../static/bbt3.jpg"></image></view><view><view class="e-rigth">碎冰蓝是后期人工染成的,不是自然形成的,较为罕见。碎冰蓝玫瑰有着无价之宝的含义。</view><view class="z"><view class="z-z1">碎冰蓝</view><view class="z-z2">5.3万次播放</view></view></view></view></view><view style="color: #c5c5c5;margin-bottom: 30rpx;margin-left: 20rpx;">热门评论</view><view class="pl"><view><image style="width: 80rpx;height: 80rpx;margin-left: 20rpx;" src="/static/tx.jpg"></image></view><view class="lp"><view class="pll"><view><view class="zt1">狐友879303</view><view class="sj"><view class="sjs">1小时前</view><view class="sjs">广西桂林市</view></view></view><view class="pl"><view class="plll">3</view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view></view></view><view class="pll">保命要紧,何机再起</view></view></view><view class="pl"><view><image style="width: 80rpx;height: 80rpx;margin-left: 20rpx;" src="../../static/tx.jpg"></image></view><view class="lp"><view class="pll"><view><view class="zt1">网友872503</view><view class="sj"><view class="sjs">2小时前</view><view class="sjs">广西贵港市</view></view></view><view class="pl"><view class="plll">7</view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view></view></view><view class="pll">微笑生活,勇敢面对</view></view></view><view class="pl"><view><image style="width: 80rpx;height: 80rpx;margin-left: 20rpx;" src="../../static/tx.jpg"></image></view><view class="lp"><view class="pll"><view><view class="zt1">平安379373</view><view class="sj"><view class="sjs">3小时前</view><view class="sjs">广西河池市</view></view></view><view class="pl"><view class="plll">1</view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view></view></view><view class="pll">真看不懂,理解不了</view></view></view><view class="pl"><view><image style="width: 80rpx;height: 80rpx;margin-left: 20rpx;" src="../../static/tx.jpg"></image></view><view class="lp"><view class="pll"><view><view class="zt1">郊友896903</view><view class="sj"><view class="sjs">5小时前</view><view class="sjs">广西柳州市</view></view></view><view class="pl"><view class="plll">9</view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view><view class="plll"><image style="width: 30rpx;height: 30rpx;" src="../../static/tx.jpg"></image></view></view></view><view class="pll">不应该,应该如何面对</view></view></view><view class="xhx"></view><view class="jz">已加载全部</view><view class="xhxx"></view><view class="zdb"><view><image style="width: 40rpx;height: 40rpx;" src="../../static/返回.png"></image></view><view class="left"><input type="text" style="width: 180rpx;margin-right: 20rpx;font-size: 25rpx;"placeholder="我来说两句"/></view><view class="jl"><image style="width: 30rpx;height: 30rpx;" src="../../static/短信.png"></image></view><view class="jl"><image style="width: 40rpx;height: 40rpx;" src="../../static/收藏.png"></image></view><view class="jl"><image style="width: 40rpx;height: 40rpx;" src="../../static/分享.png"></image></view></view></view>
</template><script>export default {data() {return {}},methods: {}}
</script><style>
.item{margin: 20rpx 20rpx 20rpx 20rpx;
}
.spsy{width: 100%;height: 400rpx;
}
.checkbox-item{position: fixed;top: 85rpx;z-index: 1;
}
.sp{margin: 20rpx;border-bottom: 1rpx solid #999999;
}
.b{margin-top: 30rpx;margin-bottom: 30rpx;font-size: 45rpx;
}
.reg-rigth{background: #dd524d;height: 50rpx;border-radius: 50rpx;color: #ffffff;width: 140rpx;text-align: center;
}
.c{display: flex;flex-direction: row;
}
.d{display: flex;flex-direction: row;border-bottom: 1rpx solid #d0d0d0;
}
.z{display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 30rpx;
}
.z-h{margin-right: 210rpx;
}
.z-zl{font-size: 30rpx;color: #c8c7cc;margin: 20rpx;
}
.z-z2{font-size: 30rpx;color: c8c7cc;margin: 20rpx;
}
.z-z{font-size: 30rpx;color: c8c7cc;
}
.e-item{display: flex;flex-direction: row;
}
.e-rigth{margin: 20rpx;margin-top: 40rpx;
}
.e{margin-top: 30rpx;
}
.pl{display: flex;flex-direction: row;margin-right: -280rpx;margin-bottom: 40rpx;
}
.lp{margin-left: -30rpx;
}
.pll{display: flex;flex-direction: row;justify-content: space-between;margin-left: 60rpx;
}
.plll{margin-right: 50rpx;
}
.xhx{border-bottom: 1rpx solid #c0c0c0;margin: 0rpx 20rpx 20rpx 100rpx;
}
.xhxx{border-bottom: 1rpx solid #d5d5d5;margin: 0rpx 20rpx 20rpx 10rpx;margin-bottom: 40rpx;
}
.jz{color: #c0c0c0;margin-left: 120rpx;margin-top: 80rpx;
}
.zdb{display: flex;flex-direction: row;background-color: #ffffff;width: 100%;height: 60rpx;position: fixed;bottom: 0rpx;
}
.left{height: 10rpx;margin-left: 20rpx;
}
.search_input{background-color: #f8f8f8;border-radius: 40rpx;padding: 5rpx 30rpx 6rpx 30rpx;margin-right: 1rpx;
}
.jl{margin-left: 80rpx;
}
.zt1{font-size: 30rpx;color: #007aff;margin-top: 10rpx;
}
.zdb{display: flex;flex-direction: row;
}
.left{height: 10rpx;margin-left: 20rpx;
}
.search_input{background-color: #f8f8f8;border-radius: 40rpx;padding: 5rpx 30rpx 6rpx 30rpx;margin-right: 1rpx;
}
.jl{margin-left: 90rpx;
}
</style>

my.vue

<template><view><view class="dd"><view class="item1"><image class="tx" style="width: 130rpx;height: 130rpx;" src="../../static/tx.jpg"></image><view class="item2"><view class="item3">HI~欢迎回来</view><view class="item4" @tap="gotoLogin"><text class="itemz">登录</text></view></view></view><view class="er1"><view class="er2">关注3</view><view class="er3">|</view><view class="er4">话题0</view></view></view><view class="item-dj"><view><navigator url="../topic/topic"><view class="item-left"><image class="menpiao" src="../../static/收藏3.png"></image></view><view class="item-left">收藏</view></navigator></view><view><navigator url="../topic/topic.vue"><view class="item-left"><image class="menpiao" src="../../static/历史.png"></image></view><view class="item-left">历史</view></navigator></view><view><navigator url="../topic/topic.vue"><view class="item-left"><image class="menpiao" src="../../static/设置.png"></image></view><view class="item-left">设置</view></navigator></view></view><view><image style="width: 100%; height: 90rpx;" ></image></view><view class="button"><image class="buttons" style="width: 100%; height: 300rpx;" src="../../static/h3.jpg"></image><view class="button"><text class="hh">已有</text>385,893<text class="hh"></text></view><view class="button"><text class="hh">在这里发布身边的新鲜事</text></view><view class="reg-rigth">我也要发布</view></view><view class="button"><view class="buttonx">先去逛逛<image class="buttony" style="width: 35rpx;height: 35rpx;"></image></view></view><view class="zh"></view></view>
</template><script>export default {data() {return {}},methods: {gotoLogin(){uni.navigateTo({url:'/pages/login/login'})}}}
</script><style>
.dd{padding-bottom: 0rpx;background-image: url("../../static/bg.jpeg");background-position: center;margin-top: -30rpx;height: 280rpx;
}
.tx{margin-top: 10rpx;
}
.item1{display: flex;margin-top: 30rpx;margin-left: 20rpx;
}
.item2{margin-top: 15rpx;
}
.item3{margin-left: 20rpx;color: #ffffff;font-weight: bold;margin-top: 10rpx;
}
.item4{border-radius: 20rpx;color: #ffffff;width: 150rpx;height: 50rpx;background-color: #dd524d;margin-left: 20rpx;margin-top: 10rpx;
}
.itemz{color: #999999;margin-left: 45rpx;
}
.er1{margin-top: 80rpx;margin-left: 80rpx;opacity: 0.5;
}
.er2{margin-left: 50rpx;color: #ffffff;
}
.er3{margin-left: 300rpx;margin-top: -50rpx;color: #ffffff;
}
.er4{margin-left: 450rpx;margin-top: -50rpx;color: #ffffff;
}
.smart{}.item-dj{display: flex;flex-direction: row;-webkit-box-flex: 1;flex: 1;border-bottom: 1rpx solid #e6e6e6;margin-top: -50rpx;margin-bottom: 5rpx;
}
.item-left{height: 10rpx;line-height: 71rpx;width: 50%;text-align: center;margin: 90rpx;font-size: 20rpx;padding-bottom: 1rpx;margin-top: 20rpx;
}.menpiao{width: 45rpx;height: 45rpx;text-align: center;margin-top: 70rpx;
}
.menpiao1{width: 45rpx;height: 45rpx;text-align: center;margin-top: 70rpx;
}
.menpiao2{width: 40rpx;height: 40rpx;text-align: center;margin-top: 70rpx;
}
.buttons{margin-top: 0rpx;
}
.button{text-align: center;
}
.reg-rigth{border: 1px solid #dd524d;width: 250rpx;height: 65rpx;text-align: center;color: #dd524d;border-radius: 40rpx;margin-bottom: 20rpx;line-height: 70rpx;margin-top: 40rpx;margin-left: 240rpx;
}
.buttonx{color: #999999;
}
.hh{color: #999999;
}
.zh{height: 200rpx;
}
</style>

素材

在这里插入图片描述

相关文章:

基于Vue3的Uniapp实训项目|一家鲜花店

基于Vue的Uniapp实训指导项目 项目预览&#xff1a; 在这里插入图片描述 pages.json {"pages": [ //pages数组中第一项表示应用启动页&#xff0c;参考&#xff1a;https://uniapp.dcloud.io/collocation/pages{"path": "pages/index/index",&…...

Python3 字典

前言 本文主要介绍Python中的字典&#xff08;dict&#xff09;,主要内容包括&#xff1a;字典简介、字典特性、字典的基本操作。 文章目录 前言一、字典简介二、字典特性1、键值对2、无序性?3、可变性4、键的唯一性5、值的类型不限 三、字典的基本操作1、创建2、访问3、增加…...

JPA详解

文章目录 JPA概述JPA的优势JPA注解 JPA概述 Java Persistence API&#xff08;JPA&#xff09;是 Java EE 平台的一部分&#xff0c;它为开发者提供了一种用于对象关系映射&#xff08;ORM&#xff09;的标准化方法。JPA 提供了一组 API 和规范&#xff0c;用于在 Java 应用程…...

Linux线程:线程分离

目录 一、什么是线程分离 1.1pthread_detach 1.2pthread线程库存在的意义 1.3__thread线程的局部存储 1.4系统调用clone 一、什么是线程分离 1.1pthread_detach 默认情况下&#xff0c;新创建的线程是joinable的&#xff0c;线程退出后&#xff0c;需要对其进行pthread_joi…...

chatgpt之api的调用问题

1.调用api过程中&#xff0c;出现如下报错内容 先写一个测试样例 import openaiopenai.api_key "OPEN_AI_KEY" openai.api_base"OPEN_AI_BASE_URL" # 是否需要base根据自己所在地区和key情况进行completion openai.ChatCompletion.create(model"g…...

Java中lambda表达式是啥怎么使用

在Java中&#xff0c;Lambda表达式&#xff08;也称为闭包&#xff09;是一种简洁地表示匿名函数&#xff08;即没有名称的函数&#xff09;的方式。它们允许你将函数作为参数传递或赋值给变量&#xff0c;从而简化代码。Lambda表达式在Java 8及更高版本中引入。 Lambda表达式…...

selenium中, quit 和close的区别

close时 """ close和quit的区别 close关闭当前页 (只是关闭了当前) quit离开整个浏览器 &#xff08;走远了&#xff09; """ from selenium import webdriver import time# 创建浏览器驱动对象 from selenium.webdriver.co…...

管易云和金蝶云星空接口打通对接实战

管易云和金蝶云星空接口打通对接实战 源系统:管易云 金蝶管易云是金蝶集团旗下以电商和新零售为核心业务的子公司&#xff0c;公司于2008年成立&#xff0c;拥有从事电商及新零售业务相关专业知识工作者超过1000人。为伊利、网易有道、东阿阿胶、金龙鱼、海康、科大讯飞等超过1…...

DP-Kmaens密度峰值聚类算法

我有个问题 关于 [密度值>密度阈值] 的判定这里&#xff0c;新进来的新数据怎么确定他的密度值&#xff1f;密度阈值又是怎样确定的呢&#xff1f;...

STM32-14-FSMC_LCD

STM32-01-认识单片机 STM32-02-基础知识 STM32-03-HAL库 STM32-04-时钟树 STM32-05-SYSTEM文件夹 STM32-06-GPIO STM32-07-外部中断 STM32-08-串口 STM32-09-IWDG和WWDG STM32-10-定时器 STM32-11-电容触摸按键 STM32-12-OLED模块 STM32-13-MPU 文章目录 1. 显示器分类2. LCD简…...

linux nohup命令详解:持久运行命令,无视终端退出

nohup &#xff08;全称为 “no hang up”&#xff09;&#xff0c;用于运行一个命令&#xff0c;使其在你退出 shell 或终端会话后继续运行。 基本语法 nohup command [arg1 ...] [&> output_file] &command 是你想要运行的命令。[arg1 ...] 是该命令的参数。&am…...

PS系统教程09

修复照片 修饰工具 污点修复画笔工具&#xff08;J&#xff09; 主要作用&#xff1a;去除一些污点或者不需要的 【&#xff1a;缩小】&#xff1a;放大 目标&#xff1a;去掉这两个点 修复画笔工具 也就是说我们要有取样点 选择修复画笔工具按住Alt键吸取周边相近颜色松开单机…...

2024089期传足14场胜负前瞻

2024089期售止时间为6月3日&#xff08;周一&#xff09;22点00分&#xff0c;敬请留意&#xff1a; 本期1.5以下赔率5场&#xff0c;1.5-2.0赔率5场&#xff0c;其他场次是平半盘、平盘。本期14场难度偏低。以下为基础盘前瞻&#xff0c;大家可根据自身判断&#xff0c;复选增…...

备战十一届大唐杯国赛预选赛

这次省赛带了太多个省一了&#xff0c;具体可看下面的图片&#xff0c;只放了一部分。目前根据可靠消息&#xff0c;应该还有个预选赛和去年一样&#xff0c;就是还会考一次仿真。如果说通过了就是国二起步然后去北方工业争夺国一国二&#xff0c;没过的话就是国三。 每…...

安装 Android Studio 2024.1.1.6(Koala SDK35)和过程问题解决

记录更新Android Studio版本及适配Android V应用配置的一些过程问题。 安装包&#xff1a;android-studio-2024.1.1.6-windows.exe原版本&#xff1a;Android Studio23.2.1.23 Koala 安装过程 Uninstall old version 不会删除原本配置&#xff08;左下角提示&#xff09; Un…...

美团一面:什么是CAS?有什么优缺点?我说你说的是AtomicInteger吗?

引言 传统的并发控制手段&#xff0c;如使用synchronized关键字或者ReentrantLock等互斥锁机制&#xff0c;虽然能够有效防止资源的竞争冲突&#xff0c;但也可能带来额外的性能开销&#xff0c;如上下文切换、锁竞争导致的线程阻塞等。而此时就出现了一种乐观锁的策略&#x…...

【linux】(2)文件内容排序sort

sort 是一个用于排序文件内容的命令行工具&#xff0c;在 Linux 和 Unix 系统中非常常用。 基本用法 sort [OPTION]... [FILE]...常用选项 按数值排序 -n sort -n filename例子&#xff1a;对包含数值的文件进行排序。 按字典顺序排序 -d sort -d filename例子&#xff1…...

css 图片上添加模糊背景的文字内容

html部分 <div class"onlogo"> <img src"../assets/img/banner.png" /><div class"imgText"><div class"title">一体化电子印章应用服务</div><div class"content">为企业提供安全可靠…...

Python3 函数参数

前言 本文主要介绍python中的函数参数&#xff0c;主要内容包括形式参数与实际参数的概念、位置参数、关键字参数、默认参数、可变参数。 文章目录 前言一、形式参数与实际参数的概念二、位置参数&#xff08;也叫必需参数&#xff09;三、关键字参数四、默认参数五、可变参数…...

精准检测,可燃气体报警系统的技术原理与特点

在现代化的工业生产与日常生活中&#xff0c;可燃气体泄露事故频发&#xff0c;给人们的生命和财产安全带来了严重威胁。 因此&#xff0c;可燃气体报警检测系统的应用变得尤为重要。它不仅能够实时监测环境中的可燃气体浓度&#xff0c;还能在发现异常情况时及时报警&#xf…...

基于服务器使用 apt 安装、配置 Nginx

&#x1f9fe; 一、查看可安装的 Nginx 版本 首先&#xff0c;你可以运行以下命令查看可用版本&#xff1a; apt-cache madison nginx-core输出示例&#xff1a; nginx-core | 1.18.0-6ubuntu14.6 | http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages ng…...

【python异步多线程】异步多线程爬虫代码示例

claude生成的python多线程、异步代码示例&#xff0c;模拟20个网页的爬取&#xff0c;每个网页假设要0.5-2秒完成。 代码 Python多线程爬虫教程 核心概念 多线程&#xff1a;允许程序同时执行多个任务&#xff0c;提高IO密集型任务&#xff08;如网络请求&#xff09;的效率…...

数据库分批入库

今天在工作中&#xff0c;遇到一个问题&#xff0c;就是分批查询的时候&#xff0c;由于批次过大导致出现了一些问题&#xff0c;一下是问题描述和解决方案&#xff1a; 示例&#xff1a; // 假设已有数据列表 dataList 和 PreparedStatement pstmt int batchSize 1000; // …...

【OSG学习笔记】Day 16: 骨骼动画与蒙皮(osgAnimation)

骨骼动画基础 骨骼动画是 3D 计算机图形中常用的技术&#xff0c;它通过以下两个主要组件实现角色动画。 骨骼系统 (Skeleton)&#xff1a;由层级结构的骨头组成&#xff0c;类似于人体骨骼蒙皮 (Mesh Skinning)&#xff1a;将模型网格顶点绑定到骨骼上&#xff0c;使骨骼移动…...

华为云Flexus+DeepSeek征文|DeepSeek-V3/R1 商用服务开通全流程与本地部署搭建

华为云FlexusDeepSeek征文&#xff5c;DeepSeek-V3/R1 商用服务开通全流程与本地部署搭建 前言 如今大模型其性能出色&#xff0c;华为云 ModelArts Studio_MaaS大模型即服务平台华为云内置了大模型&#xff0c;能助力我们轻松驾驭 DeepSeek-V3/R1&#xff0c;本文中将分享如何…...

安宝特方案丨船舶智造的“AR+AI+作业标准化管理解决方案”(装配)

船舶制造装配管理现状&#xff1a;装配工作依赖人工经验&#xff0c;装配工人凭借长期实践积累的操作技巧完成零部件组装。企业通常制定了装配作业指导书&#xff0c;但在实际执行中&#xff0c;工人对指导书的理解和遵循程度参差不齐。 船舶装配过程中的挑战与需求 挑战 (1…...

MySQL 索引底层结构揭秘:B-Tree 与 B+Tree 的区别与应用

文章目录 一、背景知识&#xff1a;什么是 B-Tree 和 BTree&#xff1f; B-Tree&#xff08;平衡多路查找树&#xff09; BTree&#xff08;B-Tree 的变种&#xff09; 二、结构对比&#xff1a;一张图看懂 三、为什么 MySQL InnoDB 选择 BTree&#xff1f; 1. 范围查询更快 2…...

LLaMA-Factory 微调 Qwen2-VL 进行人脸情感识别(二)

在上一篇文章中,我们详细介绍了如何使用LLaMA-Factory框架对Qwen2-VL大模型进行微调,以实现人脸情感识别的功能。本篇文章将聚焦于微调完成后,如何调用这个模型进行人脸情感识别的具体代码实现,包括详细的步骤和注释。 模型调用步骤 环境准备:确保安装了必要的Python库。…...

【安全篇】金刚不坏之身:整合 Spring Security + JWT 实现无状态认证与授权

摘要 本文是《Spring Boot 实战派》系列的第四篇。我们将直面所有 Web 应用都无法回避的核心问题&#xff1a;安全。文章将详细阐述认证&#xff08;Authentication) 与授权&#xff08;Authorization的核心概念&#xff0c;对比传统 Session-Cookie 与现代 JWT&#xff08;JS…...

【若依】框架项目部署笔记

参考【SpringBoot】【Vue】项目部署_no main manifest attribute, in springboot-0.0.1-sn-CSDN博客 多一个redis安装 准备工作&#xff1a; 压缩包下载&#xff1a;http://download.redis.io/releases 1. 上传压缩包&#xff0c;并进入压缩包所在目录&#xff0c;解压到目标…...