物流端
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.
yyt-mall-wl/pages/index/index.wxss

74 lines
1.1 KiB

1 year ago
/* pages/index/index.wxss */
.banner{
width: 100%;
height: 400rpx;
}
.banner image{
width: 100%;
height: 400rpx;
}
.msg{
border-radius: 5px;
margin-top: 20rpx;
height: 30rpx;
1 year ago
background-color: #fff;
font-size: 26rpx;
padding: 10rpx;
text-align: center;
}
.produck-type{
border-radius: 15rpx ;
display: flex;
width: 100%;
background-color: #fff;
padding: 15rpx 0rpx;
margin-top: 10rpx;
/* margin-bottom: 20rpx; */
font-size: 26rpx;
justify-content:space-between;
}
.item{
width: 30%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.item image{
width: 80rpx;
height: 80rpx;
}
.btn{
background-color: #3ec6c9;
color: #fff;
margin-top: 20rpx;
border: 1rpx #d1d0d0 solid;
width: 500rpx !important;
}
.ec-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 450rpx;
background-color: #fff;
border-radius: 15rpx;
margin-top: 15rpx;
padding: 20rpx 0;
}
ec-canvas {
width: 100%;
height: 100%;
}