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.
|
|
|
/* pages/index/index.wxss */
|
|
|
|
page {
|
|
|
|
background: -webkit-linear-gradient(top, #27adb0, #b6f0f0, #f8f8f8);
|
|
|
|
}
|
|
|
|
.banner{
|
|
|
|
width: 100%;
|
|
|
|
height: 330rpx;
|
|
|
|
}
|
|
|
|
.banner image{
|
|
|
|
width: 100%;
|
|
|
|
height: 350rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.msg{
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 10rpx 10rpx 0rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
font-size: 26rpx;
|
|
|
|
padding: 10rpx;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.produck-type{
|
|
|
|
border-radius: 5rpx ;
|
|
|
|
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: 100rpx;
|
|
|
|
height: 100rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn{
|
|
|
|
background-color: #3ec6c9;
|
|
|
|
color: #fff;
|
|
|
|
margin-top: 10rpx;
|
|
|
|
padding: 25rpx 10rpx;
|
|
|
|
font-size: 35rpx;
|
|
|
|
letter-spacing: 2rpx;
|
|
|
|
width: 98% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ec-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 450rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 5rpx;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
padding: 20rpx 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ec-canvas {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|