Commit 0a318f4a by wangshuo

Merge branch 'issue-11'

parents 4b14578b 145e8c2a
#formal-draw { #formal-draw {
position: relative; position: relative;
width: 355px; width: 355px;
min-height: 147px;
background: rgba(57, 0, 201, 1); background: rgba(57, 0, 201, 1);
border: 1px solid rgba(89, 112, 255, 1); border: 1px solid rgba(89, 112, 255, 1);
border-radius: 5px; border-radius: 5px;
margin: 0 auto; margin: 0 auto;
.am-tabs-content-wrap {
min-height: 400px;
}
&::before { &::before {
content: ''; content: '';
display: block; display: block;
......
.list-frame { .list-frame {
margin: 0 10px; margin: 0 10px;
min-height: 147px;
border: 1px solid #5970FF; border: 1px solid #5970FF;
border-radius: 5px; border-radius: 5px;
background-color: #3900C9; background-color: #3900C9;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment