×

注意!页面内容来自https://suenen.com/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> @media screen and (max-width: 992px) { #footer { padding-bottom: 5rem !important; } }
<> .xzad-list{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } .xzad-item{ width: 24.5%; text-align: center; background-color: #FFF; border-radius: 8px; margin-bottom: 5px; } .xzad-item a{ text-decoration: none; } @media (max-width:992px){ .xzad-item{ width: 49%; } } @media (min-width:992px){ /* 一行四列多余两个 */ .xzad-item:last-child:nth-child(4n+2) { margin-right: calc((100% - 24.5%) / 3 * 2); } /* 一行四列多余三个 */ .xzad-item:last-child:nth-child(4n+3) { margin-right: calc((100% - 24.5%) / 3 * 1); } }
网盘资源避难所-天翼云盘资源站
1,一个资源共享论坛,用户可以在这里分享和获取包括电影、音乐、有声音频、书籍、游戏等。
2,用户可以在该论坛上免费注册并登陆。
3,用户可以在这里与其他用户交流和讨论。
37233
主题数
69944
帖子数
23057
用户数
417
在线
<> .week-days-status { display: flex; flex-direction: column; gap: 10px; } .week-days-row { display: flex; justify-content: space-between; } .day-status { text-align: center; padding: 10px; border-radius: 8px; width: 23%; /* 第一行4天,每个占23%宽度 */ transition: all 0.3s ease; } .week-days-row:last-child .day-status { width: 31%; /* 第二行3天,每个占31%宽度 */ } .day-status-icon { display: block; font-size: 18px; } /* 今天未签到 */ .today-unsigned { border: 2px solid var(--primary); color: var(--primary); } .today-unsigned .day-status-icon { color: var(--primary); } /* 今天已签到 */ .today-signed { background: var(--gradient-primary); color: white; } .today-signed .day-status-icon { color: white; } /* 过去已签到 */ .past-signed { background: var(--gradient-primary); color: white; } .past-signed .day-status-icon { color: white; } /* 过去未签到 */ .past-unsigned { color: var(--gray-400); background: var(--gray-100); } .past-unsigned .day-status-icon { color: var(--gray-300); } /* 未来未签到 */ .future-unsigned { border: 1px dashed var(--gray-300); color: var(--gray-300); } .future-unsigned .day-status-icon { color: var(--gray-300); }
每日签到
今日共15人签到
请先登录
周一
周二
周三
周四
周五
周六
周日
< type="text/css"> /*** guide ***/ .guide{width:60px;margin-left:595px;position:fixed;left:53%;bottom:134px;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');display:block;} .guide a{display:block;width:60px;height:50px;background:url(plugin/A_footer/images/sprite.png) no-repeat;margin-top:10px;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;border-radius:2px;} .guide a span{display:none;text-align:center;} .guide a:hover{text-decoration:none;background-color:#009A61;color:#fff;} .guide a:hover span{display:block;width:60px;background:#009A61} .guide .find{background-position:-84px -236px;} .guide .report{background-position:-146px -236px;} .guide .edit{background-position:-83px -185px;} .guide .top{background-position:-145px -185px;}