芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/thefirstcookout.com/assets/weather.css
body { font-family: Arial, sans-serif; } .popup { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); } .popup-content { background-color: #fff; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 600px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.3); border-radius: 10px; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } h2 { color: #333; } ul { list-style: none; padding: 0; } ul li { font-size: 16px; margin: 10px 0; }