Browse Source

优化

integral
zhaoyongnian 5 years ago
parent
commit
95c7dde697
  1. 10
      epdc-resident-mp-yushan/subpages/safety/components/sudoku/sudoku.wxss

10
epdc-resident-mp-yushan/subpages/safety/components/sudoku/sudoku.wxss

@ -5,16 +5,16 @@
} }
.content { .content {
width: 100%; width: 100%;
display: grid; display: inline-block;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 150rpx;
box-sizing: border-box;
} }
.item { .item {
display: flex; display: inline-flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
box-sizing: border-box;
width: 33%;
margin-top: 20rpx;
} }
.item .image { .item .image {
width:220rpx; width:220rpx;

Loading…
Cancel
Save