/* page { height: 97%; } */ .body-content { width: 100%; height: 100%; display: flex; flex-direction: column; } .info_list_box { width: 100%; height: 100%; position: relative; display: flex; flex-direction: column; align-items: center; } .info_list { width: 98%; height: 98%; margin-top: 8px; margin-bottom: 8px; } .info_text_line_inline { width: 100%; display: flex; flex-direction: row; align-items: flex-start; color: black; } .info_text_line_inline_title { width: 50%; } .info_text_line_inline_content { width: 50%; text-align: left; color: #669999; font-size: small; } .info_text_line_center { text-align: center; } .datetime_font { color:#669999; } .myinput { margin-top: 20rpx; } .radio_name{ margin:5rpx; color:#669999; } .myinput input { border-style: solid; border-width: thin; border-color: lightgray; padding-top: 10rpx; padding-left: 10rpx; padding-bottom: 10rpx; color:#669999; } .time-select { margin-top: 10rpx; display: flex; flex-direction: row; justify-content: start; } .submit-btn { height: 15%; }