发表于: 2019-05-20 00:34:35
2 833
一、今天完成的事情
1.修改任务9页面2:
环绕文字中间出现空白,设置word-break: break-all,在恰当断字点进行换行。
二、明天计划的事情
任务11
三、遇到的问题
暂无
四、收获
1.胶囊式标签导航(ref:https://www.runoob.com/bootstrap/bootstrap-v2-nav.html);
2.dl dt dd组合型标签(ref:http://www.divcss5.com/html/h88.shtml);
3.单选框radio,修改单选框样式(ref:https://blog.csdn.net/qq_40015157/article/details/80692296);
4.html字符实体(ref:http://www.w3school.com.cn/html/html_entities.asp);
5.nth-child()子代选择器(ref:http://www.w3school.com.cn/cssref/selector_nth-child.asp);
6.自定义input[type="radio"]样式(ref1:https://www.cnblogs.com/xinjie-just/p/5911086.html;ref2:https://bbs.csdn.net/topics/392282076);
评论