博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
利用css布局效果图
阅读量:5830 次
发布时间:2019-06-18

本文共 10586 字,大约阅读时间需要 35 分钟。

1   2   3   4     
5 山东理工大学 6
7
8 9 10 11
36
53
54
55
56
57
58
59
60
61
62
    63
  • 学校新闻
  • 64
  • 【更多】
  • 65
66
67
68
69
70
71

山东理工大学思想政治教育研究会成立

72
--
73

74 本网讯12月19日上午,山东理工大学思想政治教育研究会成立大会在鸿远楼一楼报告厅举行。校领导吕传毅、胡兴禹、张祥云、魏修亭、张金生出席... 75 76 [详细] 77

78
79
80
    81
  • 我校全讲党的十九大精神12-15
  • 82
  • 凯莱希模特见面会在我校...12-21
  • 83
  • 学校一技术创新取得突破性成果 12-20
  • 84
  • 科研体制改革试点工作12-18
  • 85
  • 校党委副书记鲁东大学调研12-18
  • 86
  • 山东建筑存礼一行来访 12-15
  • 87
88
89
90
91
92
93
    94
  • 通知公告
  • 95
  • 【更多】
  • 96
97
98
99
100
101
102
    103
  • 2018年招收攻读硕士学位研究生招生简章
  • 104
  • 2018年全国硕士研究生招生考试公告
  • 105
  • 诚聘海内外高层次人才启事
  • 106
107
108
109
110
111
112
113
    114
  • 图说理工 视频理工
  • 115
116
117
118
119
120
121
122
123
124
125
126
    127
  • 媒体报道
  • 128
  • 【更多】
  • 129
130
131
132
133
134
135
    136
  • 〖凤凰网〗山东理工的发明专利,竟卖...
  • 137
  • 〖山东省教育厅〗对接交流科研体制改...
  • 138
  • 〖光明网〗山东理工大学第二届驻校作家入校
  • 139
  • 〖山东省教育厅〗山理工十九大精神走进全...
  • 140
  • 〖山东省教育厅〗山理工出台课堂课程思政
  • 141
  • 〖大众网〗山东足协首个与高校共建足...
  • 142
  • 〖鲁中网〗淄博三企业在山东理工大学.
  • 143
144
145
146
147
148
149
150
    151
  • 学术活动
  • 152
  • 【更多】
  • 153
154
155
156
157
158
159
160
163
170
171
172
175
182
183
184
187
194
195
196
199
206
207
161 162 164
    165
  • 化学与物理方法相结合的固...
  • 166
  • 主讲:吕喆教授
  • 167
  • 地点:13号教学楼404
  • 168
169
173 174 176
    177
  • 电子显微技术在材料物理与...
  • 178
  • 主讲:秦禄昌教授
  • 179
  • 地点:12号教学楼340室
  • 180
181
185 186 188
    189
  • 近十三年来国家基金资助建...
  • 190
  • 主讲:曹伟教授
  • 191
  • 地点:12号教学楼340室
  • 192
193
197 198 200
    201
  • Energy storage device de...
  • 202
  • 主讲:梁培副教授
  • 203
  • 地点:13号教学楼404室
  • 204
205
208
209
210
211
    212
  • 通知公告
  • 213
  • 【更多】
  • 214
215
216
217
218
219
220
    221
  • 山东理工大学“审核评估评建”专题网站
  • 222
  • 山东理工大学“一精神”“一规划”专题
  • 223
  • 山东理工大学“两学一做”学习教育网站
  • 224
