【sass无法同步 _sass 】 | IT修真院·坑乎
咨询电话 : 010-59478634
切换导航
首页
我的提问
我的回答
我的点赞
消息通知
个人主页
×
提示
尚未登陆,前往官网登陆?
×
提示
尚未登陆,前往官网登陆?
sass无法同步
我也踩过这个坑(
1
)
已统计您的踩坑,无需重复点击
回答(1)
sass
详细描述
sass无法同步
截图
代码
body { display: flex; flex-direction: row; margin: 0; background-color: rgba(240, 240, 240, 1); /*左拉菜单*/ .menu { flex-basis: 55%; display: none; height: 6.2rem; font-size: .16rem; color: rgba(41, 189, 224, 1); background-color: #fff; ul { padding: 0; text-indent: 8px; list-style: none; li { line-height: 2.2; border-bottom: 1px solid rgba(225, 229, 231, 1); img { height: .22rem; vertical-align: -.05rem; } .menu-arrow { float: right; margin-top: .12rem; margin-right: .3rem; width: .1rem; height: .1rem; border-top: .02rem solid rgba(41, 189, 224, 1); border-right: .02rem solid rgba(41, 189, 224, 1); transform: rotate(45deg) } } } } } article { position: relative; display: flex; flex-basis: 100%; flex-direction: column; justify-items: center; align-items: center; header { z-index: 5; width: 100%; height: .5rem; background-color: rgba(41, 189, 224, 1); .head-logo { position: relative; i { display: block; } .logo-line-1 { position: absolute; top: 17px; left: 20px; width: 23px; height: 5px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; } .logo-line-2 { position: absolute; top: 33px; left: 20px; width: 23px; height: 5px; border-top: 2px solid #fff; } } } .last-game { position: relative; margin-top: .15rem; width: 92%; height: .5rem; line-height: .5rem; text-align: center; font-size: .17rem; border: .01rem solid #C9C9C9; color: rgba(154, 154, 154, 1); background-color: #ffffff; i { position: absolute; top: 35%; right: 3%; width: .13rem; height: .13rem; border-top: .03rem solid rgba(231, 231, 231, 1); border-right: .03rem solid rgba(231, 231, 231, 1); transform: rotate(45deg) } } main { display: flex; position: relative; flex-direction: column; align-items: center; width: 92%; height: 4.5rem; margin-top: .5rem; background-color: #ffffff; border: .01rem solid #C9C9C9; h3 { font-size: .12rem; color: #787878; } .game-begin { display: flex; height: 10%; width: 90%; justify-content: center; border-bottom: .01rem solid #FBB435; .game-btn { width: 100%; border-style: none; font-size: .19rem; outline: none; color: #FBB435; background-color: #fff; } } .edition { position: relative; margin-top: .2rem; width: 80%; height: 15%; outline: none; border-style: none; color: #fff; background-color: #69D1E9; } .arrow { position: absolute; right: -7px; top: 47%; height: 0; width: 0; border-width: 13px; border-style: solid; border-color: transparent transparent transparent #FBB435; } .bottom-circle { display: flex; height: .3rem; width: .6rem; justify-content: center; .circle { margin-left: .03rem; width: .1rem; height: .1rem; border-radius: 50%; background-color: #F0F0F0; &:hover { background-color: #69D1E9; } } } } }
编辑于2024-11-24
时间排序
热门排序
[上海|荣耀师兄]JS-林钟远
0
sass想同步,首先需要在setting.json文件里面配置路径(具体可以参考图片),其次,我们需要开启右下角的watch sass,才可以同步
查看全部>
编辑于2019-05-03
首页
1
末页
去第
页
确定
Copyright ©2015 北京葡萄藤信息技术有限公司 All Rights Reserved | 京ICP备15035574号-1
复制链接
新浪微博
微信扫一扫
3237
0
10
sass无法同步
1
1