摘要: 1.学习总结 2.PTA实验作业 题目1:7-1 jmu-字符串是否对称 2.1设计思路 定义stack对象s1,字符数组str[1000];用函数gets()读入数据; for i=0 to str[i]!='\0' 将数据入栈 while(!s1.empty()&&str[i]!='\0‘) 比 阅读全文
posted @ 2018-04-07 19:27 小呆俊 阅读(248) 评论(0) 推荐(0) 编辑
/*标题彩虹滚动字*/ #blogTitle h1 a{ background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) ); color: transparent;-webkit-text-fill-color: transparent; -webkit-background-clip: text; -webkit-background-size: 200% 100%; -webkit-animation: maskedAnimation 2s infinite linear; -webkit-background-clip: text;-moz-background-clip: text;-ms-background-clip: text /*文字颜色变化*/ @keyframes maskedAnimation { 0% { background-position: 0 0; } 100% { background-pos