You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
683 B
37 lines
683 B
/* subpages/mediateHypermarket/page/index/index.wxss */
|
|
.index {
|
|
width: calc(100% - 60rpx);
|
|
/* margin-top: 28rpx; */
|
|
height: 300rpx;
|
|
line-height: 300rpx;
|
|
margin-left: 30rpx;
|
|
border-radius: 10rpx;
|
|
position: relative;
|
|
margin-bottom: 28rpx;
|
|
padding: 0;
|
|
background: #fff;
|
|
box-shadow: 0rpx 4rpx 14rpx 0rpx rgba(5, 5, 5, 0.4);
|
|
}
|
|
|
|
button::after {
|
|
border: none;
|
|
}
|
|
|
|
.hover-btn {
|
|
box-shadow: 0 0 10rpx rgba(63, 63, 63, 0.1);
|
|
}
|
|
|
|
.index.top {
|
|
margin-top: 28rpx;
|
|
}
|
|
|
|
.index .img-bj {
|
|
border-radius: 10rpx;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
}
|
|
|