HTML网页中的装订空间(响应页面问题)

时间:2016-07-01 20:27:35

标签: html css

我创建了两个DIV,我为其创建了一个CSS文件,但只要我切换设备模式的视图显示不需要的装订线空间,我就无法修复它或知道它的原因。我会很感激这方面的一些帮助。 CSS代码:

    div.paragraph{
    padding-top: auto;
    width: 60%;
    font-family: tahoma;`enter code here`
    color: black;
    font-size: 14px;
    text-align: justify;
    padding-right: 100px;
    position: relative;

    }
    div.vision{
    padding: 0  0 0;
    float: right;
    width:30%;
    color: #000000;
    font-size: 16px;
    font-family: tahoma;
    background:     gray;
    height: auto;
    margin: right;
    position: absolute;
    top: 350px;
    left: 70%;
    text-align:  center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;

    }

0 个答案:

没有答案