148 lines
2.8 KiB
CSS
148 lines
2.8 KiB
CSS
.dot {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.setBetween {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.setRowCenter {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.setColumnCenter {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.setCenter {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.ra {
|
|
border-radius: 0.2rem;
|
|
overflow: hidden;
|
|
}
|
|
.bs {
|
|
box-shadow: 0 0 0.5rem #ebebeb;
|
|
}
|
|
.box-shadow {
|
|
box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(36, 65, 116, 0.1);
|
|
}
|
|
.btn {
|
|
padding: 0.3rem 0.9rem;
|
|
background-color: #3b52f6;
|
|
color: #fff;
|
|
border-radius: 2rem;
|
|
font-size: 0.9rem;
|
|
}
|
|
.btn.s1 {
|
|
background-color: transparent;
|
|
border: 1px solid #3b52f6;
|
|
color: #3b52f6;
|
|
}
|
|
.a-hover:hover {
|
|
color: #3b52f6;
|
|
}
|
|
.fb {
|
|
font-family: "robotoMedium";
|
|
}
|
|
.list-banner .left p {
|
|
font-size: 1.3rem;
|
|
color: #3b52f6;
|
|
}
|
|
.process .main-1 .wrap {
|
|
margin-bottom: 2rem;
|
|
}
|
|
.process .main-1 .wrap * {
|
|
line-height: 2;
|
|
}
|
|
.process .main-1 .wrap ul li{
|
|
font-family: 'robotoLight'!important;
|
|
font-size: 0.9rem;
|
|
color: #000;
|
|
}
|
|
.process .main-1 .wrap b {
|
|
font-family: "robotoMedium";
|
|
}
|
|
.process .main-1 .wrap h4 {
|
|
font-size: 2rem;
|
|
font-family: "robotoMedium";
|
|
}
|
|
.process .main-1 .wrap strong {
|
|
font-size: 1.3rem;
|
|
font-weight: bold;
|
|
}
|
|
.process .main-1 .wrap p {
|
|
margin-top: 0.9rem;
|
|
font-family: 'robotoLight'!important;
|
|
font-size: 0.9rem;
|
|
color: #000;
|
|
}
|
|
.process .main-1 .wrap span {
|
|
color: #cc1f1f;
|
|
}
|
|
.process .main-1 .wrap span.c1 {
|
|
color: #3b52f6;
|
|
}
|
|
.process .main-1 .wrap em {
|
|
font-weight: bold;
|
|
font-family: "robotoMedium";
|
|
font-size: 1.3rem;
|
|
}
|
|
.process .main-1 .wrap .f-img img {
|
|
float: right;
|
|
max-width: 23rem;
|
|
}
|
|
.process .main-1 .wrap .item-list1 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.process .main-1 .wrap .item-list1 h5 {
|
|
font-size: 1.3rem;
|
|
font-family: "robotoMedium";
|
|
text-align: center;
|
|
line-height: 1.4;
|
|
min-height: 4.2rem;
|
|
margin-bottom: 0.9rem;
|
|
}
|
|
.process .main-1 .wrap .item-list1 .item {
|
|
width: 30%;
|
|
position: relative;
|
|
border: 1px solid #000;
|
|
margin-top: 0.9rem;
|
|
padding: 0.9rem;
|
|
}
|
|
.process .main-1 .wrap .item-list1 .item::after {
|
|
content: attr(num);
|
|
position: absolute;
|
|
bottom: 0.9rem;
|
|
right: 0.9rem;
|
|
font-size: 1.3rem;
|
|
color: #3b52f6;
|
|
font-family: "robotoMedium";
|
|
}
|
|
.process .main-1 .wrap .item-list2 .item {
|
|
position: relative;
|
|
margin-top: 2rem;
|
|
box-shadow: 0rem 0.15rem 0.9rem 0rem rgba(32, 30, 29, 0.35);
|
|
padding: 0.9rem;
|
|
}
|
|
.process .main-1 .wrap .item-list2 .item::before {
|
|
content: "";
|
|
position: absolute;
|
|
right: calc(100% + 0.9rem);
|
|
top: 0;
|
|
width: 1.3rem;
|
|
height: 1.3rem;
|
|
background-color: #3b52f6;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.process .main-1 .container .code {
|
|
position: initial;
|
|
margin-bottom: 2rem;
|
|
}
|
|
}
|