添加图片
This commit is contained in:
parent
28e29a2a53
commit
703988e2db
3
app.json
3
app.json
@ -41,12 +41,15 @@
|
|||||||
}, {
|
}, {
|
||||||
"pagePath": "pages/classify/classify",
|
"pagePath": "pages/classify/classify",
|
||||||
"text": "分类"
|
"text": "分类"
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"pagePath": "pages/shopping/shopping",
|
"pagePath": "pages/shopping/shopping",
|
||||||
"text": "购物车"
|
"text": "购物车"
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"pagePath": "pages/personal/personal",
|
"pagePath": "pages/personal/personal",
|
||||||
"text": "我的"
|
"text": "我的"
|
||||||
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
"style": "v2",
|
"style": "v2",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
.img {
|
.img {
|
||||||
width: 40rpx;
|
width: 40rpx;
|
||||||
height: 39rpx;
|
height: 39rpx;
|
||||||
background-color: #999999;
|
// background-color: #999999;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.yongjintop {
|
.yongjintop {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="img"></view>
|
<image class="img" src="../../../utils/img/share.png"></image>
|
||||||
<view class="yongjintop">
|
<view class="yongjintop">
|
||||||
<image class="photo" src="{{img}}"></image>
|
<image class="photo" src="{{img}}"></image>
|
||||||
<view class="tel">
|
<view class="tel">
|
||||||
|
@ -1 +1 @@
|
|||||||
.box{width:690rpx;margin:0 auto;padding-bottom:41rpx;border-bottom:2rpx solid #EEEEEE}.box .img{width:40rpx;height:39rpx;background-color:#999999;float:right}.box .yongjintop{width:317rpx;margin-top:71rpx;margin-left:30rpx;display:flex}.box .yongjintop .photo{width:130rpx;height:130rpx;background-color:gold;margin-bottom:52rpx;border-radius:90%}.box .yongjintop .tel{color:#333333;font-size:28rpx;margin-top:33rpx;margin-left:35rpx}.box .yongjintop .tel .mingpian{font-size:24rpx;color:#999999;margin-top:18rpx}.mid{width:100%;height:175rpx;border-bottom:20rpx solid #FBFBFB;color:#333333;font-size:28rpx;text-align:center}.mid .midbox{width:590rpx;height:175rpx;display:flex;justify-content:space-between;margin:0 auto}.mid .way{margin-top:46rpx;margin-bottom:14rpx}.mid .money{font-size:24rpx}.mid .money1{color:#F81F1F;font-size:24rpx}.mid .line{width:2rpx;height:60rpx;margin:auto 0;background-color:#EEEEEE}
|
.box{width:690rpx;margin:0 auto;padding-bottom:41rpx;border-bottom:2rpx solid #EEEEEE}.box .img{width:40rpx;height:39rpx;float:right}.box .yongjintop{width:317rpx;margin-top:71rpx;margin-left:30rpx;display:flex}.box .yongjintop .photo{width:130rpx;height:130rpx;background-color:gold;margin-bottom:52rpx;border-radius:90%}.box .yongjintop .tel{color:#333333;font-size:28rpx;margin-top:33rpx;margin-left:35rpx}.box .yongjintop .tel .mingpian{font-size:24rpx;color:#999999;margin-top:18rpx}.mid{width:100%;height:175rpx;border-bottom:20rpx solid #FBFBFB;color:#333333;font-size:28rpx;text-align:center}.mid .midbox{width:590rpx;height:175rpx;display:flex;justify-content:space-between;margin:0 auto}.mid .way{margin-top:46rpx;margin-bottom:14rpx}.mid .money{font-size:24rpx}.mid .money1{color:#F81F1F;font-size:24rpx}.mid .line{width:2rpx;height:60rpx;margin:auto 0;background-color:#EEEEEE}
|
||||||
|
BIN
utils/img/classify.png
Normal file
BIN
utils/img/classify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 243 KiB |
BIN
utils/img/index.png
Normal file
BIN
utils/img/index.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
utils/img/personal.png
Normal file
BIN
utils/img/personal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
utils/img/share.png
Normal file
BIN
utils/img/share.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
utils/img/shopping.png
Normal file
BIN
utils/img/shopping.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user