换系统
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
// components/member/membershop/membershop.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
// components/member/membershop/membershop.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
@@ -1,30 +1,30 @@
|
||||
.membershop {
|
||||
width: 373rpx;
|
||||
height: 557rpx;
|
||||
background-color: #FBFBFB;
|
||||
.pic {
|
||||
width: 113rpx;
|
||||
height: 256rpx;
|
||||
background-color: white;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
top: 64rpx;
|
||||
left: 121rpx;
|
||||
}
|
||||
.shopname {
|
||||
width: 273rpx;
|
||||
color: #333333;
|
||||
font-size: 30rpx;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: 111rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.pri {
|
||||
position: relative;
|
||||
top: 127rpx;
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
color: #09BB07;
|
||||
}
|
||||
.membershop {
|
||||
width: 373rpx;
|
||||
height: 557rpx;
|
||||
background-color: #FBFBFB;
|
||||
.pic {
|
||||
width: 113rpx;
|
||||
height: 256rpx;
|
||||
background-color: white;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
top: 64rpx;
|
||||
left: 121rpx;
|
||||
}
|
||||
.shopname {
|
||||
width: 273rpx;
|
||||
color: #333333;
|
||||
font-size: 30rpx;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: 111rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.pri {
|
||||
position: relative;
|
||||
top: 127rpx;
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
color: #09BB07;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
<view class="membershop">
|
||||
<image class="pic"></image>
|
||||
<view class="shopname">产品名产品名产品名
|
||||
产品名产品名</view>
|
||||
<view class="pri">$123</view>
|
||||
<view class="membershop">
|
||||
<image class="pic"></image>
|
||||
<view class="shopname">产品名产品名产品名
|
||||
产品名产品名</view>
|
||||
<view class="pri">$123</view>
|
||||
</view>
|
||||
@@ -1,33 +1,33 @@
|
||||
.membershop {
|
||||
width: 373rpx;
|
||||
height: 557rpx;
|
||||
background-color: #FBFBFB;
|
||||
}
|
||||
|
||||
.membershop .pic {
|
||||
width: 113rpx;
|
||||
height: 256rpx;
|
||||
background-color: white;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
top: 64rpx;
|
||||
left: 121rpx;
|
||||
}
|
||||
|
||||
.membershop .shopname {
|
||||
width: 273rpx;
|
||||
color: #333333;
|
||||
font-size: 30rpx;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: 111rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.membershop .pri {
|
||||
position: relative;
|
||||
top: 127rpx;
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
color: #09BB07;
|
||||
}
|
||||
.membershop {
|
||||
width: 373rpx;
|
||||
height: 557rpx;
|
||||
background-color: #FBFBFB;
|
||||
}
|
||||
|
||||
.membershop .pic {
|
||||
width: 113rpx;
|
||||
height: 256rpx;
|
||||
background-color: white;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
top: 64rpx;
|
||||
left: 121rpx;
|
||||
}
|
||||
|
||||
.membershop .shopname {
|
||||
width: 273rpx;
|
||||
color: #333333;
|
||||
font-size: 30rpx;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: 111rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.membershop .pri {
|
||||
position: relative;
|
||||
top: 127rpx;
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
color: #09BB07;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user