Files
xiezheng_h5/css/page/info.css
bmy 4991b3686c
All checks were successful
continuous-integration/drone/push Build is passing
hahah
2024-12-03 11:18:07 +08:00

44 lines
852 B
CSS

@import "../tool/color.css";
@import "../tool/size.css";
@import "../tool/utils.css";
.header {
.ilist {
i {
font-size: var(--f22) !important;
}
.icon-wujiaoxing {
margin-right: var(--f10);
}
}
}
.content {
.info_img_list {
.img_list {
height: 800px;
overflow: hidden;
img {
width: 100%;
}
}
.view_all {
font-size: var(--f16);
color: var(--themeColor);
width: 100%;
height: 60px;
bottom: 0;
background: linear-gradient(#ffffff08, #fefefe);
padding-top: .6rem;
box-sizing: border-box;
div {}
i {
margin-left: .1rem;
}
}
}
}