タイト遠位小(エッセイ)

フロント

ユニバーサルカスタムフォト#Sセンターを中心に

.second-listleft{/*固定位置*/
            position: relative;
            float: left;
            width: 25%;
            height: 100%;
            background: forestgreen;
        }
        table{/*根据固定的位置 进行绝对的移动*/

            position: absolute;
            top:50%;
            left:0;
            transform: translate(20%,-50%);

        }
/*变色特效*/
div {/*好玩的特效*/    
animation: myfirst 5s;}
@keyframes myfirst/*好玩的特效*/
{0%   {background: red;}
25%  {background: yellow;}
50%  {background: blue;}
100% {background: green;}}

境界線を変更します

    outline:none;
    border-color: rgba(0,0,0,0.3);

おすすめ

転載: www.cnblogs.com/strawberry-1/p/11518718.html
おすすめ