提交 e1fa704f 编写于 作者: KK's avatar KK

定制组件调整

上级 d6087795
...@@ -9,41 +9,32 @@ ...@@ -9,41 +9,32 @@
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
color:#BDC4CD; color:#BDC4CD;
font-size: 15px; font-size: 12px;
} }
.content{ .content{
width: 100%; width: 100%;
height: 50px;
background-color: white; background-color: white;
position: relative; position: relative;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 4px;
display: flex;
justify-content: space-around;
align-items: center;
padding: 12px 0;
.start{ .start{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 5px;
font-size: 30px; font-size: 30px;
color: #ED9691; color: #ea382d;
} }
.drag-list-pic{ .drag-list-pic{
width: 50px; width: 50px;
height: 50px; height: 50px;
background-color: skyblue; background-color: skyblue;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 50px;
} }
.drag-list-text{ .drag-list-text{
width: 200px; width: 60%;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 120px;
div:nth-child(1){ div:nth-child(1){
font-size: 15px; font-size: 15px;
color: #484a4b; color: #484a4b;
font-weight: 600;
} }
div:nth-child(2){ div:nth-child(2){
font-size: 12px; font-size: 12px;
...@@ -51,12 +42,9 @@ ...@@ -51,12 +42,9 @@
} }
} }
.end{ .end{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
font-size: 20px; font-size: 20px;
color: #797979; color: #797979;
min-width: 20px;
} }
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册