HTML5 / CSS:段落文字彼此下方而不是彼此相邻印刷

时间:2020-06-17 11:35:28

标签: html css

就像标题中描述的那样;我的段落标记中的文本显示在彼此下方,而不是彼此相邻。我是HTML和CSS的新手,所以请问一个愚蠢的问题。

这是一张图片: enter image description here

CSS和HTML代码:

var dateParts = value['TAX_CALCULATION_DATE'].split("/"); //id date has "-" or "/"
var dateObject = new Date(+dateParts[2], dateParts[1] - 1, +dateParts[0]);
firestoreObject.TAX_CALCULATION_DATE = firebase.firestore.Timestamp.fromDate(dateObject);
.Display_shit p {
    color: White !important;
    margin-right: 95% !important;
    margin-left: 5% !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
.Display_shit .FP-Title p {
    font-size: 40px !important;
    top: 225px !important;
}
.Display_shit .FP-Text p {
    font-size: 30px;
    top: 300px;
}
a {
    text-decoration: none;
}
.nav a {
    font-family: myFirstFont;
}
#BackgroundVid {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
#rcorners1 {
    border-radius: 25px;
    background: #000;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 200px;
    height: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}
#CornerLeftUpLW {
    position: fixed;
    left: 15px;
    top: 20px;
    height: 30px;
    width: 30px;
}
#CornerRightDownLW {
    position: fixed;
    left: 335px;
    top: 45px;
    height: 30px;
    width: 30px;
}
#TextBackground {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 150px;
    height: 2000px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.nav {
    height: 55px;
    background-color: black;
    position: unset;
    display: inline-block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 20px;
    font-size: 35px;
    text-align: left;
    /*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px rgb(133, 135, 255);*/
}
.nav a{
    padding: 20px;
    color: white;
}
.nav ul{
    position: fixed;
    top: -15px;
    right: 20px;
}
.nav ul li{
    display: inline-block;
}
.nav ul li a{
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 10px;
}

现在我必须挤奶这段文字,然后才能发布。由于我是新手,请随时就设计发表意见。

1 个答案:

答案 0 :(得分:1)

删除该段的财产保证金权利的95%

相关问题