/*
 * @Author: iowen
 * @Author URI: https://www.iowen.cn/
 * @Date: 2024-01-03 00:15:11
 * @LastEditors: iowen
 * @LastEditTime: 2024-01-13 11:05:39
 * @FilePath: \onenavsub\assets\css\sub-style.css
 * @Description: 自定义样式
 */

/*按钮广告位和预览图0*/
.site-go.mt-3 a{
    margin-top:8px;
}
.site-img {
  text-align: center; /* 水平居中 */
}
.site-img img {
  display: block; /* 消除图片底部间隙 */
  margin: 0 auto; /* 块级元素水平居中 */
}
/*按钮广告位和预览图1*/
/*用户自定义开始*/
#wznav-user-site .posts-item {
    box-shadow: inset 0 0 25px 0 var(--muted-shadow), 0 0 0 0 var(--main-shadow);
  text-align: left;
}
/*用户自定义结束*/
/*获取API开始"*/
.input-group-append #fetch-info-btn{
        background-color: #f1404b;
    border-color: transparent;
        color:#ffffff;
        outline: none;
}
.input-group-append #fetch-info-btn:hover{
        background-color: #d12768;
}
/*获取API结束"*/
/*付费内容开始"*/
.position-relative .buy-btn-group span{
    color:black;
}
/*付费内容结束"*/
/*隐藏内容开始"*/
 button.btn.white-nowrap.ml-2.flex-none.px-4{
        color: #ffffff;
        background: rgb(255 49 49 / 91%);
}
.mt-2.text-xs.text-muted{
    color:  rgb(255 49 49 / 91%);
    font-weight: bold;
}
/*隐藏内容结束*/
/*历史版本开始"*/
.mr-2.smooth{
    color:#ffffff;
    padding:4px 5px;
    border-radius: 5px;
    background-color:#f1404b;
}
.mr-2.smooth:hover{
    color:#ffffff;
    background-color:#d12768;
    
}
/*历史版本结束"*/
/*隐藏he_tools和id="module_id_1开始"*/
@media (max-width: 768px) {
    .home-first-screen,.iow_big_posts_max-12 {
        display: none;
    }
}

/*隐藏he_tools和id="module_id_1结束"*/
/* 查看全部开始 */
.content-card .btn-more {
    background-color: #f1404b; /* 背景色 */
    color: white; /* 文字颜色 */
    padding: 2px 5px; /* 内边距 */
    border-radius: 5px; /* 圆角 */
    font-weight: bold; /* 加粗 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    transition: background-color 0.3s; /* 背景色过渡 */
}

.content-card .btn-more:hover {
    background-color: #d12768; /* 悬停时改变背景色 */
     color: #fff2f2; /* 文字颜色 */
}
/* 查看全部结束 */
/* 首页的动态线条开始 */
.tab-to-more::before {
    content: '';
    position: absolute;
    left: 5px;
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, red, orange, #cdcd07, #0dec0d, #7474ff, #9e36ea, violet);
    background-size: 300% 100%; /* 放大渐变背景以实现移动效果 */
    animation: gradientMoveReverse 3s linear infinite; /* 使用从右到左的动画 */
    transition: 0.5s ease-out;
}

@keyframes gradientMoveReverse {
    0% {
        background-position: 100% 50%; /* 开始于右侧 */
    }
    100% {
        background-position: 0% 50%; /* 移动到左侧 */
    }
}
/* 首页的动态线条结束 */
/* 其他站点开始 */
.table-div .table-row .table-value a.mb-2 {
    background-color: #f1404b;
    padding: 2px 10px;
    border-radius: 5px;
    color: #ffffff;
  	display: inline-block;
  margin-bottom: 2px!important;
    /* display: inline-flex;  */
    /* 确保图标和文字对齐 */
    /* align-items: center; */
    /* text-decoration: none; */
    transition: background-color 0.3s ease; /* 背景色过渡 */
}

.table-div .table-row .table-value a.mb-2:hover {
    background-color: #df216a;
}

/* 箭头图标的默认状态 */
.table-div .table-row .table-value a.mb-2 i.icon-wailian {
    font-size: 1em; /* 图标大小 */
    margin-left: 5px; 
    /* 图标与文字间距 */
    transition: transform 1s ease; /* 更长时间的旋转+移动过渡动画 */
}

/* 悬停时，旋转并向右偏移 */
.table-div .table-row .table-value a.mb-2:hover i.icon-wailian {
    transform: rotate(360deg) translateX(4px); /* 旋转 360 度并向右移动 10px */
}
/* 其他站点结束 */

/* 内链tag颜色开始 */
.panel.site-content.card .card-body a {
    color: #2997f7;
}

.panel.site-content.card .card-body a:hover {
    color: var(--this-color, var(--focus-color));
    text-decoration: none;
}
 /* 内链tag颜色结束 */
 /* app阴影 开始*/
.posts-item.app-item .item-media{
    /* background:#f4f4f4; */
    border-radius: 10px !important;
       aspect-ratio: 1 / 1;
    background-image: radial-gradient(circle, #f9f9f9, #e8e8e8);
}
  .posts-item.app-item .item-media:hover{
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
  }
  .io-black-mode .posts-item.app-item .item-media:hover{
      box-shadow: 0px 5px 10px rgb(255 255 255);
  } 

    /*app阴影结束 */



/*网址块描边0*/
article{
     border: 1px solid #dce1e8;
}
article:hover{
     border: 1px solid #ffc107;
}
article.style-app-default{
     border: none;
}
/*网址块描边1*/
/*自定义模块0*/
.card-header-wz{
  padding: 0 1.25rem;
}
.card-header-wz span{
  padding: 5px 10px;
  background-color:#f1404b;
  color:#ffff;
}
.card-body.text-center{
  padding-top:0;
}
/*自定义模块1*/
