◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“Widget:Costume/css”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(更新)
第11行: 第11行:
  
 
.picndiv {
 
.picndiv {
    width: 120px;
 
 
     display: inline-block;
 
     display: inline-block;
 
     overflow: hidden;
 
     overflow: hidden;
第18行: 第17行:
 
     border-left: 2px solid #000;
 
     border-left: 2px solid #000;
 
     cursor: pointer;
 
     cursor: pointer;
 +
    width: 120px;
 +
    margin-right: -60px;
 +
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
 +
    left: auto !important;
 +
}
 +
.picndiv:last-child{
 +
    margin-right: 0px;;
 
}
 
}
  
第29行: 第35行:
 
.picndiv:hover {
 
.picndiv:hover {
 
     box-shadow: 0px 0px 6px 2px #000;
 
     box-shadow: 0px 0px 6px 2px #000;
 +
    margin-right:0
 
}
 
}
  
第36行: 第43行:
 
     left: 8px;
 
     left: 8px;
 
     user-select: none;
 
     user-select: none;
 +
    width: 100%;
 +
    display: flex;
 +
    flex-direction: row;
 +
    flex-wrap: wrap;
 +
    align-content: flex-start;
 +
    justify-content: flex-start;
 +
    align-items: flex-start;
 
}
 
}
  
第99行: 第113行:
 
     font-size: 12px;
 
     font-size: 12px;
 
     padding: 4px 0px;
 
     padding: 4px 0px;
 +
    width: 120px;
 
}
 
}
 +
.picndiv:hover div.skinnameskin {
  
 +
    left: 0px !important;
 +
}
 
div.skinname div.skinnamedoll {
 
div.skinname div.skinnamedoll {
 
     text-align: left;
 
     text-align: left;
第110行: 第128行:
 
     margin-right: 10px;
 
     margin-right: 10px;
 
     position: relative;
 
     position: relative;
     left: 110px;
+
     left: 110px !important;
 +
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.43, 1);
 
}
 
}
  

2021年7月15日 (四) 22:29的版本