/* pages/detail/detail.wxss */ page { display: flex; flex-direction: column; height: 100%; } .detail { display: flex; flex-direction: column; margin-top: 15rpx; margin-bottom: 15rpx; } .detail .title { font-size: 40rpx; margin: 10rpx; color: black; text-align: center; } .detail .shop { font-size: 40rpx; margin: 10rpx; color: black; text-align: center; } .detail .price { color: red; font-size: 40rpx; margin: 10rpx; text-align: center; } .a { border-bottom: 1px solid #ccc; font-size: 30rpx; margin: 10rpx; color: black; text-align: center; border-top: 1px solid #ccc; }