/* packageB/pages/AI-test-skin/select_photo/select_photo.wxss */ page { width: 100%; height: 100%; } .content { padding: 10%; height: 60%; } .foot_btn { margin-top: 80rpx; display: flex; justify-content: space-between; align-items: center; } .foot_btn .reset_select { display: flex; flex-direction: column; } .foot_btn .ok_btn { background: #5dd9dc; padding: 0 50rpx; border-radius: 50rpx; /* margin: 0 auto; */ line-height: 100rpx; color: #fff; }