33 lines
496 B
Plaintext
33 lines
496 B
Plaintext
|
.membershop {
|
||
|
width: 373rpx;
|
||
|
height: 557rpx;
|
||
|
background-color: #FBFBFB;
|
||
|
}
|
||
|
|
||
|
.membershop .pic {
|
||
|
width: 113rpx;
|
||
|
height: 256rpx;
|
||
|
background-color: white;
|
||
|
margin: 0 auto;
|
||
|
position: relative;
|
||
|
top: 64rpx;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|