twoCode.wxss 264 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 /* pages/indexs/code/code.wxss */ page { background-color: #f5f5f5; } .code { margin: 400rpx auto 0 auto; width: 280rpx; height: 280rpx; display: flex; align-items: center; justify-content: center; } .code image { width: 100%; height: 100%; }