65 lines
982 B
Plaintext
Executable File
65 lines
982 B
Plaintext
Executable File
.header{
|
|
padding-top:.5rem;
|
|
height:5rem;
|
|
text-align: center;
|
|
color:#fafafa;
|
|
background-image: url(../../lib/icon/headerbg.png);
|
|
background-size:contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.header-text{
|
|
padding-top: .3rem;
|
|
font-weight: bold;
|
|
}
|
|
/* banner */
|
|
.banner{
|
|
margin-top: .3rem;
|
|
padding-top:50%;
|
|
width: 94%;
|
|
margin-left: 3%;
|
|
background:transparent;
|
|
position: relative;
|
|
}
|
|
|
|
.banner-swiper{
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.banner-swiper-img{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius:3%;
|
|
}
|
|
|
|
/* 工作台 */
|
|
|
|
.grid{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 15rpx;
|
|
}
|
|
|
|
.grid-item{
|
|
text-align: center;
|
|
width: 33.33%;
|
|
padding: 15rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.grid-icon{
|
|
background: #fafafa;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
vertical-align: top;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
|
|
.grid-title{
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
}
|