/* component/updatePassword/updatePassword.wxss */ @import "../../pages/login/login.wxss"; .updatepassword_page { height: 100%; display: flex; background-color: rgba(0, 0, 0, 0.74); justify-content: center; flex-direction: column; align-items: center; width: 100%; } .updatepassword_window { background-color: white; border-radius: 7rpx; } .updatepassword_window_top { border-radius: 7px 7px 2px 2px; background-color: #eeeeee; width: 100%; height: 90rpx; display: flex; justify-content: center; align-items: center; } .updatepassword_input_layout { display: flex; margin-top: 80rpx; flex-direction: column; justify-content: start; align-items: center; width: 100%; height: 100%; }