摘要: 题目网址:https://leetcode.com/problems/reverse-string/ Write a function that takes a string as input and returns the string reversed. Example: Given s = " 阅读全文
posted @ 2016-08-03 23:04 攞攞攞 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 方法一:使用border来设置边框,元素有高度和宽度 效果: 利用transform属性可以旋转三角形,达到想要的效果。 方法二:利用border来撑起来三角形 效果: 应用场景:点击234或者点击选中的时候三角形指向对应的选项 小贴士: 1、学会经常使用伪元素例如after或者before来实现三 阅读全文
posted @ 2016-08-03 15:34 攞攞攞 阅读(367) 评论(0) 推荐(3) 编辑