最新回答 / 刘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