1 Star 0 Fork 0

小小坤/code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.less 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
小小坤 提交于 2022-12-06 10:15 . init
*{
margin: 0;
padding: 0;
}
#app{
width: 100%;
overflow: hidden;
}
.header {
height: 1rem;
border-bottom: 2px solid #ddd;
position: relative;
display: flex;
align-items: center;
justify-content: center;
img {
width: 0.22rem;
height: 0.44rem;
position: absolute;
left: 0.36rem;
top: 0;
bottom: 0;
margin: auto;
}
p {
font-size: 0.34rem;
color: #3b3d41;
}
}
.message {
border-bottom: 1px solid #ddd;
padding-left: 0.4rem;
.basic {
font-size: 0.3rem;
color: #18191c;
height: 0.96rem;
display: flex;
align-items: center;
border-bottom: 1px solid #f7f7f7;
}
.list {
padding: 0.2rem 0;
li {
display: flex;
align-items: center;
font-size: 0.26rem;
line-height: 0.54rem;
color: #18191c;
}
.left {
width: 2.1rem;
color: #cdced0;
}
}
}
.white {
height: 0.6rem;
border-bottom: 1px solid #ddd;
background: #f9f9f9;
overflow: hidden;
p {
background: #fff;
height: 0.4rem;
margin-top: 0.2rem;
}
}
.code {
background: #f9f9f9;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
.btn {
width: 2.4rem;
height: 0.56rem;
line-height: 0.56rem;
background: #51c7c9;
color: #fff;
border-radius: 0.28rem;
text-align: center;
font-size: 0.22rem;
margin: 0.05rem 0;
}
img {
width: 3.9rem;
height: 3.9rem;
}
.date {
display: flex;
font-weight: 700;
align-items: flex-end;
margin-top: 0.5rem;
padding-bottom: 0.4rem;
.year {
font-size: 0.48rem;
line-height: 0.5rem;
}
.red {
color: red;
font-size: 0.7rem;
line-height: 0.7rem;
}
}
}
.flow {
border-bottom: 1px solid #ddd;
padding-left: 0.4rem;
width: 100%;
overflow: hidden;
.basic {
font-size: 0.3rem;
color: #18191c;
height: 0.96rem;
display: flex;
align-items: center;
border-bottom: 1px solid #f7f7f7;
}
.flow-list {
padding-top: 0.22rem;
.box {
display: flex;
align-items: stretch;
.left {
color: #bcbdbf;
font-size: 0.24rem;
line-height: 0.4rem;
width: 2.2rem;
text-align: right;
padding-right: 0.24rem;
}
.border {
width: 0.46rem;
height: inherit;
position: relative;
img {
position: absolute;
width: 0.46rem;
height: 0.46rem;
top: 0;
}
.border-ddd {
width: 2px;
position: absolute;
top: 1px;
bottom: 0;
background: #ededed;
left: 50%;
transform: translateX(-50%);
z-index: -1;
}
}
.right {
color: #bcbdbf;
padding-left: 0.24rem;
font-size: 0.24rem;
line-height: 0.4rem;
.title {
font-weight: 900;
}
}
}
}
}
.ddd {
height: 1.26rem;
background: #f9f9f9;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/goodjiang/code.git
git@gitee.com:goodjiang/code.git
goodjiang
code
code
master

搜索帮助