本帖最后由 七夏浅笑 于 2020-3-25 15:12 编辑
成功了,好棒诶,第一次在论坛上折腾这么久

顺便发下我的 css 吧
- body:before {
- content: close-quote;
- width: 551px;
- right: 10px;
- top: 30px;
- position: fixed;
- background: center,url();
- background-size: cover;
- background-position: center;
- height: 200px;
- }
- body {
- background-image: url(https://ae01.alicdn.com/kf/U8ec4ce63894342dc88f9a3bb889d1b58Z.jpg)!important;
- background-size: cover;
- background-attachment: fixed;
- background-position: center;
- }
- #ct, .n, .w {
- background: #FFF url(https://ae01.alicdn.com/kf/U65726785d892408398eb18e7c1f0e6d6N.png) repeat-x 0 0 !important;
- }
- #hd {
- visibility: hidden;
- }
- #ct {
- opacity: 0.9;
- border-radius: 7px;
- box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.12),0px 0px 20px 6px rgba(0,0,0,0.12);
- }
- #ft {
- visibility: hidden;
- }
- #pprl a {
- font-size: 26px
- }
- .hm img {
- border-radius: 50%;
- margin-top: -110px;
- box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.12);
- padding: 2px;
- background: #FFF;
- border: 1px solid;
- border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
- }
- div#frame1_left {
- overflow: visible;
- }
- .hm .mbn a {
- visibility: hidden;
- }
- #profile .blocktitle span {
- display: none;
- }
- #scrolltop {
- display: none!important;
- }
- #toptb {
- display: none!important;
- }
- .ct2 .sd {
- overflow: visible;
- }
- .xs2 {
- visibility: hidden;
- }
- ::-webkit-scrollbar {
- background-color: #fec9c9;
- width: 10px;
- height: 10px;
- background-clip: padding-box;
- }
- ::-webkit-scrollbar-button {
- display: none
- }
- ::-webkit-scrollbar-thumb {
- background-color: #fe4365;
- border-radius: 5px;
- background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)
- }
- ::-webkit-scrollbar-corner {
- background-color: #fe4365
- }
复制代码 |