摘要: ####多者并列用li,再指定 这部分的li为float left; 【电商1】中使用过同样的手法 ###html <div class="hotwords"> <ul> <li><a href="#" class="style_red">优惠购首发</a></li> <li><a href="#" 阅读全文
posted @ 2020-12-20 22:05 ice猫猫3 阅读(90) 评论(0) 推荐(0) 编辑
摘要: ####小盒子先定位 ####placeholder和padding-left ####因为只有一个.search,前面就不用写别的父级元素了“header” ###html <!-- search模块 --> <div class="search"> <input type="search" pl 阅读全文
posted @ 2020-12-20 21:43 ice猫猫3 阅读(63) 评论(0) 推荐(0) 编辑
摘要: ####logo中不显示字的2种方法 ####header需要加类名header ####logo中a中的内容 ####块级元素宽度的继承性 ###html <header class="header w"> <!-- 需要加类名header--> <div class="logo"> <h1><! 阅读全文
posted @ 2020-12-20 21:03 ice猫猫3 阅读(141) 评论(0) 推荐(0) 编辑
摘要: ####首先确定大小(长宽高height-行高lineHight,text-align:center),颜色(bgc,color,border),定位 ####多者并列用li,再指定 这部分的li为float left ####section使用,float不继承 ###html <section 阅读全文
posted @ 2020-12-20 20:33 ice猫猫3 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 自己总结的: 打开这里提到的阿里链接http://at.alicdn.com/t/font_2269940_s3bmewe0hbn.css ###↓最方便做法 ——拥有content和font-family即可 .nav .dropdown dd ul li::after { content: "\ 阅读全文
posted @ 2020-12-19 20:32 ice猫猫3 阅读(204) 评论(0) 推荐(0) 编辑
摘要: #c3盒子模型用的多,量的时候带上边框 ###box-sizing属性可以指定盒子模型种类 #####因此我们应该选择标准盒子模型,在网页的顶部加上 DOCTYPE 声明。 content-box(default),border和padding不计算入width之内 border-box(怪异),b 阅读全文
posted @ 2020-12-18 13:16 ice猫猫3 阅读(339) 评论(0) 推荐(0) 编辑
摘要: ####报错:无法打开anaconda ####解决:终端输入jupyter-notebook 阅读全文
posted @ 2020-12-16 22:11 ice猫猫3 阅读(234) 评论(0) 推荐(0) 编辑
摘要: pyradiomics适用于python=3.7的版本教程 阅读全文
posted @ 2020-12-16 22:04 ice猫猫3 阅读(735) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2216408/202012/2216408-20201216173730478-1058817743.png) 阅读全文
posted @ 2020-12-16 17:58 ice猫猫3 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 选择好图层(开闭小眼睛以确认)/选区选中的图层/某一个图层 如果多个图层,都选中 次要方法 选中图层->右键->快速导出为png 阅读全文
posted @ 2020-12-16 17:56 ice猫猫3 阅读(198) 评论(0) 推荐(0) 编辑