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.
77 lines
1.3 KiB
77 lines
1.3 KiB
/* pages/mall/shops/index.wxss */
|
|
|
|
.swiper-image {
|
|
height: 120px;
|
|
border-radius: 6px;
|
|
width: 100%;
|
|
}
|
|
|
|
.search-form {
|
|
background-color: #f5f5f5;
|
|
line-height: 64rpx;
|
|
height: 64rpx;
|
|
font-size: 24rpx;
|
|
color: var(--black);
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.search-form+.action {
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.search-form input {
|
|
flex: 1;
|
|
padding-right: 30rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
font-size: 26rpx;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.cu-bar .search-form [class*="cuIcon-"] {
|
|
margin: 0 0.5em 0 0.8em;
|
|
}
|
|
|
|
.cu-bar .search-form [class*="cuIcon-"]::before {
|
|
top: 0rpx;
|
|
}
|
|
|
|
.nav-li {
|
|
padding: 24rpx;
|
|
border-radius: 12rpx;
|
|
background-color: #008AFF;
|
|
box-shadow: 0px 8px 36px -11px rgba(0, 138, 255, 0.5);
|
|
width: 100%;
|
|
margin: 24rpx 0rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.shadow {
|
|
width: 72px;
|
|
height: 25px;
|
|
font-size: 18px;
|
|
font-family: PingFang-SC-Medium, PingFang-SC;
|
|
font-weight: 500;
|
|
color: rgba(255, 255, 255, 1);
|
|
line-height: 25px;
|
|
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.v-driver {
|
|
width: 1px;
|
|
height: 16px;
|
|
background: rgba(208, 208, 208, 1);
|
|
border-radius: 1px;
|
|
margin: 0rpx 24rpx;
|
|
}
|
|
|
|
.nav-title {
|
|
font-size: 14px;
|
|
font-family: PingFang-SC-Regular, PingFang-SC;
|
|
font-weight: 400;
|
|
color: rgba(208, 208, 208, 1);
|
|
}
|
|
|