142 lines
2.2 KiB
Plaintext
142 lines
2.2 KiB
Plaintext
/* pages/shop/shop.wxss */
|
|
.shop image {
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
border: 0;
|
|
}
|
|
|
|
.shop .fe-mod {
|
|
height: auto;
|
|
position: relative;
|
|
}
|
|
|
|
.shop .fe-mod-9-nav {
|
|
height: 80rpx;
|
|
width: 25%;
|
|
padding-top: 10rpx;
|
|
float: left;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.shop .fe-mod-9-nav i {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.shop .fe-mod-9-nav-on {
|
|
border-bottom: 6rpx solid #dd2322;
|
|
padding-bottom: 4rpx;
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.shop .fe-mod-9-shopname {
|
|
height: 48rpx;
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 110rpx;
|
|
left: 0;
|
|
}
|
|
|
|
.shop .fe-mod-9-name {
|
|
height: 48rpx;
|
|
width: auto;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
line-height: 48rpx;
|
|
margin: auto;
|
|
display: table;
|
|
border-radius: 48rpx;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.shop .fe-mod-9-shoplogo {
|
|
height: 160rpx;
|
|
width: 160rpx;
|
|
padding: 8rpx;
|
|
border: 2rpx solid #fff;
|
|
border-radius: 90rpx;
|
|
margin-left: -80rpx;
|
|
position: absolute;
|
|
bottom: 176rpx;
|
|
left: 50%;
|
|
}
|
|
|
|
.shop .fe-mod-9-shoplogo-img {
|
|
height: 140rpx;
|
|
width: 140rpx;
|
|
border-radius: 140rpx;
|
|
overflow: hidden;
|
|
border: solid 2rpx #fff;
|
|
margin: 10rpx auto 0;
|
|
}
|
|
|
|
.shop .fe-mod-9-shoplogo-img image {
|
|
border-radius: 50%;
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
}
|
|
|
|
.shop .fe-mod-10 {
|
|
min-height: 200rpx;
|
|
}
|
|
|
|
.shop .fe-mod-10 image {
|
|
width: 100%;
|
|
}
|
|
|
|
.shop .fe-mod-10-menu {
|
|
height: 90rpx;
|
|
padding: 10rpx 0 0 180rpx;
|
|
text-align: center;
|
|
background: #fff;
|
|
}
|
|
|
|
.shop .fe-mod-10-menu a {
|
|
color: inherit;
|
|
}
|
|
|
|
.shop .fe-mod-10-nav {
|
|
height: 80rpx;
|
|
width: 25%;
|
|
float: left;
|
|
}
|
|
|
|
.shop .fe-mod-10-nav span {
|
|
font-size: 36rpx;
|
|
color: #000;
|
|
line-height: 36rpx;
|
|
}
|
|
|
|
.shop .fe-mod-10-nav nav {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.shop .fe-mod-10-shoplogo {
|
|
height: 132rpx;
|
|
width: 132rpx;
|
|
background: #ccc;
|
|
position: absolute;
|
|
left: 28rpx;
|
|
bottom: 44rpx;
|
|
border: 2rpx solid #fff;
|
|
box-shadow: 0 0 4rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.shop .fe-mod-10-shoplogo image {
|
|
height: 128rpx;
|
|
width: 128rpx;
|
|
}
|
|
|
|
.shop .fe-mod-10-shopname {
|
|
height: 80rpx;
|
|
width: auto;
|
|
position: absolute;
|
|
left: 180rpx;
|
|
bottom: 100rpx;
|
|
line-height: 80rpx;
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
text-shadow: 4rpx 4rpx 4rpx rgba(0, 0, 0, 0.2);
|
|
}
|