page{ background-color: #ebebeb; } .title { width: 20rem; height: 3rem; font-size: 2rem; border-radius: 1rem; background-color: #c7c6c6; color: rgb(20, 34, 240); display: flex; /*设置显示样式**/ align-items: center; /**子view垂直居中*/ vertical-align: center; /**垂直居中*/ justify-content: center; /**内容居中*/ flex-direction: row; margin-right: 2rem; } .index { border-radius: 0.5rem; background-color: #fff; margin: 0.2rem; } .index-item-odd { display: flex; padding: 0.4rem 1rem; background-color: #e9b596; } .index-item-even { display: flex; padding: 0.4rem 1rem; background-color: #ecd895; } .index-item-odd label { width: 16rem; margin-right: 2rem; } .index-item-even label { width: 16rem; margin-right: 2rem; } .generateBtnView button{ width: 90% !important; position: fixed; bottom: 0.1rem; left: 5%; z-index: 10; background-color: #f0af89; }