增加新项目
This commit is contained in:
31
项目合集/最新写真app/fontend/css/info.css
Normal file
31
项目合集/最新写真app/fontend/css/info.css
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
.info {
|
||||
height: 18rem;
|
||||
|
||||
.img_arr {
|
||||
img {}
|
||||
}
|
||||
|
||||
.all {
|
||||
font-size: .32rem;
|
||||
color: var(--themeColor);
|
||||
width: 100%;
|
||||
height: 1.2rem;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding-bottom: .2rem;
|
||||
background: linear-gradient(180deg, #fcfcfc00, #ffffff);
|
||||
span {
|
||||
margin-right: .1rem;
|
||||
}
|
||||
i {}
|
||||
}
|
||||
}
|
||||
|
||||
.show {
|
||||
height: auto !important;
|
||||
.all {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user