1 用下面的标签语言大概写出了想要的效果,可是字体的颜色和型号没法更改,字体需要改成微软雅黑。
2这个是我写的结果
3 这是是我写的标签 html
<p class="top_mid1 ">
<h3>服务理念</h3>
<p class="top"></p>
<p class="bottom">精心设计用心服务以质保证</p>
</p>
CSS
.top_mid1{
width:1160px;
margin:0 auto;
border:red 1px solid;
position:relative;
}
.top_mid1 h3{
text-align:center;
}
.top_mid1 .top {
text-align:center;}
.top_mid1 .top b{
display:inline-block;
height:50px;
border-left:5px #000000 solid;
}
.top_mid1 .bottom{
text-align:center;
color:#000000;
}
.top_mid1 .bottom b{
border:#000000 3px solid;
display:inline-block;
width:220px;
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你这个又是哪里来的。还有就是你源码也没写font相关的css啊