springboot怎么把数据传给前端:springboot 如何引入前端 bootstrap?
这种问题网上一搜一大堆,你可以具体找一篇文章试试,遇到问题可以针对相关问题去提问。springboot通过jar包方式引入bootstrap_个人文章 - SegmentFault 思否 这不是查查就
顺晟科技
2022-10-19 12:19:56
179
在CSS中可以使用这样的边框吗?
顺晟科技:
对伪类可能有一种更聪明的方法。但是这里有一个简单的解决方案,它为每个“边框”使用几个定位div。
.container {
position: relative;
z-index: 2;
width: 400px;
height: 100px;
}
.box {
position: absolute;
width: 100%;
height: 100%;
background: white;
}
.box.border {
z-index: -1;
width: 33%;
height: 100%;
}
.box.left {
background: yellow;
left: -10px;
bottom: -10px;
}
.box.right {
background: blue;
right: -10px;
top: -10px;
}
05
2022-12
02
2022-12
02
2022-12
29
2022-11
29
2022-11
24
2022-11