/**app.wxss**/ .container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 200rpx 0; box-sizing: border-box; } .imageView { height: 80px; width: 100%; margin-top: 20rpx; position: relative; align-items: center; justify-content: center; box-sizing: content-box; } .imageViewNoMargin{ height: 80px; width: 100%; margin-top: -10rpx; position: relative; align-items: center; justify-content: center; box-sizing: content-box; } .currentImage { width: 100%; height: 100%; } .bottomGroupView{ margin-top: -10rpx; width: 100%; height: 80px; display: flex; flex-direction: row; } .btnTextView { position: absolute; width: 100%; top:0; line-height: 65px; text-align: center; } .btnText { color: white; font-size: 20px; } .goodsNameImageToTopFar{ height: calc(100% - 180px); background:#EAF1F8; } .blueAddText{ color: #2689f8; font-size: 20px; }