h3, h4 { font-weight: normal; } h3{ margin: auto; margin-bottom: 15px; background-image: url(../../assets/images/reset/bg-black1.png); background-repeat: no-repeat; background-size: 260px 30px; background-position-x: 90px; background-position-y: 0px; color: white; } .mask { display: none; height: 100%; width: 100%; position: fixed; left: 0; background-color: rgba(0, 0, 0, 0.75); z-index: 8; } .repsw { display: none; z-index: 9; font-weight: 3px; position: fixed; background-image: url(../../assets/images/reset/bg_white1.jpg); border-radius: 10px; box-shadow: 0 0 100px rgb(0 0 0 / 50%); width: 400px; height: 500px; top: 80px; margin-left: 200px; } @media(min-width=300) { .repsw { margin-left: 200px; } } @media(min-width: 992px) { .repsw { margin-left: 300px; } } .repsw_close { margin-right: 10px; float: right; height: 30px; width: 30px; border-radius: 0px; border-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0); font-size: 30px; } .repsw_title { background-image: url(../../assets/images/reset/border-bg-black-l.png); background-repeat: no-repeat; background-size: 800px 70px; background-position: center; opacity: 0.8; margin: auto; margin-top: 40px; margin-bottom: 30px; padding: 10px; width: 800px; height: 70px; } .r { /* margin: auto; */ text-align: center; margin-top: 80px; /* margin-bottom: 40px; */ } .psw_alert { display: none; font-weight: bold; color: red; } .check_alert { display: none; font-weight: bold; color: red; } .repsw_submit { margin: auto; margin-left: 30%; margin-top: 80px; width: 40%; height: 30px; font-size: 20px; /* font-family: '隶书'; */ border: 2px solid #00000088; /* Green */ border-radius: 4px; /* border: none; */ /* background-color: rgba(0, 0, 0, 0); */ /* background-image: url(../images/reset/border-bg-black-l.png); background-repeat: no-repeat; background-size: cover; background-position: center; background-size: 100% 60px; */ opacity: 0.8; }