【css如何让按钮刷新时保持颜色不变 】 | IT修真院·坑乎
咨询电话 : 010-59478634
切换导航
首页
我的提问
我的回答
我的点赞
消息通知
个人主页
×
提示
尚未登陆,前往官网登陆?
×
提示
尚未登陆,前往官网登陆?
css如何让按钮刷新时保持颜色不变
我也踩过这个坑(
1
)
已统计您的踩坑,无需重复点击
回答(1)
详细描述
就是说让图片的最上面的按钮,让他们一个刷新页面时按钮常驻白色,然后点击互换颜色
截图
代码
找雇主
找护工
header{ position: fixed; top: 0; width: 100%; padding-top: 0.5rem; padding-bottom: 0.5rem; display: flex; justify-content: space-between; align-content: center; background-color: #5fc0cd; .top1{ padding: 1.5rem; } .top2{ display: flex; align-content: center; flex-wrap: nowrap; padding-left: 1rem; max-height: 4rem1rem; } .top3{ padding: 1.5rem; background-image: url(../task6/task6-1.png); background-repeat: no-repeat; background-position: 0; } .topbutton1{ position: relative; left: 0.3; padding-top: 0.9; padding-bottom: 0.9; width: 7.1rem; font-size: 1.6rem; font-weight: 700; color: #fff; border-right: 0px; border: 0.1rem solid #55a8b3; border-radius: 0.5rem 0 0 0.5rem; background-color: #55a8b3; } .topbutton2{ position: relative; right: 0.3rem; padding-top: 0.9rem; padding-bottom: 0.9rem; width: 7.1rem; font-size: 1.6rem; font-weight: 700; color: #5fc0cd; border: 0.1rem solid #fff; border-radius: 0.5rem 0.5rem 0.5rem 0.5rem; background-color: #fff; }
我目前做的是一个死的,固定为这个颜色,有想法是用input的radio,然后用伪元素做样式,但是按照我任务10的做法它刷新页面时,是没有点击的颜色的,
编辑于2025-04-03
时间排序
热门排序
[武汉|首席弟子]JS-孟晨
0
hover无法刷新保持,或者说css就无法刷新保持样式
查看全部>
编辑于2021-02-08
首页
1
末页
去第
页
确定
Copyright ©2015 北京葡萄藤信息技术有限公司 All Rights Reserved | 京ICP备15035574号-1
复制链接
新浪微博
微信扫一扫
2204
0
10
css如何让按钮刷新时保持颜色不变
1
1