IT修真院·坑乎 | Java(后端),CSS(前端),JavaScript(前端),PM(产品经理),UI(交互设计),QA(测试),Android(安卓APP),iOS(苹果APP),OP(运维),Python(后端)日常在线问答学习平台
咨询电话 : 010-59478634
切换导航
首页
我的提问
我的回答
我的点赞
消息通知
个人主页
×
提示
尚未登陆,前往官网登陆?
×
提示
尚未登陆,前往官网登陆?
CSS
JS
Android
IOS
JAVA
OP
PM
UI
QA
求职辅导
Python
运营
动画师
AIGC
CSS
JS
Android
IOS
JAVA
OP
PM
UI
QA
求职辅导
Python
运营
动画师
AIGC
所有任务
任务1
任务2
任务3
任务4
任务5
任务6
任务7
任务8
任务9
任务10
任务11
任务12
任务13
任务14
任务15
全部
问题
已收录
问题
未收录
问题
没有找到答案,去提问>>>
下面那2行字不知道为什么垒起来了
2
2
自适应
class="cursor-pointer"> 详细描述
不知道那出了问题
class="cursor-pointer"> 截图
不知道怎么布局了下面的文字了, 其他的都好好的。
class="cursor-pointer"> 代码
body { margin: 0; } .header { display: flex; justify-content: space-between; align-items: center; background-color: #5fc0cd; height: 40px; font-size: 15px; color: white; } .head { width: 12px; padding-left: 10px; } .head1 { color: #5fc0cd; } .picture { display: flex; align-items: center; background: url(1.png); background-size: 100%; height: 145px; } .picture1 {} .box1 { margin: 0 0 0 20px; } .fei { margin: 0 0 0 20px; width: 70px; height: 70px; } .zi { padding:0 0 10px 0 ; font-size: 14px; color: white; } .box { width: 11px; height: 11px; margin: 0 5px 0 0; } .font { font-size: 12px; color: white; } .Icolor{ font-size:14px ; color: #5fc0cd; margin:0 0 0 10px ; } .colour1{ background-color:#ffffff; } .wire1{ border-bottom: 1px solid #e1e5e7 ; height: 50px; display:flex; align-items:center; } .wire2{ margin:0 0 0 15px ; font-size: 15px; } .wire3{ border-bottom: 1px solid #e1e5e7 ; height: 50px; display:flex; align-items:center; margin: 0 0 0 18px; } .little{ width:12px ; margin:0 12px 0 10px ; } .colour{ font-size:14px ; color:#e1e5e7; margin: 0 0 0 12px; } .font1{ margin:0 0 0 12px ; color:#e1e5e7; font-size:15px ; } .colour2{ font-size:14px ; color:#e1e5e7; margin: 0 12px 0 12px; } .font3{ font-size: 10px; }
Document
个人主页
>
徐士林 55岁
京城·四方·报纸林
|
专业技能
住家
|
不含早餐
从业年限
|
0~3年
工作时间
|
全天
服务价格
|
25小时
自我介绍
|
可以洗衣、做饭、照顾老人。在护工方面有5的年经验,经验丰富。
flex布局后文字会自动换行
1
2
自适应
class="cursor-pointer"> 详细描述
下面的“自我介绍”在拉窄边框的时候,会自动换行
class="cursor-pointer"> 截图
class="cursor-pointer"> 代码
从业年限
0-3年
工作时间
全天
服务价格
25元/小时
自我介绍
可以洗衣、做饭、照顾老人。在护工方面有5年的经验,经验丰富
页面不能拉倒底?在宽屏下没有这个问题。
2
2
flex
class="cursor-pointer"> 详细描述
是因为footer设置成了fixed的吗
class="cursor-pointer"> 截图
class="cursor-pointer"> 代码
https://github.com/bradmatt213/learngit/blob/master/task13-1.html https://github.com/bradmatt213/learngit/blob/master/css/task13-2.css
页面内容收缩文字不能换行。
0
1
通用
class="cursor-pointer"> 详细描述
在收缩的时候文字被挤压在外面去了,任务要求是不能挤压出那条线,而且上面的文字在挤压工程中是不能换行的。
class="cursor-pointer"> 截图
在收缩的时候文字被挤压在外面去了,任务要求是不能挤压出那条线,而且上面的文字在挤压工程中是不能换行的。
class="cursor-pointer"> 代码
body { margin: 0; } .header { position: fixed; top:0px; width:100%; height: 50px; display: flex; justify-content: space-between; align-items: center; background-color: #5fc0cd; font-size: 15px; color: white; } .head { width: 12px; padding-left: 10px; } .head1 { color: #5fc0cd; } .picture { margin-top:49px; background: url(1.png); background-size: cover; background-repeat: no-repeat; height:140px; } .box1 { display: flex; align-items: center; height: 100%; } .fei { float: left; margin: 30px 10px; width: 80px; height: 80px; } .zi { font-size: 14px; color: white; } .zi1{ margin:0-0 0 10px ; font-size: 14px; color: white; } .box { width: 9px; height: 12px; } .font { margin:3px 0 0 0 ; font-size: 12px; color: white; } .Icolor { font-size: 14px; color: #5fc0cd; margin: 0 0 0 10px; } .colour1 { background-color: #ffffff; } .wire1 { border-bottom: 1px solid #e1e5e7; height: 50px; display: flex; align-items: center; } .wire2 { margin: 0 0 0 15px; font-size: 15px; } .wire3 { border-bottom: 1px solid #e1e5e7; padding: 20px 0 20px 0; display: flex; align-items: center; margin: 0 0 0 10px; } .little { width: 12px; margin: 0 12px 0 10px; } .colour { font-size: 14px; color: #e1e5e7; margin: 0 0 0 12px; } .font1 { white-space: nowrap; margin: 0 0 0 12px; color:#999999; font-size: 15px; } .colour2 { font-size: 14px; color: #e1e5e7; margin: 0 12px 0 12px; } .font3 { font-size: 15px; } .font4 { font-size: 14px; word-wrap: break-word; word-break: normal; } .width{ float: left; } .tall { display: flex; justify-content: space-around; position: fixed; bottom:0; width:100%; height: 60px; } .box2 { display: flex; justify-content: space-around; align-items: center; border: solid #5fc0cd; background-color:#ffffff; width: 40%; height: 40px; border-radius: 5px; font-size: 15px; text-align: center; color: #5fc0cd; } .high { display: flex; border: solid #5fc0cd; width: 40%; height: 40px; border-radius: 5px; background-color: #5fc0cd; font-size: 15px; color: #ffffff; display: flex; justify-content: space-around; align-items: center; } .too{ float:left; width: 100%; padding-top:90px ; }
Document
个人主页
>
高素雅
51岁
京城·四方·报纸林
|
专业技能
住家
|
不含早餐
从业年限
|
0~3年
工作时间
|
全天
服务价格
|
25小时
自我介绍
|
可以洗衣、做饭、照顾老人。在护工方面有5年的经验,经验丰富。
问题已解决 有个属性可以让文本不换行 ,挤压出去哪行需要设置一个高
flex布局
0
1
class="cursor-pointer"> 详细描述
flex布局中align-center:stretch属性使用不了
class="cursor-pointer"> 截图
显示代码无法使用。
class="cursor-pointer"> 代码
align-center:stretch
无法使用
用fiexd定位
0
1
class="cursor-pointer"> 详细描述
在给footer用fiexd设置固定后,但是footer在网页上没有显示,给footer加上bottom属性值为0后,就能显示出来。
class="cursor-pointer"> 截图
为什么加了bottom值为0就能显示?
class="cursor-pointer"> 代码
footer{ position: fixed; width: 100%; bottom: 0; background-color: white; }
如何实现一列定宽,一列自适应
1
1
class="cursor-pointer"> 详细描述
中间部分左右两列,随着屏幕大小变化一直在动
class="cursor-pointer"> 截图
如图
class="cursor-pointer"> 代码
专业技能
住家
不含餐
从业年限
0-3年
工作时间
全天
服务价格
25元/小时
自我介绍
可以洗衣做饭,照顾老人。在护工方面有5年经验,经验丰富
底部的按钮不能随着屏幕同步缩放
0
1
class="cursor-pointer"> 详细描述
用一个div套住两个按钮,用弹性盒子的布局来发布两侧,在标准分辨率下显示尚可,但是改动屏幕的分辨率的同时,界面底部的按钮不能与屏幕同步缩放。
class="cursor-pointer"> 截图
如图:改变屏幕的分辨率的同时,界面底部的按钮不能与屏幕同步缩放。
class="cursor-pointer"> 代码
.end{ display:flex; justify-content:space-around; position:fixed; bottom: 5px; } .stay { background-color: #ffffff; color: #66cccc; padding: 8px 50px 8px 50px; margin: 0 5px 2px 12px; border-radius: 0.5rem; border-color: #66cccc; } .coll { background-color: #66cccc; color: #ffffff; padding: 8px 48px 8px 48px; margin: 0 12px 2px 12px; border-radius: 0.5rem; border-color: #66cccc; }
除了弄个盒子加margin-left设置底边框做成这样的样式还有其他方法吗。
0
1
属性
定位
边距
属性
背景图片
class="cursor-pointer"> 详细描述
有没有其他更容易实现的方法例如渐变或者什么
class="cursor-pointer"> 截图
如图
class="cursor-pointer"> 代码
.home { width: calc(100% - 1.65rem); height: 5rem; display: flex; justify-content: flex-start; align-items: center; margin-left: 1.65rem; border-bottom: 1px solid #e1e5e7; }
这个什 i 起什么作用
1
1
class="cursor-pointer"> 详细描述
我是特别长的特别长的特别长的特别长的多行文字
这个
在这里起什么作用
class="cursor-pointer"> 截图
示例
class="cursor-pointer"> 代码
div{ height: 100px; width: 200px; background-color: pink; text-align: center; } span{ display:inline-block; vertical-align: middle; line-height: 20px; width: 100px; } i{ display: inline-block; height: 100%; vertical-align: middle; }
我是特别长的特别长的特别长的特别长的多行文字
这个
起什么做用
首页
1
2
>
末页
去第
页
确定
Copyright ©2015 北京葡萄藤信息技术有限公司 All Rights Reserved | 京ICP备15035574号-1
37
1
0
10