最新回答 / 高哒哒
.first span{color:blue;} .first是类标签权值10;span是标签权值1。权值结果为10+1=11p span{color:purple;} 这里 p 和 span 都是标签,权值各为1。权值结果为1+1=211>2 所以样式显示blue
2020-02-28
最新回答 / 慕妹0805839
<table><tbody><tr><th>课程内容</th><th>概要描述</th></tr><tr><td>Web前端技术</td><td>HTML语言,CSS样式表,JavaScript基础,XML及Xpath技术</td></tr><tr><td>python基础</td><td>p...
2020-02-28
最新回答 / 慕工程6205208
border设置分为width,style,color,这三个可以分开写,合起来写就是border:后面分别设置宽度,样式,颜色,只要一个分号
2020-02-28
最新回答 / 刘CC同学
类是选择器,所以要用作用于选择器的语句,而不是标签语句/*下面是任务区代码*/.wrap table{ margin:0 auto; background:#ccc;}
2020-02-27
最赞回答 / 慕尼黑7231240
<!DOCTYPE html><html><head> <title>送你一首歌</title> <style type="text/css"> body{ font-size:15px; color:#747474 }h1{ text-align:center; color: #0084ff}p{ line-height: 0.4em; text-align: center;}.setBlue{ font-weight: bol...
2020-02-26
最新回答 / 小鱼鱼同学
问题不是box1和box3设置宽度的问题,你的box1和box3里面都没写position:relative,因此box2和box4的宽度与box1和box3没有关系。其次box2的宽度是自适应的(你可以在里面多写几个字,它还会变宽),box4里面的代码<width:99%>意思是设置宽度为浏览器窗口的百分之99.
2020-02-25
最新回答 / pitaya8121961
<pre>def formatTime(longtime):
'''格式化时间的函数'''
import time
return time.strftime("%Y-%m-%d %H:%M:%S",time.localtime(longtime))</pre>
2020-02-25
最新回答 / 慕斯卡8375291
<span class = "a">三年级<span> , .....<a class = "a"></a>.a{ text-decoration: underline; }
2020-02-24