Files
AGuestSaas/pages/mall/index.wxss
2020-12-31 13:19:20 +08:00

76 lines
1.1 KiB
Plaintext

/*
* 手太欠
* 企获客商城模块
*/
page {
background-color: #f3f3f3;
}
/* 商城红色背景 */
.mallBox {
position: relative;
}
.mallBox::after {
position: absolute;
content: '';
background-color: #378fff;
border-radius: 0 0 10% 10%;
width: 100%;
height: 38vh;
top: 0;
left: 0;
z-index: 0;
}
.mallCont {
position: absolute;
left: 30rpx;
top: 30rpx;
right: 30rpx;
z-index: 1;
}
/* 商城搜索 */
.mallCont-search {
background-color: white;
border-radius: 100rpx;
padding: 18rpx 30rpx;
box-sizing: border-box;
display: flex;
color: #999999;
}
.mallCont-search-icon {
width: 44rpx;
height: 44rpx;
margin-right: 30rpx;
}
/* 轮播图 */
.banner {
position: relative;
padding-top: 38%;
width: 100%;
background: white;
border-radius: 10rpx;
overflow: hidden;
margin: 30rpx 0;
}
.banner-swiper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner-img {
width: 100%;
height: 100%;
vertical-align: top;
}