miniprogram-demo/packageAPI/pages/download-file/download-file.wxss

12 lines
228 B
Plaintext
Raw Permalink Normal View History

2020-12-09 14:20:10 +08:00
/* pages/API/download-file/download-file.wxss */
2021-06-17 15:42:44 +08:00
.page-body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
2020-12-09 14:20:10 +08:00
.page-body image {
width: 300px;
height: 300px;
margin: 0 38px;
}