问答详情
源自:-

相对定位与绝对定位的问题

#st-control-1,#st-control-1+a{left:0%;}

上面这个地方为什么不用设相对定们或绝对定位?

提问者:夜深千丈灯 2017-01-15 11:09

个回答

  • 小周9
    2017-01-19 22:16:03

    要设绝对定位 , 在前面a和input的公共样式一起设置了.

    .st-container >input,.st-container >a{

    width:20%; 

    height: 34px;

    line-height:34px;

    position: fixed;

    bottom: 0;

    cursor: pointer;

    }