{ : : } { : } { : } { : } { : }
.>{ : : : : : : : : } .>:{ : ()} .>{ : : : : : }
reset.css中的text-align=center不起效果,在xunlei.css设置后才居中,为什么呢?
37 7:30 40 50 30 38 35 310 50 311 80
Title 98 95 88 91
老师表格的单元格边距和间距用什么代码呀?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> a{ text-decoration: none; } .box1,.top,.bottom{ width: 100%; } .box{ height: 1005px; } .center{ width: 1240px; height: 1005px; background-color:#807e73; margin: 0 auto; text-align: center; } .top{ height: 610px; } .bottom{ height: 375px; } .top>div{ width: 615px; height: 610px; float: left; margin-top: 10px; border-bottom:10px; background-color: azure; } .top-lift,.bottom1,.bottom2,.bottom3 { margin-right: 9px; } .bottom>div{ width: 303px; height: 375px; float: left; margin-top: 10px; background-color: azure; } .ptop1{ color: #333; font-size: 28px; } .ptop2{ color: #333; font-size: 18px; } .ptop3{ color: #c00; font-size: 22px; } .sptop1{ font-size: 14px; } .imgtop{ width: 460px; height: 460px; padding-top: px; } .imgbottom{ width: 230px; height: 230px; } .pbottom1{ color: #333; font-size: 16px; } .pbottom2{ color: #999; font-size: 14px; } .pbottom3{ color: #c00; font-size: 22px; } .spanbottom{ font-size: 14px; } </style> </head> <body> <div class="box1"> <div class="center"> <div class="top"> <div class="top-lift"> <a href="https://detail.meizu.com/item/meizu18.html" target="_blank"> <p class="ptop1">魅族 18</p> <p class="ptop2">限时领券立省200 | 赠液态壳</p> <p class="ptop3"><span class="sptop1">¥</span>3999</p> <img src="meizu1.png" alt="魅族" title="魅族" class="imgtop" pos/> </a> </div> <div class="top-right"> <a href="https://detail.meizu.com/item/meizu18pro.html" target="_blank"> <p class="ptop1">魅族 18 Pro</p> <p class="ptop2">限时领券立省300 | 赠液态壳</p> <p class="ptop3"><span class="sptop1">¥</span>4999</p> <img src="meizu2.png" alt="魅族" title="魅族" class="imgtop"/> </a> </div> </div> <div class="bottom"> <div class="bottom1"> <a href="https://detail.meizu.com/item/meizu17.html" target="_blank"> <img src="meizu3.png" alt="魅族" title="魅族" class="imgbottom" /> <p class="pbottom1">魅族 17「AG梦幻独角兽」</p> <p class="pbottom2">高通骁龙 865 | 120 Hz尝鲜模式</p> <p class="pbottom3"><span class="spanbottom">¥</span>3699</p> </a> </div> <div class="bottom2"> <a href="https://detail.meizu.com/item/meizu17.html" target="_blank"> <img src="meizu4.png" alt="魅族" title="魅族" class="imgbottom" /> <p class="pbottom1">魅族 17「松深入墨」</p> <p class="pbottom2">高通骁龙 865 | 120 Hz尝鲜模式</p> <p class="pbottom3"><span class="spanbottom">¥</span>3699</p> </a> </div> <div class="bottom3"> <a href="https://detail.meizu.com/item/meizu17pro.html" target="_blank"> <img src="meizu5.png" alt="魅族" title="魅族" class="imgbottom" /> <p class="pbottom1">魅族 17 Pro「定白」</p> <p class="pbottom2">限时领券至高立省1200+12期免息</p> <p class="pbottom3"><span class="spanbottom">¥</span>4299</p> </a> </div> <div class="bottom4"> <a href="https://detail.meizu.com/item/meizu17pro.html" target="_blank"> <img src="meizu6.png" alt="魅族" title="魅族" class="imgbottom" /> <p class="pbottom1">魅族 17 Pro「乌金</p> <p class="pbottom2">限时领券至高立省1200+12期免息</p> <p class="pbottom3"><span class="spanbottom">¥</span>4299</p> </a> </div> </div> </div> </div> </body> </html>
Title { : ; } .,.,.{ : %; } .{ : ; } .{ : ; : ; :; : ; : ; } .{ : ; } .{ : ; } .>{ : ; : ; : ; : ; :; : ; } .,.,.,.{ : ; } .>{ : ; : ; : ; : ; : ; } .{ : ; : ; } .{ : ; : ; } .{ : ; : ; } .{ : ; } .{ : ; : ; : ; } .{ : ; : ; } .{ : ; : ; } .{ : ; : ; } .{ : ; : ; } .{ : ; } 18 200 | 3999 18 Pro 300 | 4999 17AG 865 | 120 Hz 3699 17 865 | 120 Hz 3699 17 Pro 1200+12 4299 17 Pro 1200+12 4299
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <table bgcolor="silver" align="center" border="10" width="150"> <tr align="center"> <td colspan="3">学习成绩</td> </tr> <tr> <td rowspan="2">张三</td> <td>语文</td> <td>98</td> </tr> <tr> <td>数学</td> <td>95</td> </tr> <tr> <td rowspan="2">李四</td> <td>语文</td> <td>88</td> </tr> <tr> <td>数学</td> <td>91</td> </tr> </table> <hr> <table border="1" width="450" align="center" bordercolor="red" cellspacing="0"> <tr bgcolor="yellow" align="center"> <th>片名</th> <th>日期</th> <th>时间</th> <th>电影院</th> <th>票价</th> </tr> <tr align="center"> <td rowspan="2">【国】卡拉是条狗</td> <td rowspan="3">3月7日</td> <td rowspan="6">7:30</td> <td rowspan="2">红楼电影院</td> <td>小厅:40</td> </tr> <tr align="center"> <td>大厅:50</td> </tr> <tr align="center"> <td>【国】谍海计中计</td> <td>花市电影院</td> <td>30</td> </tr> <tr align="center"> <td>【美】正义守望者</td> <td>3月8日</td> <td rowspan="3">华星电影院</td> <td>小厅:35</td> </tr> <tr align="center"> <td>【国】周瑜的火车</td> <td>3月10日</td> <td>大厅:50</td> </tr> <tr> <td>【美】冰川时代</td> <td>3月11日</td> <td>情侣座:80</td> </tr> </table> </body> </html>
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>图片练习</title> </head> <body> <h3 align="center">手机</h3> <p align="center"> <img src="../../../img1.jpg.webp" alt="这是一个手机"title="华为手机"> </p> <p align="center"> 华为 HUAWEI nova 8 Pro 麒麟985 5G SoC芯片 视频双镜头视频双镜头 <br/> 120Hz环幕屏8GB+128GB 亮黑色全网通5G手机套餐一(无充电器和数据线) </p> <p align="center"> ¥3799.00 </p> </body> </html>
webstorm在哪下载啊,没有找到啊,可以给个下载地址嘛?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <p align="center"> <img src="images/3b7fbb6fe07907c60f08358adab5adfe.webp" alt=""> </p> <h3 align="center">K40 游戏增强版</h3> <p align="center">轻薄电竞设计</p> <p align="center">1999元起</p> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <table align="center" border="1" width="500" height="500"> <tr> <td colspan="2"></td> <td rowspan="2"></td> </tr> <tr> <td rowspan="2"></td> <td></td> </tr> <tr> <td colspan="2"></td> </tr> </table> <hr> <table border="10" align="center" width="600" > <caption>学生信息表</caption> <tr> <th colspan="3">学生基本信息</th> <th colspan="2">成绩</th> </tr> <tr> <th>姓名</th> <th>性别</th> <th>专业</th> <th>课程</th> <th>分数</th> </tr> <tr align="center"> <td>球球</td> <td>男</td> <td rowspan="2">计算机</td> <td rowspan="3">程序设计</td> <td>68</td> </tr> <tr align="center"> <td>楠楠</td> <td>女</td> <td>89</td> </tr> <tr align="center"> <td>小明</td> <td>男</td> <td>会计</td> <td>68</td> </tr> <tr align="center"> <td>小明</td> <td>男</td> <td>建筑</td> <td>建筑设计</td> <td>68</td> </tr> </table> </body> </html>
为什么我这样设置了也不能换行,不管作用的为什么。。。
老师好:
在做 金立官网的时候,footer部分“集团下属公司”旁边有个小型三角按钮
当鼠标离开“集团下属公司的时候”三角按钮会转回去
我想请问,能否实现在转回去的过程中,这个小三角从白色变成灰色?谢谢!!
老师,如果打开了新页面,有没有关闭这个页面的属性?
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637