《站动力——首页添加“热门和特色产品”等文章分类栏目的操作》
1、每个大模块的背景色变更:
主域/CSS/style.css
/*con2*/
.con2{padding-top: 80px;padding-bottom: 80px; background-color: #f7fafc;}
中的#f7fafc进行变更;
2、每个小模块的背景色变更:
主域/CSS/style.css
/*con2*/
.con2_bottom ul li{width: 49%;height:200px; display: flex;align-items: center;border: 1px solid #e2e8f0; padding: 20px 16px;box-sizing: border-box; margin-top: 30px;transition: all ease 0.3s;background-color: #f7fafc;border-radius: 10px;}
中的background-color:后面
3、模块中的标题:公司简介,大小和颜色:
主域/CSS/style.css
/*con2*/
.con2_bottom ul li .text h3{font-size: 20px;color: #4a5568;}
4、模块中的文字,大小和颜色:
主域/CSS/style.css
/*con2*/
.con2_bottom ul li .text p{font-size: 14px; color: #718096;font-weight: 300;}
中的14px; color: #718096;font-weight: 300;}
5、模块的边框颜色或去掉:
主域/CSS/style.css
/*con2*/
.con2_bottom ul li{width: 49%;height:200px; display: flex;align-items: center;border: 1px solid #e2e8f0;
中的border: 1px solid #e2e8f0;
6、模块的宽度和高度:
主域/CSS/style.css
/*con2*/
.con2_bottom ul li{width: 49%;height:200px;
中的后面数字
该站用来记录个人生活的笔记,内容部分资料来源于网络,如有侵权,请联系删除。(QQ:49922779 微信:49922779 阿里旺旺: zhengshili
) QQ交流群:120100441
