.head{ width:100%; height:30px; color:#fff; background-color: cornflowerblue; text-align: left; display:flex; flex-direction: row; } .btns{ height:40px; display:flex; flex-direction: row; flex-wrap: wrap; text-align:center; } .txlabel{ color:#fff; background-color: #438af4; border-radius: 2px; font-weight: 500; font-size: 30rpx; padding: 5rpx 10rpx; } /* 样式二 */ .page{ padding-top: 60rpx; padding-bottom: 90rpx; } .head{ top: 0; left: 0; z-index: 10; width: 100%; position: fixed; padding-bottom: 20rpx; background-color:#438af4 } .typeBtns{ margin: auto; display: flex; } .typeBtn{ height: 60rpx; line-height: 60rpx; padding: 0 15rpx; border-radius: 0 6rpx 6rpx 0 ; border: 1rpx solid #ffffff; } .typeBtn1{ border-radius: 6rpx 0 0 6rpx; } .datiBtn{ color: #438af4; background: #ffffff; } .beitiBtn{ color: #ffffff; } .footerBtns{ position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f7f7f7; border-top: 1rpx solid #f1f1f1; } .checkKey{ width: 70rpx; text-align: center; line-height: 70rpx;height: 70rpx;border-radius: 38rpx;border: 1rpx solid #aaaaaa; }