首页 技术 正文
技术 2022年11月15日
0 收藏 313 点赞 4,846 浏览 6184 个字

先看一下今天要实现的小程序商品详情页吧!

 <img src="https://www.shuzhiduo.com/A/A2dmXRgb5e/%7B%7Bitem%7D%7D" bindtap="previewImage" mode="widthFix"></image> </swiper-item> </block></swiper>

detail.wxss
page {  display: flex;  flex-direction: column;  height: 100%;}/* 直接设置swiper属性 */swiper {  /* height: 500rpx; */    height: 600rpx;    background: #F3F4F6;    text-align: center;}swiper-item image {  width: 80%;  height: 100%;}
detail.js
/**   * 页面的初始数据   */  data: {    // banner    imgUrls: [      "https://m.360buyimg.com/n12/jfs/t11317/108/1080677336/325163/f4c2a03a/59fd8b17Nbe2fcca3.jpg!q70.jpg",      "https://m.360buyimg.com/n12/jfs/t11575/282/348533702/60173/d75cd1cc/59edb8d6N688b420f.jpg!q70.jpg",      "https://m.360buyimg.com/n12/jfs/t11536/279/360605865/15194/442cab0b/59edb8d3N163a7608.jpg!q70.jpg",      "https://m.360buyimg.com/n12/s750x750_jfs/t9733/126/2033941175/68120/a4eb4468/59edb8d6N37bea6f7.jpg!q70.jpg",      "https://m.360buyimg.com/n12/s750x750_jfs/t10744/195/2053933852/71608/94425578/59edb8d6Ne28c70ff.jpg!q70.jpg"    ],    indicatorDots: true, //是否显示面板指示点    autoplay: true, //是否自动切换    interval: 3000, //自动切换时间间隔,3s    duration: 1000, //  滑动动画时长1s}

三、商品详情浮动图标+商品描述

detail.wxml
<!--图文详情按钮--><view class='tab-bar-detail'>      <text>图文</text>      <text>详情</text></view> <view class="product-price-wrap"> <view>    <p class="product-price-new">¥7935.84</p>    <p class="product-price-old">原价¥9018.00</p>    <p class="discount">8.8折</p>  </view>  <view>    <image src="../../images/bottomNav/share.png" />  </view></view><view class="product-name-wrap">  <text>Apple iPhone X手机 苹果x 全网通4G 全面屏手机 银色 官方标配 256G</text></view>
detail.wxss
/**图文详情 浮层**/.tab-bar-detail{  width: 75rpx;  height: 75rpx;  background-color: #fff;  border-radius:25px;  position: fixed;  z-index: 2;  right: 4%;  top:500rpx;  border:1rpx solid #F3F4F6;  line-height:25rpx;  text-align: center;  display: flex;  flex-direction: column;  justify-content: center;}.tab-bar-detail text{  font-size: 22rpx;  color: #e80080;}/**商品价格**/.product-price-wrap{  display: flex;  justify-content:space-between;/**两边对齐**/  flex-direction: row;  flex-wrap: wrap;  margin:5px 5px;   /* border:1rpx solid red;   */} .product-price-wrap .product-price-new{  color: #e80080;  font-weight:400;  font-size: 24px;}.product-price-wrap .product-price-old{  color: #888;  text-decoration: line-through;  padding-left: 5px;  font-size: 14px;  line-height:30px;  font-weight:300;}.product-price-wrap .discount{  margin: 5px 5px;  background-color: #000;  color: #fff;  height: 18px;  font-size: 14px;  border-radius:2px;}.product-price-wrap image{  width:40rpx;  height: 40rpx;  margin: 5px 5px;}.product-name-wrap{  margin: 0px 10px;   /* border:1rpx solid red;  */}.product-name-wrap text{  font-size: 14px;  font-weight:400;  line-height: .48rem;  color: #404040;}

四、商品内页详情

detail.wxml
<view class="details">   <scroll-view scroll-y="true">       <block wx:for-items="{{detailImg}}" wx:key="name">       <image class="image_detail" src="https://www.shuzhiduo.com/A/A2dmXRgb5e/%7B%7Bitem%7D%7D" mode="widthFix"/>    </block>   </scroll-view> </view>
detail.wxss
.details{   padding: 0px 5px 0 5px;}.detail {  display: flex;  flex-direction: column;  margin-top: 15rpx;  margin-bottom: 0rpx;}
detail.js
// 商品详情介绍    detailImg: [      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_0_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_1000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_1500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_2000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_2500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_3000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_3500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_4000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_4500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_5000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_5500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nosdn1.127.net/8b8f60cb94b148e485dd50934e35ecca1511959468798jal1mola10610.jpg?imageView&quality=98&crop=0_6000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nos.netease.com/a108a6ae73914a91b7e07b8cc0ad32ad1511959470997jal1mqad10611.jpg?imageView&quality=98&crop=0_7500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nos.netease.com/a108a6ae73914a91b7e07b8cc0ad32ad1511959470997jal1mqad10611.jpg?imageView&quality=98&crop=0_8000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nos.netease.com/a108a6ae73914a91b7e07b8cc0ad32ad1511959470997jal1mqad10611.jpg?imageView&quality=98&crop=0_8500_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nos.netease.com/a108a6ae73914a91b7e07b8cc0ad32ad1511959470997jal1mqad10611.jpg?imageView&quality=98&crop=0_9000_750_500&imageView&thumbnail=710x0&quality=85",      "https://haitao.nos.netease.com/a108a6ae73914a91b7e07b8cc0ad32ad1511959470997jal1mqad10611.jpg?imageView&quality=98&crop=0_9500_750_376&imageView&thumbnail=710x0&quality=85",    ],  },

五、效果图

 微信小程序电商实战-商品详情(上)效果图.jpg

总结

在做商品图文详情页图片布局的时候遇到了问题,图片加载会不自然 并且比较模糊,具体处理方法可以参考另一篇文章微信小程序-Image 图片实现宽度100%,高度自适应

作者:IT实战联盟Lin
链接:https://www.jianshu.com/p/6cee51acd018
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,990
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,504
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,348
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,133
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,765
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,843