/* 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: 16rpx 40rpx; border-radius: 50rpx; /* margin: 0 auto; */ color: #fff; } .inputclass{ width: 540rpx; height: 55rpx; line-height: 55rpx; background-color: rgb(238, 238, 238); border-radius: 6rpx; padding-left: 40rpx; padding-right: 15rpx; }