/* pages/setAnnunciateImg/index.wxss */ .imgBox{ display: flex; flex-wrap: wrap; justify-content: space-between; /* min-height: 386px; */ padding: 8px; } .imgBox>view{ /* flex: 33%; */ width: 112px; height: 112px; margin-bottom: 12px; } .selectTem{ display: flex; } .selectTem image { width: 84px; height: 84px; margin: 2px; } .template{ padding: 12px; background-color: #fff; } .bottom{ position: fixed; width: 100vw; height: 84px; bottom: 0; left: 0; padding-top: 12px; text-align: center; background-color: #fff; } .detailBtn{ width: 200px; height: 36px; margin: 0; font-size: 16px; padding:0; font-weight: 501; color: #ffffff; line-height: 36px; border-radius: 21px; }