来看看我的主页

查看 62|回复 5
作者:lixiaofei   
论坛的个人主页。点击我的昵称就能看到。
中午午休时间花一个多小时调的样式。  

就能, 来看看, 午休

燕十三丶   
搞得像朋友圈一样 不错
loc现在都被分流了  花里胡哨搞这没用啊
lixiaofei
OP
  

燕十三丶 发表于 2024-6-4 15:52
搞得像朋友圈一样 不错
loc现在都被分流了  花里胡哨搞这没用啊

农夫山泉   
所以公布一下代码吧
16qf   
手机版改了个寂寞
lixiaofei
OP
  

农夫山泉 发表于 2024-6-4 15:59
所以公布一下代码吧

把里面几个图片的链接换一下
[ol]body{
        background: url(https://img.108429.xyz/file/stroage/2024/06/04/gwsnlsqhkb.webp);
        background-size: cover;
}
#toptb{
        display:none
}
#hd{
        display: none
}
#navs_menu{
        display: none
}
#myspace_menu{
        display: none
}
#ct{
        width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 20px 0px;
    height: calc(100vh - 20px);
    overflow-y: scroll;
    overflow-x: hidden;
}
#ct .area{
        padding: 0px;
}
#ct{
        box-shadow: 6px 4px 5px lightgrey;
}
#ct::-webkit-scrollbar {
    width: 0;
}
#frame1_left{
        width: 100%;
    height: 280px;
    margin-bottom: 80px;
    position: relative;
        overflow: visible;
}
div#frame1_left::after {
    width: 480px;
    height: 280px;
    background: url(https://img.108429.xyz/file/stroage/2024/06/04/gwso7ho686.webp);
    display: block;
    content: '';
    margin-top: -30px;
}
#profile .title{
        display:none
}
#profile_content .hm {
    text-align: center;
    position: relative;
    left: 250px;
}
#profile_content .hm p a{
        width: 80px;
    height: 80px;
    border-radius: 10px;
    position: absolute;
    top: 225px;
    right: 30px;
        text-decoration: none;
}
#profile_content .hm p a img{
        width: 80px;
    height: 80px;
}
#profile_content .hm p a::after {
    content: "Something is boring";
    color: #6A6A6A;
    display: block;
    font-size: 16px;
    width: 460px;
    margin-left: -365px;
    text-align: right;
    margin-top: 8px;
}
#profile_content .hm .mbn a{
        position: absolute;
    top: 235px;
    right: 120px;
    color: white;
    font-size: 20px;
    font-weight: 500;
        text-decoration: none;
}
#profile_content .ul_list{
        display: none;
}
#personalinfo {
        display:none;
}
#frame1_center {
        width:480px;
}
#frame1_center .blocktitle{
        display:none;
}
div#thread_content li {
    font-size: 16px;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #dadada;
        list-style: auto;
    list-style-position: inside;
}
div#thread_content li a{
    text-decoration: none;
}
#wall{
        display:none;
}
#statistic{
        display:none;
}
#frame1_right{
        display:none;
}
#ft{
        display:none;
}[/ol]复制代码
您需要登录后才可以回帖 登录 | 立即注册

返回顶部