48 lines
833 B
SCSS
48 lines
833 B
SCSS
.swiperDemoItem {
|
|
color: #3886d0;
|
|
display: flex;
|
|
padding: 20px 0 0 50px;
|
|
overflow: hidden;
|
|
height: 70rpx;
|
|
|
|
.swiperDemoIndex {
|
|
width: 15px;
|
|
height: 45px;
|
|
background-image: linear-gradient(to bottom, #5d9cf9, #317ad9);
|
|
//background: rgb();
|
|
border-radius: 20px;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
.subModule {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-right: -3px;
|
|
margin-left: -1px;
|
|
|
|
.subModuleItem {
|
|
width: 33%;
|
|
height: 180rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-bottom: 10rpx;
|
|
border: 1px solid #ccc;
|
|
border-left: 0;
|
|
margin-top: -1px;
|
|
|
|
.subModuleIndex {
|
|
width: 65rpx;
|
|
height: 65rpx;
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|