.nav-link{ font-style: normal; font-size: 48px; font-weight: bolder; text-shadow: 2px 2px 5px red; } #csdn-link { border-radius: 15px; border: white solid 5px; box-shadow: 0 0 5px 4px silver; transition: transform .3s; } #my-blogs-about{ font-size: 24px; font-weight: bolder; } /*body {*/ /* background-image: url("../img/ne.jpg");*/ /* background-size:100%;*/ /* background-attachment: fixed*/ /*}*/ #bg-video { position: fixed; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } /* å¯¼èªæ ä¸ç龿¥æ ·å¼ */ .navbar-nav .nav-link { color: red; /* æåé¢è²è®¾ç½®ä¸ºç½è² */ } /* å¯¼èªæ ä¸ç龿¥æ¬åæ¶çæ ·å¼ */ .navbar-nav .nav-link:hover { color: #eee; /* é¼ æ æ¬åæ¶æåé¢è²è®¾ç½®ä¸ºæ·¡ç½è² */ } #leader { background-image: linear-gradient(to right, #eeeeee, skyblue); /* æ¸åè²èæ¯ */ } .card{ height: 500px; } /* é®ç½©å± */ #overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; font-size: 16px; /* IE9以ä¸ä¸æ¯ærgbaæ¨¡å¼ */ background-color: rgba(0, 0, 0, 0.5); /* å ¼å®¹IE8åä»¥ä¸ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); display: none; } /* å¼¹åºæ¡ä¸»ä½ */ .popup { background-color: #ffffff; max-width: 400px; min-width: 200px; height: 240px; border-radius: 5px; margin: 100px auto; text-align: center; } /* å¼¹åºæ¡çæ é¢ */ .popup_title { height: 60px; line-height: 60px; border-bottom: solid 1px #cccccc; } /* å¼¹åºæ¡çå 容 */ .popup_content { height: 50px; line-height: 50px; padding: 15px 20px; } /* å¼¹åºæ¡çæé®æ */ .popup_btn { padding-bottom: 10px; } /* å¼¹åºæ¡çæé® */ .popup_btn button { /*color: #778899;*/ width: 40%; height: 40px; cursor: pointer; border: solid 1px #cccccc; border-radius: 5px; margin: 5px 10px; color: #ffffff; background-color: #337ab7; } .ico-link{ border-radius: 15px; } /* å¨å°å±å¹ä¸ï¼ä¾å¦ææºï¼ä½¿ç¨ååºå¼è®¾è®¡ */ @media (max-width: 767px) { /* è°æ´é 读æ´å¤æé®åæåçåä½å¤§å°åä½ç½® */ .card-body .btn { font-size: 14px; /* æ ¹æ®éè¦è°æ´åä½å¤§å° */ margin-top: 10px; /* æ ¹æ®éè¦è°æ´æé®ä¸æåä¹é´çé´è· */ } .card-body .card-text { font-size: 12px; /* æ ¹æ®éè¦è°æ´åä½å¤§å° */ } } /*body{*/ /*background-image: linear-gradient(to right, #eeeeee, skyblue); !* æ¸åè²èæ¯ *!*/ /*}*/