/* pages/index/index.wxss */ .banner{ width: 100%; height: 400rpx; } .banner image{ width: 100%; height: 400rpx; } .msg{ 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%; }