225
226
227
228
229
230
231
243
244
245
246
247 248
HTML代码
1 /* CSS Document */  2 *{  3     margin: 0px;  4     padding: 0px;  5 }  6 .a33{  7     width: 80%;  8     height: 100%;  9     background-color: bisque; 10     margin: 0 auto; 11 } 12 #head{ 13     width: 100%; 14     height: 125px; 15 } 16 .head-div{ 17     width: 1000px; 18     height: 125px; 19     background-image: url(../images/20171226113831.png); 20     position: relative 21     /*background-size: cover;*/ 22 } 23 .img{ 24     position: absolute; 25     left: 35.5%; 26     top: 58%; 27 } 28 .head_d{ 29     width: 270px; 30     height: 100%; 31     float: right; 32 } 33 .hdd{ 34     width: 100%; 35     height: 50%; 36     font-size: 12px; 37 } 38 .hdd1{ 39     position: relative;     40 } 41 .hdd1-div{ 42     position: absolute; 43     top: 34px; 44     cursor: pointer; 45     text-decoration: none; 46 } 47 .hdd1 a{ 48     color: #666666; 49     text-decoration: none; 50 } 51 .hdd1 a:hover{ 52     color: #CD0200; 53 } 54 .hdd1 span{ 55     color: #B0B0B0; 56 } 57 .hdd2{ 58     padding-left:60px; 59     box-sizing: border-box; 60 } 61 .hdd2-text{ 62     width: 155px; 63     height: 26px 64 } 65 .hdd2-img{ 66     top: 10px; 67     left: -7px; 68     position: relative; 69 } 70 #nav{ 71     width: 100%; 72     height: 50px; 73     background-color:white; 74 } 75 .nav-div{ 76     width: 80%; 77     height: 50px; 78     margin: 0 auto; 79     line-height: 50px; 80     border-top: 1px solid #ccc; 81 } 82 .nav-div ul{ 83     list-style-type: none; 84 } 85 .nav-div ul li:first-child{ 86     margin-left: 70px; 87 } 88 .nav-div ul li{ 89     float: left; 90     margin-right: 25px; 91 } 92 .nav-div ul li a{ 93     text-decoration: none; 94     color: #8888A5; 95     font-size: 16px; 96 } 97 #lunbo{ 98     width: 100%; 99     height: 280px;100 }101 #neirong{102     width: 960px;103     height: 566px;104     margin: 0 auto;105 }106 .one1,.one5{107     width: 100%;108     height: 70%;109 }110 .one5{111     box-sizing: border-box;112 }113 .one2,.one6{114     width: 100%;115     height: 30%;116 }117 .one3{118     width: 100%;119     height: 48%;120 }121 .one4{122     width: 100%;123     height: 52%;124 }125 .ul-2{126     line-height: 0px;127     padding-top: -1cm;128     font-size:#ccc;129     margin-left: auto;130     position: relative;131     top: -8px;132 }133 .ul-1 li{134     list-style: none;135     float: left;136     padding-top: 0.5cm;137     position: relative;138 }139 .li1{140     font-size:17px;141     margin-right: 183px;142 }143 .li2{144     font-size:12px;145     color: red;146 }147 .a11{148     text-align: center;149     font-size: 15px;150     line-height: 30px;151     color: blue152 }153 .aqq{154     text-align: center155 }156 .p{157     color: #7A6666;158     text-indent: 2em;159     font-size: 6px;160     text-align: left;161     position: relative;162     top: 13px;163 }164 p .span:hover{165     color: #CD0200;166     cursor:pointer;167 }168 p .span{169         font-size: 16px;170 }171 .q235{172     border-bottom: 1px solid #ccc;173     height: 140px;174 }175 .ul18{176     font-size: 14px;177     position: relative;178     top: 30px;179     word-wrap: break-word; 180     list-style-position: inside;181     margin-top: -15px;182 }183 .ul18 li span:first-child:hover{184     color: red;185 }186 .ul18 li{187     color: #7A6666;188     height: 30px;189     border-bottom: 1px dotted #ccc;190     line-height: 30px;191     cursor:pointer; 192 }193 .a2:hover{194  color: #000000;195 }196 .ul20{197     font-size: 14px;198     position: relative;199     top: 10px;200     word-wrap: break-word; 201     list-style-position: inside;202 }203 .ul20 li span:first-child:hover{204     color: red;205 }206 .ul20 li{207     color: #7A6666;208     height: 30px;209     border-bottom: 1px dotted #ccc;210     line-height: 30px;211     cursor:pointer; 212 }213 .a521{214     color: red;215 }216 .ul-8{217     position: relative;218     top: 15px;219 }220 #a123 td{221     border-bottom: 1px dotted #ccc;222     line-height: 10px;223 }s224 ul li{225     226 }227 .w123{228     color: #CCC;229 }230 .w123:hover{231     color: red;232 }233 .as1{234     line-height: 28px;235     list-style-type: none;236 }237 .wq1{238     width: 80px;239     text-align: center240 }241 #dibudaohang{242     width: 100%;243     height: 37px;244 }245 .nav-divv{246     width: 100%;247     height: 100%;248     margin: 0 auto;249     border-top: 1px solid #ccc;250 }251 .nav-divv ul li{252     float: left;253     margin-right: 25px;254 }255 .nav-divv ul li a{256     text-decoration: none;257     color:rgba(43,41,41,1.00);258     font-size: 14px;259 }260 .nav-divv ul li:first-child{261     margin-left: 320px;262 }263 .e1{264     margin-right: 10px;265 }266 #dibuxinxi{267     width: 100%;268     height: 90px;269     background-color: aqua;270 }271 .qa1{272     list-style-type: none;273 }274 .a3{275     width: 33%;276     height: 100%;277     float: left;278 }279 .nei2,.nei3{280     margin-left: 0.5%;281 }282 .one5-1{283     border-style: none;284 }
css样式

效果图:

转载于:https://www.cnblogs.com/1301694f/p/8127830.html

你可能感兴趣的文章
$_SERVER['SCRIPT_FLENAME']与__FILE__
查看>>
html5纲要,细谈HTML 5新增的元素
查看>>
Android应用集成支付宝接口的简化
查看>>
[分享]Ubuntu12.04安装基础教程(图文)
查看>>
django 目录结构修改
查看>>
win8 关闭防火墙
查看>>
CSS——(2)与标准流盒模型
查看>>
C#中的Marshal
查看>>
linux命令:ls
查看>>
Using RequireJS in AngularJS Applications
查看>>
hdu 2444(二分图最大匹配)
查看>>
【SAP HANA】关于SAP HANA中带层次结构的计算视图Cacultation View创建、激活状况下在系统中生成对象的研究...
查看>>
DevOps 前世今生 | mPaaS 线上直播 CodeHub #1 回顾
查看>>
iOS 解决UITabelView刷新闪动
查看>>
CentOS 7 装vim遇到的问题和解决方法
查看>>
JavaScript基础教程1-20160612
查看>>
【ros】Create a ROS package:package dependencies报错
查看>>
通过容器编排和服务网格来改进Java微服务的可测性
查看>>
re:Invent解读:没想到你是这样的AWS
查看>>
PyTips 0x02 - Python 中的函数式编程
查看>>