-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
完成”有效的学习方式”部分开发; #520
完成”有效的学习方式”部分开发; #520
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改一下注释就好~没啥大问题
transform: rotate(-30deg); | ||
} | ||
|
||
/**有效的学习方式 开始 */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里应该是 “有效的学习方式 结束” 吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的。
#root .study-circle .description .text { | ||
width: 300px; | ||
display: flex; | ||
flex-direction: column; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
低版本的 IE 咱们不管是吧?🌝
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为整个市场放弃低版本IE做出自己的贡献!!:)
<li class="gray">完成 | ||
<span class="orange">9999</span>个挑战</li> | ||
<li class="gray">拥有 | ||
<span class="orange">9999</span>名会员</li> | ||
</ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我就觉得,这里这么hard code真的好么。。还是说单纯为了先看下效果?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wudifeixue 暂时的,place holder 而已 🌝
1、 用CSS实现了左侧的学习路线图;
2、将轮播图中的“开始闯关按钮”样式提取到更高级别让整个页面能共享;