Changeset View
Changeset View
Standalone View
Standalone View
src/pages/businessManagement/comDialog.scss
- This file was added.
.dialog-wrapper { | |||||
z-index: 1000; | |||||
position: fixed; | |||||
top: 0; | |||||
left: 0; | |||||
bottom: 0; | |||||
right: 0; | |||||
overflow: auto; | |||||
background-color: rgba(0, 0, 0, 0.5); | |||||
display: flex; | |||||
justify-content: center; | |||||
.dialog-detail { | |||||
position: absolute; | |||||
top:308px; | |||||
background: #ffffff; | |||||
border-radius: 12px 12px 8px 8px; | |||||
width: 560px; | |||||
padding-top: 60px; | |||||
.dialog-title { | |||||
font-size: 36px; | |||||
color: #333333; | |||||
text-align: center; | |||||
} | |||||
.dialog-content { | |||||
margin-top: 16px; | |||||
font-size: 30px; | |||||
color: #666666; | |||||
margin-bottom: 6px; | |||||
text-align: center; | |||||
} | |||||
.dialog-reason { | |||||
padding: 26px 40px 0px 40px; | |||||
.asterisk { | |||||
color: #ff6666; | |||||
font-size: 30px; | |||||
line-height: 30px; | |||||
margin-bottom: 24px; | |||||
} | |||||
.title { | |||||
font-size: 30px; | |||||
color: #151515; | |||||
} | |||||
.hint { | |||||
font-size: 24px; | |||||
color: #ff4338; | |||||
margin-top: 10px; | |||||
} | |||||
} | |||||
.dialog-btn-wrapper { | |||||
padding: 50px 60px 60px 60px; | |||||
text-align: center; | |||||
.dialog-btn { | |||||
width: 440px; | |||||
height: 80px; | |||||
line-height: 80px; | |||||
font-size: 30px; | |||||
color: #ffffff; | |||||
background-image: linear-gradient(270deg, #ffab4a 0%, #ff7632 96%); | |||||
border-radius: 12px; | |||||
} | |||||
} | |||||
} | |||||
.dialog-close { | |||||
width: 80px; | |||||
height: 80px; | |||||
position: absolute; | |||||
top:947px; | |||||
left: 50%; | |||||
transform: translateX(-50%); | |||||
} | |||||
} |
Content licensed under Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA) unless otherwise noted; code licensed under GNU General Public License (GPL) or other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL