dw main.less php,main.less

这篇博客探讨了如何利用A4纸的尺寸来创建响应式的网页设计,包括设置页面宽度、阴影效果以及内容区域的排版。文章强调了CSS滤镜在美化图片上的应用,并详细介绍了页眉和页脚的样式设定,以及进度条组件的实现。此外,还提到了网页滚动条的隐藏和关键信息的组织展示。
摘要由CSDN通过智能技术生成

* {

margin : 0;

padding: 0;

}

ul,

li {

padding : 0;

margin : 0;

list-style: none

}

p {

font-size : 12px;

line-height: 18px;

}

body {

display : flex;

justify-content: center;

font-family : "Microsoft YaHei";

color:#333;

}

// 公共css

.text-center {

text-align: center;

}

.font-blue {

color: #3982c5;

}

/* 首先我们拿出一张a4纸 */

.a4 {

width : 549px;

height : 842px;

box-shadow : #333 2px 3px 5px;

box-sizing : border-box;

display : flex;

margin-top : 20px;

margin-bottom : 20px;

justify-content: center;

overflow: hidden;

aside {

background-color: #3982c5;

width : 32%;

height : 100%;

display : flex;

align-items : center;

flex-direction : column;

color : white;

padding : 1.5rem 0.3125rem;

box-sizing : border-box;

.name {

font-weight: 300;

margin-top : 1.875rem;

line-height: 2rem;

}

.desc {

font-size : 0.5em;

text-align : center;

margin-bottom: 30px;

}

img {

width : 6.25rem;

height : auto;

padding : 0.3125rem;

border : 2px white solid;

box-sizing: border-box;

// 增加css滤镜 美颜效果 哈哈哈

-webkit-filter: contrast(200%);

filter : contrast(200%);

}

.details {

width: 90%;

ul {

padding: 20px 0;

li {

font-size : 10px;

line-height: 25px;

&:before {

padding-right: 7px;

}

}

}

h6 {

font-weight: 300;

font-size : 10px;

line-height: 40px;

}

.process-bar {

width: 100%;

.pb-wrapper {

border : 1px solid #fff;

position : relative;

border-radius: 2px;

}

.pb-container {

height : 8px;

position: relative;

}

.pb-value {

height : 100%;

background: #fff;

}

}

.title {

display: flex;

color : #3982c5;

height : 26px;

.title_icon {

width : 23px;

background-color: #fff;

position : relative;

&:before {

position : absolute;

text-align : center;

width : 100%;

line-height: 26px;

font-size : 17px;

}

.title_sj {

position : absolute;

left : 23px;

border-top : 13px solid transparent;

border-left : 7px solid #fff;

border-bottom: 13px solid transparent;

border-right : 13px solid transparent;

}

}

.title_content {

width : 63%;

margin-left : 23px;

height : 100%;

padding-left : 10px;

font-size : 11px;

line-height : 26px;

background-color: white;

position : relative;

.title_dsj {

position : absolute;

left : -20px;

border-top : 13px solid white;

border-left : 7px solid transparent;

border-bottom: 13px solid white;

border-right : 13px solid white;

}

}

}

}

}

main {

width : 68%;

background: white;

height : 100%;

padding : 15px;

box-sizing: border-box;

overflow-x: scroll;

&::-webkit-scrollbar {

display: none;

}

.title_bar {

height : 24px;

background-color: #f2f2f2;

display : flex;

margin : 5px 0px;

.title_icon {

width : 23px;

height : 100%;

background-color: #3982c5;

position : relative;

display : inline-block;

&:before {

position : absolute;

color : white;

text-align : right;

width : 100%;

line-height: 26px;

font-size : 20px;

}

.title_sj {

position : absolute;

left : 23px;

border-top : 12px solid transparent;

border-left : 7px solid #3982c5;

border-bottom: 12px solid transparent;

border-right : 12px solid transparent;

}

}

h4 {

line-height: 24px;

color : #3982c5;

font-weight: 400;

font-size : 15px;

margin-left: 20px;

}

}

}

}

一键复制

编辑

Web IDE

原始数据

按行查看

历史

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值