红色教育辅助软件开发第五天

昨日总结

昨天完成了,格式的书写

今日开发(完成图标的美化,格式的修改)

今天开发遇到了很多问题,所以有些问题要明天才能解决啦

今日截图

今日代码

	.acty_box{
		display: flex;
		padding: 10px 0;
		margin: 10px;
		border-radius: 10px;
		box-shadow: 0 0 5px 1px rgb(#000000,0.1);
		box-sizing: border-box;
		align-items: center;
		margin-bottom: 15px;
		background-color: #fff;
	}
	.acty_box_img{
		flex-shrink: 0;
		width: 91rpx;
		border-radius: 100%;
		margin: 0 15px;
	}
	image{
		width: 100%;
		height: 100%;
		border-radius: 100%;
	}
	.act_txt{
		width: 100%;
		display: flex;
		box-sizing: border-box;
		flex-direction: column;
		padding: 0 15px 0 0;
	}
	.act_txt_T{
		width: 100%;
		display: flex;
		box-sizing: border-box;
		font-size: 18px;
	
	}
	.act_info{
		width: 100%;
		display: flex;
		box-sizing: border-box;
		flex-flow: row nowrap;
		justify-content: space-around;
		
	}
	.act_info_txt{
		width: 60%;
		overflow: hidden;
		font-size: 16px;
		color: #666666;
	}
	.info_txt1{
		height: 20px;
		font-size: 15px;
		overflow: hidden;
	}
	.info_btn{
		width: 60%;
		height: 40px;
		text-align: center;
		line-height: 34px;
		border-radius: 40%;
		background-color: #00b783;
		color: #fff;
		font-size: 16px;
		margin-top: 10px;
		
	}

今日总结

今天本来写着特别顺利的,在网页上观看也很顺利,但是今天我想打包到手机上看一下,这一看不重要,我发现,今天写了几个小时的东西,在手机上他不显示。这就😓很烦了。这就是一个大问题了,
我查了我用的一些东西,我打算使用字体图标完成这个分类的,但是我从iconfont网站上下载下来的svg代码他在手机上不显示,这我怎么想的到,哎,我先是重新生成了几遍apk文件,并且使用了虚拟机
模拟了一下,通过数据线连接试了试,都不行,这我就改呀改,找呀找,差呀查,终于找到了问题所在,svg不支持,这😒😒😒😒,于是我从网上找了新的图标引用方法,使用了网上在线使用等等方法。还是都没有解决。我就全部删掉,打算把图标的css样式下载下来试一试,好好好好😆😆😆明天再聊

posted @ 2022-04-14 18:15  open520  阅读(23)  评论(0)    收藏  举报