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

沈阳建站模板源码杭州网络科技公司有哪些

沈阳建站模板源码,杭州网络科技公司有哪些,做照片书的模板下载网站,深圳做网站要多少再在wallpaper新建一个目录components 在components下新建组件common-title 记得点击创建同名目录 在index加 <view class"select"><common-title></common-title></view> 图片换了下&#xff0c;原来的有点丑&#xff0c;图片可按自己喜欢…

再在wallpaper新建一个目录components

在components下新建组件common-title

记得点击创建同名目录

在index加

<view class="select"><common-title></common-title></view>

图片换了下,原来的有点丑,图片可按自己喜欢在网上下载

加一个select

<view class="select"><common-title></common-title><view class="content"><scroll-view scroll-x><view class="box" v-for="item in 8"><image src="../../common/images/【哲风壁纸】插画艺术-美女.png" mode="aspectFill"></image></view></scroll-view></view></view>

效果如下:

调整一下:

.select{padding-top: 50rpx;.content{width: 720rpx;margin-left: 30rpx;scroll-view{white-space: nowrap;.box{width: 200rpx;height: 430rpx;display: inline-block;margin-right: 15rpx;image{width: 100%;height: 100%;border-radius: 10rpx;}}.box:last-child{margin-right: 30rpx;}}}}

效果如下:

想要好看点就下载多一点图片哈

<view class="select"><common-title></common-title><view class="content"><scroll-view scroll-x><view class="box"><image src="../../common/images/【哲风壁纸】插画艺术-美女.png" mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】原画艺术-插画艺术.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】柯南-贝尔摩德.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】杀生丸-犬夜叉.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】IPhone-iPhone壁纸.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】Spider-Man-品红色.png"mode="aspectFill"></image></view></scroll-view></view></view>

效果如下:

接下来我们来弄一下公共标题

来到common-title.vue

<template><view class="common-title"><view class="name"><slot name="name"></slot></view><view class="custom"><slot name="custom"></slot></view></view>
</template><script setup></script><style lang="scss" scoped>
.common-title{display: flex;justify-content: space-between;align-items: center;padding: 0 30rpx;.name{font-size: 40rpx;}
}
</style>

再去uniapp官网

下载

按打开

下载好了,最好重启一下哈

拷贝

修改并加上日历图标:

<view class="select"><common-title><template #name>每日推荐</template><template #custom><view class="date"><uni-icons type="calendar" size="18" color="#28b389"></uni-icons><uni-dateformat :date="Date.now()" format="yyyy年MM"></uni-dateformat></view></template></common-title>

.select{padding-top: 50rpx;.date{color:#28b389;display: flex;align-items: center;.text{margin-left: 5rpx;}}

index.vue的完整代码:

<template><view class="homeLayout"><view class="banner"><swiper circular indicator-dots autoplay><swiper-item><image src="../../common/images/【哲风壁纸】动漫-少女插画.png"mode="aspectFill"></image></swiper-item><swiper-item><image src="../../common/images/【哲风壁纸】女孩-黑猫女孩.png"mode="aspectFill"></image></swiper-item></swiper></view><view class="notice"><view class="left"><uni-icons type="sound-filled" size="20" color="#28b389"></uni-icons><text class="text">公告</text></view><view class="center"><swiper vertical autoplay interval="1500"  duration="300" circular><swiper-item v-for="item in 4">欢迎来到Kx......壁纸</swiper-item></swiper></view><view class="right"><uni-icons type="right" size="16" color="#333"></uni-icons></view></view><view class="select"><common-title><template #name>每日推荐</template><template #custom><view class="date"><uni-icons type="calendar" size="18" color="#28b389"></uni-icons><uni-dateformat :date="Date.now()" format="yyyy年MM"></uni-dateformat></view></template></common-title><view class="content"><scroll-view scroll-x><view class="box"><image src="../../common/images/【哲风壁纸】插画艺术-美女.png" mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】原画艺术-插画艺术.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】柯南-贝尔摩德.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】杀生丸-犬夜叉.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】IPhone-iPhone壁纸.png"mode="aspectFill"></image></view><view class="box"><image src="../../common/images/【哲风壁纸】Spider-Man-品红色.png"mode="aspectFill"></image></view></scroll-view></view></view><view class="theme"><common-title><template #name>专题精选</template></common-title></view></view>
</template><script setup></script><style lang="scss" scoped>.homeLayout{.banner{width: 750rpx;padding: 30rpx 0;swiper{width: 750rpx;height: 340rpx;swiper-item{width: 100%;height: 100%;padding: 0 30rpx;image{width: 100%;height: 100%;border-radius: 10rpx;}}}}.notice{width: 690rpx;height: 80rpx;line-height: 80rpx;background: #f9f9f9;margin: 0 auto;border-radius: 80rpx;display: flex;.left{width: 140rpx;display: flex;align-items: center;justify-content: center;.text{color: #28b389;font-weight: 600;font-size: 28rpx;}}.center{flex: 1;swiper{height: 100%;swiper-item{height: 100%;font-size: 30rpx;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}}}.right{width: 70rpx;display: flex;align-items: center;justify-content: center;}}.select{padding-top: 50rpx;.date{color:#28b389;display: flex;align-items: center;.text{margin-left: 5rpx;}}.content{width: 720rpx;margin-left: 30rpx;scroll-view{white-space: nowrap;.box{width: 200rpx;height: 430rpx;display: inline-block;margin-right: 15rpx;image{width: 100%;height: 100%;border-radius: 10rpx;}}.box:last-child{margin-right: 30rpx;}}}}}
</style>

http://www.dtcms.com/a/459051.html

相关文章:

  • 商品网站建设个人网站能放什么内容
  • 电子商务网站设计与建设小结网站建设要注意什么
  • 网站制作公司多少钱一年策划公司企业简介
  • 网站开发运营app开发定制公司推荐
  • 校园网站管理系统wordpress中英文模板
  • 南通网站建设服务ui界面设计师
  • 免费搭建业务网站做网站的开场白
  • 强化学习(Reinforcement Learning,RL)
  • 山东鲁中公路建设有限公司网站高创园网站建设方案
  • 汽贸公司网站建设个人做电影网站
  • 网站建设 比选wordpress自动alt
  • 《SaaS应用核心痛点攻坚:租户级动态配置管理的技术实践与落地》
  • 上海网站建设口碑最好的公司免费空间网站源码
  • 简单的企业网站视频剪辑课程
  • 西安火车站建设wordpress美图插件
  • 网站做电商资质吗万网是干什么用的
  • 国庆作业day5
  • 宁波育才建设教育集团网站衡水移动网站建设
  • 聊城网站优化wordpress 慢集市
  • 开发网站需要什么人员那些公司需要网站开发工程师
  • 青浦专业做网站公司网站被k 但收录内页
  • 龙岩网站优化公司肇庆seo按天计费
  • 卫辉市住房和城市建设局网站呼和浩特网站seo优化方案
  • 广元网站制作麻城网站建设公司
  • 源码哥网站的模板科技大学录取分数线2023
  • 山东平台网站建设价格杭州seo渠道排名
  • 什么是网站推广如何查网站建设时间
  • 岳阳县住房和城乡建设局网站上海十佳装修公司排名
  • 苏州浒关做网站什么网站可以自学ps做贵宾卡
  • 河南省路桥建设集团网站贵州交通建设集团