同步
This commit is contained in:
664
css/activities.css
Normal file
664
css/activities.css
Normal file
@@ -0,0 +1,664 @@
|
||||
.activities-page {
|
||||
background: #F7F8FA;
|
||||
}
|
||||
.activities-page .active-box {
|
||||
padding-top: 0;
|
||||
}
|
||||
.activities-page .active-box .active-type-title {
|
||||
font-size: 32px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-weight: 400;
|
||||
}
|
||||
.activities-page .active-box .active-list {
|
||||
margin-top: -48px;
|
||||
display: flex;
|
||||
}
|
||||
.activities-page .active-box .active-list .active-item {
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
width: 335px;
|
||||
padding: 20px;
|
||||
background: linear-gradient(180deg, #FFF9F6 0%, #FFFFFF 100%);
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
margin-left: 20px;
|
||||
}
|
||||
.activities-page .active-box .active-list .active-item:nth-of-type(1) {
|
||||
margin-left: 0;
|
||||
}
|
||||
.activities-page .active-box .active-list .active-item .active-name {
|
||||
font-size: 20px;
|
||||
color: #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-list .active-item .active-des {
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.activities-page .active-box .active-type {
|
||||
margin-top: 80px;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-des {
|
||||
margin-top: 16px;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-des .link-rule {
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
text-decoration: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.activities-page .active-box .active-type .dedicated-box {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.activities-page .active-box .active-type .active-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.activities-page .active-box .active-type .active-content .active-notice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 16px;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-type .active-content .active-notice > span {
|
||||
margin-left: 3px;
|
||||
}
|
||||
.activities-page .active-box .active-type .active-content .count-down-box {
|
||||
font-size: 0;
|
||||
}
|
||||
.activities-page .active-box .active-type .active-content .count-down-box .count-text {
|
||||
margin-right: 6px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.activities-page .active-box .active-type .active-content .count-down-box .mar-r0 {
|
||||
margin-right: 0;
|
||||
}
|
||||
.activities-page .active-box .active-type .active-content .count-down-box .count-time {
|
||||
display: inline-block;
|
||||
border: 1px solid #FF6739;
|
||||
width: 28px;
|
||||
margin-right: 6px;
|
||||
height: 32px;
|
||||
text-align: center;
|
||||
line-height: 32px;
|
||||
font-size: 18px;
|
||||
color: #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods {
|
||||
margin-top: 40px;
|
||||
display: flex;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item {
|
||||
position: relative;
|
||||
font-size: 0;
|
||||
box-sizing: border-box;
|
||||
padding-bottom: 20px;
|
||||
width: 335px;
|
||||
border: 1px solid #FFFFFF;
|
||||
background: #FFFFFF;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item:nth-of-type(1) {
|
||||
margin-left: 0;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item:hover {
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item:hover .seckill-name {
|
||||
color: #FF6739 !important;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-logo {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #FEE2C6;
|
||||
width: 72px;
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
color: #E2491B;
|
||||
border-radius: 40px 0px 0px 40px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-top {
|
||||
padding-top: 21px;
|
||||
background: linear-gradient(180deg, #FFF9F6 0%, #FFFFFF 100%);
|
||||
height: 127px;
|
||||
border-bottom: 1px solid rgba(230, 234, 237, 0.6);
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-top .seckill-name {
|
||||
padding: 0 20px;
|
||||
font-size: 22px;
|
||||
color: #000000;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-top .seckill-des,
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-top .seckill-country {
|
||||
padding: 0 20px;
|
||||
margin-top: 8px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom {
|
||||
padding: 0 20px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-info {
|
||||
height: 157px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-info .seckill-config {
|
||||
margin-top: 18px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-info .seckill-config .seckill-label {
|
||||
display: inline-block;
|
||||
width: 113px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-info .seckill-config .seckill-value {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-ad .seckill-aditem {
|
||||
padding: 4px 8px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 12px;
|
||||
margin-left: 10px;
|
||||
border-radius: 1px 1px 1px 1px;
|
||||
background: #F7F8F9;
|
||||
border: 1px solid #EDEDED;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-ad .seckill-aditem:nth-of-type(1) {
|
||||
margin-left: 0;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-price {
|
||||
margin-top: 18px;
|
||||
font-size: 0;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-price .price-text {
|
||||
color: #FF6739;
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-price .font-24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-price .origin-price {
|
||||
margin-left: 4px;
|
||||
font-size: 12px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-price .price-moon {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-btn {
|
||||
margin-top: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-btn .buy-btn {
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
width: 100%;
|
||||
background: linear-gradient(85deg, #FF832D 0%, #FF550A 100%);
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .seckill-btn .lootall-btn {
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
width: 100%;
|
||||
background: #EEEEEE;
|
||||
color: #B0B0B0;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .progress {
|
||||
margin-top: 21px;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
background-color: #EDEDED;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .progress .progress-bar {
|
||||
border-radius: 8px;
|
||||
background-color: #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-type .seckill-goods .seckill-item .seckill-bottom .progress-text {
|
||||
margin-top: 6px;
|
||||
font-size: 12px;
|
||||
color: #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-tab {
|
||||
border-bottom: 1px solid #B4B4B4;
|
||||
margin-top: 40px;
|
||||
position: relative;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-tab .tab-right {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -14px;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-tab .tab-left {
|
||||
display: flex;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-tab .tab-left .tab-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
width: 164px;
|
||||
font-size: 16px;
|
||||
height: 46px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-tab .tab-left .tab-item:hover {
|
||||
color: #E2491B;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-tab .tab-left .active-tab {
|
||||
position: relative;
|
||||
color: #FFFFFF !important;
|
||||
background: linear-gradient(90deg, #F97F2B 0%, #FAA759 100%);
|
||||
overflow: hidden;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-tab .tab-left .active-tab::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: -23px;
|
||||
border: 23px solid transparent;
|
||||
border-right: 23px solid #F7F8FA;
|
||||
border-top: 50px solid #F7F8FA;
|
||||
}
|
||||
.activities-page .active-box .active-type .tab-right .right-btn {
|
||||
width: 142px;
|
||||
height: 40px;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #FF6739;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods {
|
||||
margin-top: 24px;
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 148px;
|
||||
align-items: center;
|
||||
background: #FFFFFF;
|
||||
position: relative;
|
||||
border-bottom: 1px solid #EDEDED;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item:nth-last-of-type(1) {
|
||||
border-bottom: none;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-label {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 18px;
|
||||
font-size: 12px;
|
||||
color: #E2491B;
|
||||
width: 92px;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
background: #FEE2C6;
|
||||
border-radius: 0px 40px 40px 0px;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-left {
|
||||
box-sizing: border-box;
|
||||
padding-left: 30px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 289px;
|
||||
height: 100%;
|
||||
background: linear-gradient(180deg, #FFF9F6 0%, #FFFFFF 100%);
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-left .cloud-name {
|
||||
margin-top: 56px;
|
||||
font-size: 22px;
|
||||
color: #000000;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-left .cloud-text {
|
||||
margin-top: 12px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-mid {
|
||||
display: flex;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-mid .cloud-config-item {
|
||||
width: 142px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-mid .cloud-config-item:nth-last-of-type(1)::after {
|
||||
height: 0;
|
||||
border: none;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-mid .cloud-config-item::after {
|
||||
position: absolute;
|
||||
content: '';
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
height: 48px;
|
||||
border-right: 1px solid #EDEDED;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-mid .cloud-config-item .config-lable {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-size: 18px;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-mid .cloud-config-item .config-value {
|
||||
margin-top: 21px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-right {
|
||||
display: flex;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-right .cloud-price-box {
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #FF6739;
|
||||
width: 140px;
|
||||
height: 84px;
|
||||
font-size: 14px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #EDEDED;
|
||||
margin-right: 18px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-right .cloud-price-box.active {
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-right .cloud-price-box:hover {
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-right .cloud-price-box .font-24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-right .cloud-price-box .cloud-origin {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.activities-page .active-box .active-type .cloud-goods .cloud-item .cloud-buy-btn {
|
||||
margin-left: 40px;
|
||||
width: 140px;
|
||||
height: 40px;
|
||||
}
|
||||
.activities-page .active-box .more-acticve {
|
||||
margin-top: 80px;
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box {
|
||||
margin-top: 60px;
|
||||
display: flex;
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box .more-item {
|
||||
box-sizing: border-box;
|
||||
padding: 18px 30px;
|
||||
position: relative;
|
||||
width: 455px;
|
||||
height: 194px;
|
||||
background: linear-gradient(137deg, #F8FAFB 0%, #FFFFFF 100%);
|
||||
margin-right: 20px;
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box .more-item:nth-last-of-type(1) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box .more-item:hover {
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box .more-item .more-label {
|
||||
position: absolute;
|
||||
content: '';
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #FFFFFF;
|
||||
padding: 0 10px;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
background: linear-gradient(180deg, #FF832D 0%, #FF550A 100%);
|
||||
border-radius: 0px 3px 0px 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box .more-item .more-name {
|
||||
font-size: 22px;
|
||||
color: #000000;
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box .more-item .more-des {
|
||||
margin-top: 10px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .active-box .more-acticve .more-box .more-item .more-bnt {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
margin-top: 28px;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
width: 120px;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
.activities-page .dialog-box {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 999999;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.activities-page .dialog-box .modal-content {
|
||||
background-color: #FFFFFF;
|
||||
margin: 5% auto;
|
||||
box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
padding: 30px 20px 30px 30px;
|
||||
width: 50%;
|
||||
opacity: 0;
|
||||
transform: scale(0.8);
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
.activities-page .dialog-box .authentication-content {
|
||||
margin: 15% auto;
|
||||
width: 480px;
|
||||
}
|
||||
.activities-page .dialog-box .buyCloud-content {
|
||||
width: 750px;
|
||||
}
|
||||
.activities-page .dialog-box .modal-content.show {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
.activities-page .dialog-box .dia-close {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.activities-page .dialog-box .dia-close:hover,
|
||||
.activities-page .dialog-box .dia-close:focus {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.activities-page .dialog-box .dia-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.activities-page .dialog-box .no-rz-tips {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .dialog-box .dia-fotter {
|
||||
margin-top: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.activities-page .dialog-box .buy-fotter {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.activities-page .dialog-box .buy-fotter .fotter-text {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
margin-right: 11px;
|
||||
}
|
||||
.activities-page .dialog-box .buy-fotter .fotter-price {
|
||||
font-size: 14px;
|
||||
}
|
||||
.activities-page .dialog-box .buy-fotter .fotter-price .now-pirce {
|
||||
font-weight: bold;
|
||||
color: #E34D59;
|
||||
}
|
||||
.activities-page .dialog-box .buy-fotter .fotter-price .origin-price {
|
||||
margin-top: 4px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.activities-page .dialog-box .buy-fotter .buy-cloud {
|
||||
margin-left: 40px;
|
||||
background: #FF6739;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
width: 96px;
|
||||
font-size: 14px;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .buyed-box {
|
||||
background: #F7F8FA;
|
||||
border-radius: 3px 3px 0px 0px;
|
||||
padding: 17px 30px 20px 30px;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .buyed-box .form-item:nth-last-of-type(1) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .no-buy-box {
|
||||
padding: 20px 30px 20px 30px;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .buy-type {
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .un-select {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .form-item {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form label {
|
||||
width: 100px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.activities-page .dialog-box .buy-form select {
|
||||
position: relative;
|
||||
width: 320px;
|
||||
height: 40px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #E6EAED;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
padding: 0 12px 0 16px;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form select:focus-visible {
|
||||
border: 1px solid #E6EAED;
|
||||
outline: none;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form select:focus {
|
||||
border: 1px solid #E6EAED;
|
||||
outline: none;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity {
|
||||
position: relative;
|
||||
margin-left: 40px;
|
||||
display: inline-block;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity input[type=number]::-webkit-inner-spin-button,
|
||||
.activities-page .dialog-box .buy-form .quantity input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
text-align: center;
|
||||
width: 70px;
|
||||
height: 34px;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 0px 0px 0px 0px;
|
||||
border: 1px solid #E6EAED;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity input[type=number]:focus {
|
||||
outline: none;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity .plus-btn,
|
||||
.activities-page .dialog-box .buy-form .quantity .minus-btn {
|
||||
width: 40px;
|
||||
height: 34px;
|
||||
padding: 0;
|
||||
border: 1px solid #E6EAED;
|
||||
border-radius: 3px 0px 0px 3px;
|
||||
background: #E8E7E5;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity .plus-btn:hover,
|
||||
.activities-page .dialog-box .buy-form .quantity .minus-btn:hover {
|
||||
background-color: #bbb;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity .plus-btn:focus,
|
||||
.activities-page .dialog-box .buy-form .quantity .minus-btn:focus {
|
||||
outline: none;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity .plus-btn {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -40px;
|
||||
}
|
||||
.activities-page .dialog-box .buy-form .quantity .minus-btn {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: -40px;
|
||||
}
|
||||
814
css/activities.less
Normal file
814
css/activities.less
Normal file
@@ -0,0 +1,814 @@
|
||||
.activities-page {
|
||||
background: #F7F8FA;
|
||||
|
||||
.active-box {
|
||||
padding-top: 0;
|
||||
|
||||
.active-type-title {
|
||||
font-size: 32px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
.active-list {
|
||||
margin-top: -48px;
|
||||
display: flex;
|
||||
|
||||
.active-item {
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
width: 335px;
|
||||
padding: 20px;
|
||||
background: linear-gradient(180deg, #FFF9F6 0%, #FFFFFF 100%);
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
margin-left: 20px;
|
||||
|
||||
&:nth-of-type(1) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.active-name {
|
||||
font-size: 20px;
|
||||
color: #FF6739;
|
||||
}
|
||||
|
||||
.active-des {
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.active-type {
|
||||
margin-top: 80px;
|
||||
|
||||
|
||||
|
||||
.cloud-des {
|
||||
margin-top: 16px;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
|
||||
.link-rule {
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
text-decoration: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.dedicated-box {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.active-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.active-notice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 16px;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
|
||||
>span {
|
||||
margin-left: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.count-down-box {
|
||||
font-size: 0;
|
||||
|
||||
.count-text {
|
||||
margin-right: 6px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.mar-r0 {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.count-time {
|
||||
display: inline-block;
|
||||
border: 1px solid #FF6739;
|
||||
width: 28px;
|
||||
margin-right: 6px;
|
||||
height: 32px;
|
||||
text-align: center;
|
||||
line-height: 32px;
|
||||
font-size: 18px;
|
||||
color: #FF6739;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.seckill-goods {
|
||||
margin-top: 40px;
|
||||
display: flex;
|
||||
|
||||
.seckill-item {
|
||||
position: relative;
|
||||
font-size: 0;
|
||||
box-sizing: border-box;
|
||||
padding-bottom: 20px;
|
||||
width: 335px;
|
||||
border: 1px solid #FFFFFF;
|
||||
background: #FFFFFF;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
margin-left: 20px;
|
||||
|
||||
&:nth-of-type(1) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
|
||||
.seckill-name {
|
||||
color: #FF6739 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.seckill-logo {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #FEE2C6;
|
||||
width: 72px;
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
color: #E2491B;
|
||||
border-radius: 40px 0px 0px 40px;
|
||||
}
|
||||
|
||||
.seckill-top {
|
||||
padding-top: 21px;
|
||||
background: linear-gradient(180deg, #FFF9F6 0%, #FFFFFF 100%);
|
||||
height: 127px;
|
||||
border-bottom: 1px solid rgba(230, 234, 237, 0.6);
|
||||
|
||||
.seckill-name {
|
||||
padding: 0 20px;
|
||||
font-size: 22px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.seckill-des,
|
||||
.seckill-country {
|
||||
padding: 0 20px;
|
||||
margin-top: 8px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
}
|
||||
|
||||
.seckill-bottom {
|
||||
padding: 0 20px;
|
||||
|
||||
.seckill-info {
|
||||
height: 157px;
|
||||
|
||||
.seckill-config {
|
||||
margin-top: 18px;
|
||||
box-sizing: border-box;
|
||||
|
||||
.seckill-label {
|
||||
display: inline-block;
|
||||
width: 113px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.seckill-value {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.seckill-ad {
|
||||
|
||||
.seckill-aditem {
|
||||
padding: 4px 8px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 12px;
|
||||
margin-left: 10px;
|
||||
border-radius: 1px 1px 1px 1px;
|
||||
background: #F7F8F9;
|
||||
border: 1px solid #EDEDED;
|
||||
|
||||
&:nth-of-type(1) {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.seckill-price {
|
||||
margin-top: 18px;
|
||||
font-size: 0;
|
||||
|
||||
.price-text {
|
||||
color: #FF6739;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.font-24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.origin-price {
|
||||
margin-left: 4px;
|
||||
font-size: 12px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.price-moon {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.seckill-btn {
|
||||
margin-top: 16px;
|
||||
cursor: pointer;
|
||||
|
||||
.buy-btn {
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
width: 100%;
|
||||
background: linear-gradient(85deg, #FF832D 0%, #FF550A 100%);
|
||||
}
|
||||
|
||||
.lootall-btn {
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
width: 100%;
|
||||
background: #EEEEEE;
|
||||
color: #B0B0B0;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-top: 21px;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
background-color: #EDEDED;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 0;
|
||||
|
||||
.progress-bar {
|
||||
border-radius: 8px;
|
||||
background-color: #FF6739;
|
||||
}
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
margin-top: 6px;
|
||||
font-size: 12px;
|
||||
color: #FF6739;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.cloud-tab {
|
||||
border-bottom: 1px solid #B4B4B4;
|
||||
margin-top: 40px;
|
||||
position: relative;
|
||||
|
||||
.tab-right {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -14px;
|
||||
}
|
||||
|
||||
.tab-left {
|
||||
display: flex;
|
||||
|
||||
.tab-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
width: 164px;
|
||||
font-size: 16px;
|
||||
height: 46px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
|
||||
&:hover {
|
||||
color: #E2491B;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.active-tab {
|
||||
position: relative;
|
||||
color: #FFFFFF !important;
|
||||
background: linear-gradient(90deg, #F97F2B 0%, #FAA759 100%);
|
||||
overflow: hidden;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: -23px;
|
||||
border: 23px solid transparent;
|
||||
border-right: 23px solid #F7F8FA;
|
||||
border-top: 50px solid #F7F8FA;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.tab-right {
|
||||
.right-btn {
|
||||
width: 142px;
|
||||
height: 40px;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #FF6739;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
}
|
||||
}
|
||||
|
||||
.cloud-goods {
|
||||
margin-top: 24px;
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
|
||||
.cloud-item {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 148px;
|
||||
align-items: center;
|
||||
background: #FFFFFF;
|
||||
position: relative;
|
||||
border-bottom: 1px solid #EDEDED;
|
||||
|
||||
&:nth-last-of-type(1) {
|
||||
border-bottom: none;
|
||||
|
||||
}
|
||||
|
||||
.cloud-label {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 18px;
|
||||
font-size: 12px;
|
||||
color: #E2491B;
|
||||
width: 92px;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
background: #FEE2C6;
|
||||
border-radius: 0px 40px 40px 0px;
|
||||
}
|
||||
|
||||
.cloud-left {
|
||||
box-sizing: border-box;
|
||||
padding-left: 30px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 289px;
|
||||
height: 100%;
|
||||
background: linear-gradient(180deg, #FFF9F6 0%, #FFFFFF 100%);
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
|
||||
.cloud-name {
|
||||
margin-top: 56px;
|
||||
font-size: 22px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.cloud-text {
|
||||
margin-top: 12px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
}
|
||||
|
||||
.cloud-mid {
|
||||
display: flex;
|
||||
|
||||
.cloud-config-item {
|
||||
width: 142px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
&:nth-last-of-type(1) {
|
||||
&::after {
|
||||
height: 0;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
content: '';
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
height: 48px;
|
||||
border-right: 1px solid #EDEDED;
|
||||
}
|
||||
|
||||
.config-lable {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.config-value {
|
||||
margin-top: 21px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.cloud-right {
|
||||
display: flex;
|
||||
|
||||
.cloud-price-box {
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #FF6739;
|
||||
width: 140px;
|
||||
height: 84px;
|
||||
font-size: 14px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #EDEDED;
|
||||
margin-right: 18px;
|
||||
cursor: pointer;
|
||||
|
||||
&.active {
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
|
||||
.font-24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.cloud-origin {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cloud-buy-btn {
|
||||
margin-left: 40px;
|
||||
width: 140px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.more-acticve {
|
||||
margin-top: 80px;
|
||||
|
||||
.more-box {
|
||||
margin-top: 60px;
|
||||
display: flex;
|
||||
|
||||
.more-item {
|
||||
box-sizing: border-box;
|
||||
padding: 18px 30px;
|
||||
position: relative;
|
||||
width: 455px;
|
||||
height: 194px;
|
||||
background: linear-gradient(137deg, #F8FAFB 0%, #FFFFFF 100%);
|
||||
margin-right: 20px;
|
||||
|
||||
&:nth-last-of-type(1) {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
|
||||
}
|
||||
|
||||
.more-label {
|
||||
position: absolute;
|
||||
content: '';
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #FFFFFF;
|
||||
padding: 0 10px;
|
||||
height: 24px;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
background: linear-gradient(180deg, #FF832D 0%, #FF550A 100%);
|
||||
border-radius: 0px 3px 0px 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.more-name {
|
||||
font-size: 22px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.more-des {
|
||||
margin-top: 10px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.more-bnt {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
margin-top: 28px;
|
||||
font-size: 16px;
|
||||
color: #FF6739;
|
||||
width: 120px;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-box {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 999999;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
|
||||
.modal-content {
|
||||
background-color: #FFFFFF;
|
||||
margin: 5% auto;
|
||||
box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
padding: 30px 20px 30px 30px;
|
||||
width: 50%;
|
||||
opacity: 0;
|
||||
transform: scale(0.8);
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
.authentication-content {
|
||||
margin: 15% auto;
|
||||
width: 480px;
|
||||
}
|
||||
|
||||
.buyCloud-content {
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
.modal-content.show {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.dia-close {
|
||||
color: rgba(0, 0, 0, 0.40);
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dia-close:hover,
|
||||
.dia-close:focus {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dia-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.no-rz-tips {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.dia-fotter {
|
||||
margin-top: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.dia-body {
|
||||
.buyCloud-body {}
|
||||
}
|
||||
|
||||
.buy-fotter {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
.fotter-text {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
margin-right: 11px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.fotter-price {
|
||||
font-size: 14px;
|
||||
|
||||
.now-pirce {
|
||||
font-weight: bold;
|
||||
color: #E34D59;
|
||||
}
|
||||
|
||||
.origin-price {
|
||||
margin-top: 4px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
.buy-cloud {
|
||||
margin-left: 40px;
|
||||
background: #FF6739;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
width: 96px;
|
||||
font-size: 14px;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.buy-form {
|
||||
.buyed-box {
|
||||
background: #F7F8FA;
|
||||
border-radius: 3px 3px 0px 0px;
|
||||
padding: 17px 30px 20px 30px;
|
||||
|
||||
.form-item:nth-last-of-type(1) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.no-buy-box {
|
||||
padding: 20px 30px 20px 30px;
|
||||
}
|
||||
|
||||
.buy-type {
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
.un-select {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
.form-item {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
label {
|
||||
width: 100px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
select {
|
||||
position: relative;
|
||||
width: 320px;
|
||||
height: 40px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #E6EAED;
|
||||
font-size: 14px;
|
||||
// appearance: none;
|
||||
// -webkit-appearance: none;
|
||||
// -moz-appearance: none;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
padding: 0 12px 0 16px;
|
||||
|
||||
&:focus-visible {
|
||||
border: 1px solid #E6EAED;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border: 1px solid #E6EAED;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.quantity {
|
||||
position: relative;
|
||||
margin-left: 40px;
|
||||
display: inline-block;
|
||||
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
text-align: center;
|
||||
width: 70px;
|
||||
height: 34px;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 0px 0px 0px 0px;
|
||||
border: 1px solid #E6EAED;
|
||||
}
|
||||
|
||||
input[type=number]:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.plus-btn,
|
||||
.minus-btn {
|
||||
width: 40px;
|
||||
height: 34px;
|
||||
padding: 0;
|
||||
border: 1px solid #E6EAED;
|
||||
border-radius: 3px 0px 0px 3px;
|
||||
background: #E8E7E5;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.plus-btn:hover,
|
||||
.minus-btn:hover {
|
||||
background-color: #bbb;
|
||||
}
|
||||
|
||||
.plus-btn:focus,
|
||||
.minus-btn:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.plus-btn {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -40px;
|
||||
}
|
||||
|
||||
.minus-btn {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: -40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
250
css/agent.css
Normal file
250
css/agent.css
Normal file
@@ -0,0 +1,250 @@
|
||||
.agent-advantage{
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
.agent-advantage .advantage{
|
||||
padding-top: 60px;
|
||||
}
|
||||
.agent-advantage .advantage-left
|
||||
{
|
||||
padding: 40px 20px;
|
||||
color: #fff;
|
||||
background: url('../assets/img/reward/group-1.png');
|
||||
background-size: cover;
|
||||
min-width: 280px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.agent-advantage .advantage-right{
|
||||
display: flex;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.agent-advantage .advantage-right .advantage-box{
|
||||
display: flex;
|
||||
position: relative;
|
||||
padding: 60px 50px;
|
||||
height: 183px;
|
||||
padding-bottom: 0;
|
||||
/* border: 1px solid #EDEDED; */
|
||||
|
||||
}
|
||||
.agent-advantage .advantage-right .advantage-right-box .advantage-box:first-child{
|
||||
border-bottom: 1px solid #EDEDED;
|
||||
}
|
||||
.agent-advantage .advantage-right .advantage-right-box:first-child .advantage-box{
|
||||
border-right: 1px solid #EDEDED;
|
||||
}
|
||||
/* .agent-advantage .advantage-right .advantage-box1::before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: -1px;
|
||||
width: 60px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.agent-advantage .advantage-right .advantage-box2::before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
height: 60px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.agent-advantage .advantage-right .advantage-box3::before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: -1px;
|
||||
top: 0;
|
||||
height: 60px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.agent-advantage .advantage-right .advantage-box4::before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -1px;
|
||||
width: 60px;
|
||||
border: 1px solid #fff;
|
||||
} */
|
||||
|
||||
|
||||
|
||||
.agent-advantage .advantage-box img{
|
||||
min-width: 88px;
|
||||
height: 88px;
|
||||
|
||||
opacity: 1;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.agent-advantage .advantage-box h4{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* 代理支持 */
|
||||
.agent-support{
|
||||
|
||||
}
|
||||
|
||||
.agent-support .support{
|
||||
margin: -10px;
|
||||
margin-top: 60px;
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
}
|
||||
|
||||
.agent-support .support .support-box{
|
||||
flex: 1;
|
||||
margin: 10px;
|
||||
background: #fff;
|
||||
border-top: 4px solid rgba(255, 103, 57, 1);
|
||||
border-radius: 0px 0px 3px 3px;
|
||||
box-shadow: 0px 0px 16px rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
.agent-support .support .support-box .support-head{
|
||||
padding: 30px 0;
|
||||
border-bottom: 1px solid #EDEDED;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.agent-support .support .support-box .support-cont{
|
||||
padding: 40px 60px 70px 60px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.agent-support .support .support-box .support-cont p{
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.agent-support .support .support-box .support-cont .icon-right{
|
||||
color: rgba(255, 103, 57, 1);
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* 加入条件 */
|
||||
.agent-condition .cloud {
|
||||
flex-wrap: nowrap!important;
|
||||
}
|
||||
|
||||
.agent-condition .cloud .cloud-box{
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
/* 代理流程 */
|
||||
.agent-flow .flow{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: -20px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
.agent-flow .flow>div{
|
||||
margin: 15px;
|
||||
}
|
||||
.agent-flow .flow-box{
|
||||
position: relative;
|
||||
padding: 10px 10px 40px 40px;
|
||||
width: 280px;
|
||||
height: 360px;
|
||||
|
||||
background: linear-gradient(134deg, #FFFFFF 0%, #FAFAFA 100%);
|
||||
box-shadow: 0px 0px 10px rgba(19,55,83,0.08);
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.agent-flow .flow-box .number{
|
||||
font-size: 70px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.agent-flow .flow-box img{
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
background: rgba(0, 0, 0, 0.40);
|
||||
}
|
||||
|
||||
.agent-flow .flow-box h5{
|
||||
margin-top: 50px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.agent-flow .flow-box .title-desc{
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.agent-flow .flow-box .btn{
|
||||
padding: 8px 32px;
|
||||
}
|
||||
.agent-flow .icon-right1{
|
||||
color: rgba(153, 153, 153, 1);
|
||||
}
|
||||
|
||||
/* 常见问题 */
|
||||
.agent-question{
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.agent-question .question{
|
||||
padding: 40px 18px 40px 42px;
|
||||
margin-top: 60px;
|
||||
background: #fff;
|
||||
border: 1px solid #E6EAED;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.agent-question .item.active .title{
|
||||
color: #FF6739;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
}
|
||||
.agent-question .question .item.active{
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.agent-question .question .item .icon{
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url(../assets/img/reward/add.png) no-repeat;
|
||||
position: absolute;
|
||||
right: 35px;
|
||||
top: 50%;
|
||||
margin-top: -16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.agent-question .question .item .open {
|
||||
display: block;
|
||||
}
|
||||
.agent-question .question .item.active .icon{
|
||||
display: none;
|
||||
}
|
||||
.agent-question .question .item.active .des .icon{
|
||||
display: block;
|
||||
top: 0;
|
||||
margin-top: 24px;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
.agent-question .question .item.active + .item{
|
||||
margin-top: 24px;
|
||||
}
|
||||
.agent-question .question .item{
|
||||
position: relative;
|
||||
margin: 30px 0;
|
||||
}
|
||||
.agent-question .item .title{
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
font-size: 16px;
|
||||
padding-right: 50px;
|
||||
}
|
||||
.agent-question .question .item .des{
|
||||
background: #F7F8FA;
|
||||
padding: 20px;
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.70);
|
||||
display: none;
|
||||
position: relative;
|
||||
padding-right: 80px;
|
||||
}
|
||||
336
css/announce.css
Normal file
336
css/announce.css
Normal file
@@ -0,0 +1,336 @@
|
||||
.document-announce {
|
||||
/* background: rgba(247, 248, 250, 1); */
|
||||
}
|
||||
|
||||
.document-announce .section-content {
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.document-announce .announce {
|
||||
padding: 30px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.document-announce .announce .announce-head {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.document-announce .announce .announce-head a {
|
||||
margin-right: 10px;
|
||||
display: inline-block;
|
||||
padding: 8px 32px;
|
||||
border: 1px solid #E6EAED;
|
||||
border-radius: 3px;
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.document-announce .announce .announce-head a.active,
|
||||
.document-announce .announce .announce-head a:hover {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.document-announce .announce-list {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.document-announce .announce-list .announce-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 20px 0;
|
||||
border-bottom: 1px dashed #E6EAED;
|
||||
;
|
||||
}
|
||||
|
||||
.document-announce .announce-list .announce-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.document-announce .announce-list .announce-item a {
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
}
|
||||
|
||||
.document-announce .announce-list .announce-item a:hover {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.document-announce .announce-list .announce-item .announce-item-time {
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
min-width: 120px;
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
}
|
||||
|
||||
/* 新闻 */
|
||||
.document-news .news-head {
|
||||
padding: 40px 0 20px 40px;
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #E6EAED;
|
||||
}
|
||||
|
||||
.document-news .announce {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
|
||||
/* 公告详情 */
|
||||
.announce-details {
|
||||
background: #fff;
|
||||
padding: 30px 70px 100px 70px;
|
||||
}
|
||||
|
||||
.announce-details .announce-title {
|
||||
text-align: center;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.announce-details .announce-details-time {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 40px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
}
|
||||
|
||||
.announce-details .announce-details-cont {
|
||||
text-indent: 32px;
|
||||
line-height: 30px;
|
||||
padding: 60px;
|
||||
padding-top: 0;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
border-bottom: 1px solid #E6EAED;
|
||||
}
|
||||
|
||||
.document-news .announce-details .announce-details-cont {
|
||||
padding: 0;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
.announce-details-cont * {
|
||||
all: revert;
|
||||
}
|
||||
|
||||
.announce-details .announce-details-page {
|
||||
margin-top: 20px;
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
}
|
||||
|
||||
.announce-details .announce-details-page a {
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
}
|
||||
|
||||
.announce-details .announce-details-page a:hover {
|
||||
color: rgba(255, 103, 57, 1)
|
||||
}
|
||||
|
||||
.news-advert {
|
||||
margin-top: 30px;
|
||||
width: 910px;
|
||||
height: 140px;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* 新闻列表 */
|
||||
.announce-new-left {
|
||||
padding-bottom: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.announce-new-right {
|
||||
width: 400px;
|
||||
margin-left: 10px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.news-box {
|
||||
margin-bottom: 10px;
|
||||
width: 400px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.bottom-news {
|
||||
width: calc((100% - 72px) / 3) !important;
|
||||
}
|
||||
|
||||
.news-box .news-box-head {
|
||||
padding: 18px 27px;
|
||||
border-bottom: 1px solid #E6EAED;
|
||||
}
|
||||
|
||||
.news-box .news-box-head .news-title {
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.news-box .news-box-head .news-title::before {
|
||||
content: '';
|
||||
width: 2px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background: #FF6739;
|
||||
}
|
||||
|
||||
|
||||
.news-box .news-list {
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 20px 0;
|
||||
border-bottom: 1px dashed #E6EAED;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item a {
|
||||
color: #333;
|
||||
flex: 1;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
||||
.news-box .news-list .news-item .news-text {
|
||||
display: inline-block;
|
||||
max-width: 80%;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item .news-time {
|
||||
float: right;
|
||||
font-size: 13px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.announce-new-right .news-box .news-list .news-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item .news-number {
|
||||
margin-right: 10px;
|
||||
line-height: 16px;
|
||||
text-align: center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
flex-shrink: 0;
|
||||
background: #DEDEDE;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
background: rgba(222, 222, 222, 1);
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item:nth-child(1) .news-number {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item:nth-child(2) .news-number {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item:nth-child(3) .news-number {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.news-box .news-list .news-item:last-child {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.news-box .news-tag {
|
||||
padding: 13px 12px;
|
||||
background: #F7F8F9;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
.news-box-tag {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.news-box .news-box-cont {
|
||||
padding: 20px 40px 30px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.news-box-tag .news-box-head,
|
||||
.news-box-tag .news-box-cont {
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* 新闻列表 */
|
||||
.news-index {
|
||||
background: #fff;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
.news-index-banner {
|
||||
position: relative;
|
||||
margin-right: 70px;
|
||||
width: 610px;
|
||||
height: 340px;
|
||||
}
|
||||
|
||||
.news-index-banner .news-banner-cont {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 15px 20px;
|
||||
color: #fff;
|
||||
width: 610px;
|
||||
height: 80px;
|
||||
|
||||
}
|
||||
|
||||
.news-index-banner .news-banner-cont h5 {
|
||||
margin-bottom: 5px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.news-index-banner .news-banner-filter {
|
||||
position: absolute;
|
||||
width: 610px;
|
||||
height: 80px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: #000000;
|
||||
opacity: 0.3;
|
||||
border-radius: 0px 0px 3px 3px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* 新闻列表 */
|
||||
.news-list-index {
|
||||
margin: -12px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
|
||||
.news-list-index .news-box {
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
.announce-tabs .tab {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.announce-tabs .tab:first-child {
|
||||
display: block;
|
||||
}
|
||||
441
css/document.css
Normal file
441
css/document.css
Normal file
@@ -0,0 +1,441 @@
|
||||
.document-nav {
|
||||
/* background: #F7F8FA; */
|
||||
}
|
||||
|
||||
.document-nav .section-content {
|
||||
/* background: #F7F8FA; */
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.docement-list {
|
||||
margin: -10px;
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.docement-list .document-box {
|
||||
padding: 30px;
|
||||
margin: 10px;
|
||||
width: 335px;
|
||||
min-height: 330px;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
.docement-list .document-box .document-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #E6EAED;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.docement-list .document-box .document-header img {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.docement-list .document-box a {
|
||||
display: inline-block;
|
||||
line-height: 35px;
|
||||
height: 35px;
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
}
|
||||
|
||||
.docement-list .document-box a:hover {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.page .nav-left {
|
||||
padding-top: 130px;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
width: 320px;
|
||||
background: rgba(247, 248, 250, 1);
|
||||
transition: all .5s;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.page .nav-left img {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
transition: all .5s;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-head {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
background: rgba(240, 243, 245, 1);
|
||||
padding: 40px 0px 20px 0px;
|
||||
font-size: 16px;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-head .nav-head-top {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-head .nav-head-top,
|
||||
.page .nav-left .nav-head .nav-head-bottom {
|
||||
padding-left: 40px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-head .nav-head-top:hover .overview {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* .page .nav-left .nav-head .nav-head-top:hover .chevron-right-bottom{
|
||||
transform: rotate(180deg);
|
||||
} */
|
||||
.page .nav-left .nav-head .nav-head-top:hover .fboxRow .fboxRow img {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.page .nav-left .nav-head .title {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
.page .nav-left .nav-head .icon-double {
|
||||
color: rgba(0, 0, 0, 0.40);
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.page .search-input {
|
||||
|
||||
display: flex;
|
||||
padding-right: 10px;
|
||||
line-height: 32px;
|
||||
background: #FEFFFF;
|
||||
border: 1px solid #E6EAED;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.page .search-input input {
|
||||
flex: 1;
|
||||
padding-left: 10px;
|
||||
height: 32px;
|
||||
color: rgba(0, 0, 0, 0.40);
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.page .nav-left .nav-div {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .navName {
|
||||
padding: 12px 20px !important;
|
||||
letter-spacing: 0.05em;
|
||||
font-size: 11px;
|
||||
color: #5a5454;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .a_active .active {
|
||||
color: rgba(255, 103, 57, 1) !important;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-tab {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-tab .li-a {
|
||||
padding: 12px 15px 12px 40px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding-bottom: 0;
|
||||
font-size: 14px;
|
||||
color: #5a5454;
|
||||
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .a_active img,
|
||||
.page .nav-left .nav-div .nav-list ul .active img {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-tab .li-a .icon-bottom {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: rgba(0, 0, 0, 0.40);
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-tab .li-a .bx {
|
||||
font-size: 17px;
|
||||
vertical-align: text-top;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-tab .nav-box {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-tab .nav-box::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 50px;
|
||||
height: 100%;
|
||||
width: 1px;
|
||||
background: rgba(230, 234, 237, 1);
|
||||
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-show .nav-box {
|
||||
height: auto !important;
|
||||
transition: all 0.6s;
|
||||
padding-left: 55px;
|
||||
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-show .nav-box a {
|
||||
padding: 5px 70px;
|
||||
padding-left: 10px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
color: #5a5454;
|
||||
transition: all 0.3s;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-show .nav-box .active-li-a {
|
||||
color: rgba(255, 103, 57, 1) !important;
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border-radius: 3px 0px 0px 3px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-show .nav-box .active-li-a::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 50px;
|
||||
top: 10px;
|
||||
height: 12px;
|
||||
width: 1px;
|
||||
background: rgba(255, 103, 57, 1);
|
||||
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list ul .nav-show .nav-box a:hover {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list .li-a {
|
||||
transition: all 0.8s;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.page .nav-left .nav-div .nav-list .li-a:hover {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.page .nav-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-left: 240px;
|
||||
transition: all .5s;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.page .nav-top {
|
||||
flex: 1;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
background-color: #FFFFFF;
|
||||
box-shadow: 10px 0px 17px rgba(72, 72, 72, 0.2);
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.page .content-page {
|
||||
z-index: 200;
|
||||
flex: 1;
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
left: 240px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
transition: all .5s;
|
||||
background-color: #FFFFFF;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.page .page-content {
|
||||
padding: 40px 80px;
|
||||
margin-left: 320px;
|
||||
height: calc(100vh - 72px);
|
||||
}
|
||||
|
||||
|
||||
.page .page-content .document-head .document-time {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 10px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.page .page-content .document-cont {
|
||||
border-top: 1px solid #E6EAED;
|
||||
border-bottom: 1px solid #E6EAED;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
|
||||
.page .guide-box {
|
||||
padding-left: 10px;
|
||||
border-left: 1px solid #E6EAED;
|
||||
width: 202px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.page .guide-box a {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.page .guide-box .active {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page .guide-box .active a {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page .guide-box .active::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: -11px;
|
||||
top: 2px;
|
||||
height: 16px;
|
||||
width: 1px;
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.page .guide-box a:hover {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.overview {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 320px;
|
||||
top: 0px;
|
||||
max-height: calc(100vh - 120px);
|
||||
padding: 30px 40px;
|
||||
background: rgba(247, 248, 250, 1);
|
||||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
|
||||
max-width: 900px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.overview .overview-content {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.overview .overview-content .footer-nav-head {
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
border-color: rgba(230, 234, 237, 1)
|
||||
}
|
||||
|
||||
.overview .footer-content .footer-nav {
|
||||
padding: 0px;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
/* 搜索结果 */
|
||||
.document-search .section-content {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.document-details .section-content {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
.document-details .section-content .document-details-item {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.document-details .section-content h5 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.document-details .section-content p {
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.document-details .section-content .keywords {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.document-details .section-content .news-box-head {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* 文档总览 */
|
||||
.document-details .document-view-item {
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid rgba(230, 234, 237, 0.6);
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.document-details .document-view-item::before {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 14px;
|
||||
content: '';
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
background: #FF6739;
|
||||
}
|
||||
|
||||
.document-details .document-view-item .document-view-head {
|
||||
background: #F7F8F9;
|
||||
opacity: 1;
|
||||
border-radius: 3px 3px 0px 0px;
|
||||
height: 32px;
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
line-height: 32px;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.document-details .document-view-item .document-view-cont {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.document-details .document-view-item .document-view-cont a {
|
||||
width: 210px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.document-details-left {
|
||||
width: 100%;
|
||||
}
|
||||
755
css/extend.css
Normal file
755
css/extend.css
Normal file
@@ -0,0 +1,755 @@
|
||||
.contact-support {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.contact-support.service {
|
||||
background: #F7F8F9;
|
||||
}
|
||||
|
||||
.contact-support.service .support-box {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.contact-support .support {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.contact-support .support-box {
|
||||
min-width: 500px;
|
||||
margin: 10px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
border: 1px solid #E6EAED;
|
||||
background: #fff;
|
||||
padding: 40px;
|
||||
|
||||
}
|
||||
|
||||
.contact-support .support-box:hover {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
}
|
||||
|
||||
.contact-support .support-box img {
|
||||
width: 88px;
|
||||
height: 88px;
|
||||
background: #F7F8FA;
|
||||
border-radius: 50%;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.contact-support .support-box .support-box-right p {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 12px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.contact-support .support-box .support-box-right .btn:hover {
|
||||
border: 1px solid #FF6739;
|
||||
color: #FF6739;
|
||||
}
|
||||
|
||||
|
||||
/* 售前支持 */
|
||||
.server-sustain {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.server-sustain2 {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.server-sustain .sustain {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.server-sustain .sustain .sustain-box {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
margin-right: 20px;
|
||||
font-size: 16px;
|
||||
background: #fff;
|
||||
padding: 10px 38px 0 38px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.server-sustain2 .sustain .sustain-box {
|
||||
margin-right: 90px;
|
||||
}
|
||||
|
||||
|
||||
.server-sustain .sustain .sustain-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.server-sustain2 .sustain .sustain-box:last-child::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.server-sustain2 .sustain .sustain-box::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
right: -55px;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
background: url('../assets/img/index/arrow-right.png');
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
.server-sustain .sustain .sustain-box:hover {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
}
|
||||
|
||||
.server-sustain .sustain .sustain-box {
|
||||
border: 1px solid #E6EAED;
|
||||
background: linear-gradient(134deg, #FFFFFF 0%, #FAFAFA 100%);
|
||||
|
||||
}
|
||||
|
||||
.server-sustain .sustain .sustain-box .sustain-head img {
|
||||
width: 116px;
|
||||
height: 116px;
|
||||
}
|
||||
|
||||
.server-sustain .sustain .sustain-box2 {
|
||||
padding: 10px 10px 0 37px;
|
||||
}
|
||||
|
||||
.server-sustain .sustain .sustain-box2 .sustain-head h4 {
|
||||
font-size: 70px;
|
||||
}
|
||||
|
||||
.server-sustain .sustain .sustain-box2 .btn {
|
||||
padding: 8px 32px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.server-sustain .sustain .sustain-box2 .btn:hover {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.server-sustain .sustain .sustain-box p {
|
||||
/* text-align: center; */
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.server-flow .flow .flow-icon {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.server-flow .flow-box::before {
|
||||
right: -100px;
|
||||
}
|
||||
|
||||
/* 期待您的发声 */
|
||||
.product-phonation {
|
||||
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.server-flow.refund {
|
||||
background: #F7F8F9;
|
||||
}
|
||||
|
||||
.product-phonation .phonation {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.product-phonation .phonation .phonation-left {
|
||||
width: 600px;
|
||||
height: 400px;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
margin-right: 150px;
|
||||
}
|
||||
|
||||
.product-phonation .phonation p {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.product-phonation .phonation .btn {
|
||||
padding: 8px 32px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.product-phonation .phonation .btn:hover {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
border: 1px solid rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* 关于 */
|
||||
.about-details {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
}
|
||||
|
||||
.about-details .about-details-box {
|
||||
gap: 80px;
|
||||
}
|
||||
|
||||
.about-details .about-details-left p {
|
||||
font-size: 16px;
|
||||
text-indent: 32px;
|
||||
line-height: 32px;
|
||||
max-width: 698px;
|
||||
}
|
||||
|
||||
|
||||
.about-details .about-details-right .about-details-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-width: 220px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.about-details .about-details-right {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.about-details .about-details-right .about-details-item p {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
/*
|
||||
为什么选择 */
|
||||
.about-reason {
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
|
||||
.about-reason .reason {
|
||||
margin: -10px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.about-why {
|
||||
background: url('../assets/img/about/mid-bg.png') no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
|
||||
.about-reason .reason-box {
|
||||
margin: 10px;
|
||||
|
||||
padding: 40px 30px;
|
||||
width: 260px;
|
||||
height: 320px;
|
||||
line-height: 28px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.about-reason .reason-item-1 {
|
||||
|
||||
background: url("../assets/img/about/mid-item-bg-1.png") no-repeat;
|
||||
background-size: 100px 123px;
|
||||
background-position: right bottom;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.about-reason .reason-item-2 {
|
||||
background: url("../assets/img/about/mid-item-bg-2.png") no-repeat;
|
||||
background-size: 100px 123px;
|
||||
background-position: right bottom;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.about-reason .reason-item-3 {
|
||||
background: url("../assets/img/about/mid-item-bg-3.png") no-repeat;
|
||||
background-size: 100px 123px;
|
||||
background-position: right bottom;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.about-reason .reason-item-4 {
|
||||
background: url("../assets/img/about/mid-item-bg-4.png") no-repeat;
|
||||
background-size: 100px 123px;
|
||||
background-position: right bottom;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.about-reason .reason-item-5 {
|
||||
background: url("../assets/img/about/mid-item-bg-5.png") no-repeat;
|
||||
background-size: 100px 123px;
|
||||
background-position: right bottom;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.about-together {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.about-together .reason-box {
|
||||
width: 453px;
|
||||
height: auto;
|
||||
padding: 40px 60px;
|
||||
color: rgba(255, 255, 255, 0.90);
|
||||
background: linear-gradient(92deg, #546DA7 0%, #A2B5D8 100%);
|
||||
}
|
||||
|
||||
|
||||
/* 里程碑 */
|
||||
.about-time {
|
||||
|
||||
background: rgba(19, 24, 44, 1);
|
||||
}
|
||||
|
||||
.about-time .time-line {
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
/* 荣誉资质 */
|
||||
|
||||
.about-box .box-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: -10px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.about-box .box-list .box-item {
|
||||
padding: 0 30px;
|
||||
padding: 40px;
|
||||
margin: 10px;
|
||||
width: 335px;
|
||||
height: 276px;
|
||||
text-align: center;
|
||||
box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.about-box .box-list .box-item:hover {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
}
|
||||
|
||||
.about-box .box-list .box-item img {
|
||||
width: 248px;
|
||||
height: 174px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.about-example {
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
|
||||
.about-example .box-list .box-item {
|
||||
width: 453px;
|
||||
height: 282px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
|
||||
|
||||
}
|
||||
|
||||
.about-example .box-list .box-item img {
|
||||
width: 177px;
|
||||
height: 66px;
|
||||
}
|
||||
|
||||
.about-custom .custom {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.about-custom .custom-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.about-custom .custom-box .custom-icon {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
background: url("../assets/img/about/success-icon.png") no-repeat;
|
||||
background-size: contain;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.about-custom .custom-box .custom-icon .iconfont {
|
||||
font-size: 44px;
|
||||
}
|
||||
|
||||
.about-custom .btn-contact {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
/* 行业趋势 */
|
||||
|
||||
.solution-trend {
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
|
||||
.trend {
|
||||
margin: -10px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.trend-box {
|
||||
flex: 1;
|
||||
margin: 10px;
|
||||
padding: 40px;
|
||||
height: 400px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.trend .trend-box img {
|
||||
width: 100%;
|
||||
height: 140px;
|
||||
background: #F7F8FA;
|
||||
}
|
||||
|
||||
.trend .trend-box p {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
|
||||
.solution-scene {}
|
||||
|
||||
.solution-scene .scene-box {
|
||||
padding: 0 100px;
|
||||
padding-top: 140px;
|
||||
display: flex;
|
||||
gap: 150px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.solution-scene .scene-box img {
|
||||
width: 480px;
|
||||
height: 401px;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
|
||||
/* 一小步,大未来 */
|
||||
.solution-future {
|
||||
background: rgba(0, 0, 0, 0.20);
|
||||
}
|
||||
|
||||
.solution-future h2 {
|
||||
color: rgba(255, 255, 255, 0.90);
|
||||
}
|
||||
|
||||
.solution-future .solution-contact {
|
||||
padding: 40px;
|
||||
background: #fff;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.solution-future .solution-contact .form-group {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.solution-future .solution-contact .form-group input,
|
||||
.solution-future .solution-contact .form-group textarea {
|
||||
width: 100%;
|
||||
background: rgba(230, 234, 237, 1);
|
||||
border: 1px solid #E6EAED;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.solution-future .solution-contact .form-group label {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
|
||||
.solution-future .solution-contact .form-group .btn {
|
||||
padding: 8px 46px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.feedback-banner .server-banner-desc {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.feedback-form {
|
||||
background: #F7F8FA;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .form-group input,
|
||||
.feedback-form .form-horizontal .form-group textarea {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
||||
.feedback-form .form-horizontal .form-group input,
|
||||
.feedback-form .form-horizontal .form-group textarea {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .input-group-addon,
|
||||
.feedback-form .form-horizontal .form-select {
|
||||
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .input-group-addon {
|
||||
padding: 0;
|
||||
border: 1px solid #E6EAED;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .form-select {
|
||||
border: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
width: 80px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .btn-normal-light {
|
||||
margin-left: 16px;
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
|
||||
.feedback-form .form-horizontal .radio label {
|
||||
padding-top: 10px;
|
||||
width: 175px;
|
||||
height: 80px;
|
||||
background: #F7F8FA;
|
||||
border: 1px solid #E6EAED;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
.feedback-form .form-horizontal .form-radio {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .radio input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .radio input:hover~label {
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .radio input:checked+label {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .radio .radio-desc {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .radio label:hover {
|
||||
background: rgba(255, 103, 57, 0.08);
|
||||
border: 1px solid #FF6739;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .radio:hover .radio-title {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .form-group .form-upload {
|
||||
margin-left: 0;
|
||||
background: #fff;
|
||||
padding: 6px 18px;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .form-group .icon-upload {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.feedback-form .form-horizontal .form-group .form-file {
|
||||
border: none;
|
||||
outline: none;
|
||||
height: 35px;
|
||||
width: 115px;
|
||||
opacity: 0;
|
||||
z-index: 9;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
/* 招聘岗位 */
|
||||
.recuit-info {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 60px;
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
|
||||
.recuit {
|
||||
padding: 60px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.recuit .recuit-btn-group {
|
||||
margin-top: 50px;
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.recuit .recuit-btn-group .btn:hover {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
border: 1px solid rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
|
||||
.recuit .recuit-content .recuit-box {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.recuit .recuit-box .recuit-head {
|
||||
padding: 20px 0;
|
||||
border-bottom: 1px solid rgba(230, 234, 237, 1);
|
||||
}
|
||||
|
||||
.recuit .recuit-box .recuit-box-title {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.recuit .recuit-box p {
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.recuit-right {
|
||||
width: 390px;
|
||||
background: #FFFFFF;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
margin-left: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.recuit-right .recuit-right-box {
|
||||
padding: 30px 40px;
|
||||
}
|
||||
|
||||
.recuit-right img {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.recuit-right .recuit-right-box>p {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* 方案优势 */
|
||||
.solution-advantage {
|
||||
|
||||
background-color: #F7F8FA;
|
||||
|
||||
}
|
||||
|
||||
.solution-advantage .advantage {
|
||||
height: 704px;
|
||||
position: relative;
|
||||
background-image: url('../assets/img/index/solution.png');
|
||||
background-position: bottom;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box {
|
||||
width: 260px;
|
||||
height: 320px;
|
||||
border: 6px solid #FFFFFF;
|
||||
background: linear-gradient(180deg, #F4F3F9 0%, #FCFDFD 100%);
|
||||
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
padding: 40px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box img {
|
||||
width: 92px;
|
||||
height: 92px;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
opacity: 1;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box p {
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -20px;
|
||||
left: 45%;
|
||||
border-left: 15px solid transparent;
|
||||
border-top: 15px solid #fff;
|
||||
border-right: 15px solid transparent;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box:nth-child(1) {
|
||||
position: absolute;
|
||||
bottom: 130px;
|
||||
left: 82px;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box:nth-child(2) {
|
||||
position: absolute;
|
||||
bottom: 240px;
|
||||
left: 418px;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box:nth-child(3) {
|
||||
position: absolute;
|
||||
right: 425px;
|
||||
bottom: 130px;
|
||||
}
|
||||
|
||||
.solution-advantage .advantage-box:nth-child(4) {
|
||||
position: absolute;
|
||||
right: 86px;
|
||||
bottom: 240px;
|
||||
}
|
||||
|
||||
.recuit-info .section-content {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.recuit-info .recuit-btn-group a.active .btn-normal-light,
|
||||
.recuit-info .recuit-btn-group a:hover .btn-normal-light {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
color: #fff;
|
||||
border-color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.recuit-content .recuit-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.recuit-content .recuit-box:first-child {
|
||||
display: block;
|
||||
}
|
||||
451
css/index.css
Normal file
451
css/index.css
Normal file
@@ -0,0 +1,451 @@
|
||||
/* banner */
|
||||
.banner-cont {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.banner-cont .swiper-slide {
|
||||
height: 500px;
|
||||
width: 100%;
|
||||
background: linear-gradient(0, #f7f9fa, #f9fafb);
|
||||
}
|
||||
|
||||
.banner-cont .swiper-slide .img {
|
||||
/* position: absolute; */
|
||||
z-index: -1;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
/* object-fit: fill; */
|
||||
}
|
||||
|
||||
|
||||
.banner-cont .banner-desc {
|
||||
font-size: 16px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 80px;
|
||||
max-width: 550px;
|
||||
|
||||
}
|
||||
|
||||
.banner-cont .swiper-pagination-bullet {
|
||||
width: 36px;
|
||||
height: 4px;
|
||||
background: #D7DCE4;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.banner-cont .swiper-pagination-bullet-active {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.banner .banner-s {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.banner .banner-s .banner-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.banner-s .banner-list .banner-item {
|
||||
flex: 1;
|
||||
cursor: pointer;
|
||||
width: 335px;
|
||||
padding: 30px 60px;
|
||||
}
|
||||
|
||||
.banner-s .banner-list .banner-item:hover {
|
||||
background: rgba(247, 248, 249, 1);
|
||||
}
|
||||
|
||||
.banner-s .banner-list .banner-item:hover h5 {
|
||||
color: #FF6739;
|
||||
}
|
||||
|
||||
.banner-list .banner-item .banner-tag {
|
||||
font-size: 12px;
|
||||
color: #FF6739;
|
||||
border: 1px solid #FF6739;
|
||||
padding: 5px 8px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* 服务内容 */
|
||||
.service-content {
|
||||
display: flex;
|
||||
margin-top: 60px;
|
||||
margin: -10px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.service .service-box {
|
||||
min-height: 191px;
|
||||
margin: 10px;
|
||||
position: relative;
|
||||
padding: 30px;
|
||||
border: 1px solid #E6EAED;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.service .service-box:hover {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
}
|
||||
|
||||
.service .service-box .service-title {
|
||||
color: #333;
|
||||
|
||||
}
|
||||
|
||||
.service .service-box:hover h4 {
|
||||
color: #FF6739;
|
||||
}
|
||||
|
||||
.service .service-hot::before {
|
||||
content: '';
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
position: absolute;
|
||||
right: -4px;
|
||||
top: -4px;
|
||||
background: url('../assets/img/index/hot.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
|
||||
}
|
||||
|
||||
.service-box .title-desc {
|
||||
margin: 16px 0;
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
.service .service-tag-group {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.service .service-tag-group .service-tag {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
margin-right: 8px;
|
||||
font-size: 12px;
|
||||
padding: 0 12px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
height: 24px;
|
||||
background: #F7F8F9;
|
||||
border: 1px solid #EDEDED;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
|
||||
/* 解决方案 */
|
||||
.resolve {
|
||||
background: #13182C url(../assets/img/index/home-bg.png) no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.resolve-content {
|
||||
margin: -10px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box {
|
||||
position: relative;
|
||||
top: 0;
|
||||
max-width: 335px;
|
||||
padding: 30px;
|
||||
margin: 10px;
|
||||
background: #F7F8F9;
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
transition: .5s all;
|
||||
cursor: pointer;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box:nth-child(1) {
|
||||
background-image: url('../assets/img/index/solution-1.png');
|
||||
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box:nth-child(2) {
|
||||
background-image: url('../assets/img/index/solution-2.png');
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box:nth-child(3) {
|
||||
background-image: url('../assets/img/index/solution-3.png');
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box:nth-child(4) {
|
||||
background-image: url('../assets/img/index/solution-7.png');
|
||||
}
|
||||
|
||||
.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(1) {
|
||||
background-image: url('../assets/img/index/solution-4.png');
|
||||
}
|
||||
|
||||
.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(2) {
|
||||
background-image: url('../assets/img/index/solution-5.png');
|
||||
}
|
||||
|
||||
.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(3) {
|
||||
background-image: url('../assets/img/index/solution-6.png');
|
||||
}
|
||||
|
||||
.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(4) {
|
||||
background-image: url('../assets/img/index/solution-8.png');
|
||||
}
|
||||
|
||||
|
||||
.resolve-content .resolve-box:hover {
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box:hover h4,
|
||||
.resolve-content .resolve-box:hover .resolve-link {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box h4 {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-size: 22px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.resolve-content .resolve-box .resolve-link {
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
margin-top: 60px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* 服务实践 */
|
||||
.practice {}
|
||||
|
||||
.practice .practice-content {
|
||||
margin: -10px;
|
||||
margin-top: 40px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.practice .practice-box {
|
||||
margin: 10px;
|
||||
padding: 30px;
|
||||
width: 453px;
|
||||
border: 1px solid #E6EAED;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.practice .practice-box img {
|
||||
width: 177px;
|
||||
height: 66px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.practice-box:hover {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
}
|
||||
|
||||
.brand-group {
|
||||
margin: -10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.practice .brand-box {
|
||||
margin: 10px;
|
||||
width: 216px;
|
||||
height: 124px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
border: 1px solid #E6EAED;
|
||||
}
|
||||
|
||||
.practice .brand-box img {
|
||||
width: 86px;
|
||||
height: 75px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.practice .brand-box:hover {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
}
|
||||
|
||||
/* 基础措施 */
|
||||
.section-base {
|
||||
background: rgba(247, 248, 250, 1);
|
||||
}
|
||||
|
||||
.section-base .base {
|
||||
margin-top: 42px;
|
||||
}
|
||||
|
||||
.section-base>.section-content {
|
||||
padding: 62px 20px 0;
|
||||
}
|
||||
|
||||
.section-base .base img {
|
||||
width: calc(100% - 140px);
|
||||
margin-left: 35px;
|
||||
height: 520px;
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
.base .base-content {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
.base .base-content .title-desc {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cert {
|
||||
border: 2px solid #FFFFFF;
|
||||
border-radius: 3px;
|
||||
background: linear-gradient(180deg, #F4F6F8 0%, #FDFEFE 100%);
|
||||
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.cert-list {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.cert-list .cert-item {
|
||||
padding: 13px 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.cert-list .cert-item img {
|
||||
height: 56px;
|
||||
width: 56px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cert-list .cert-item .title-desc {
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* 新闻 */
|
||||
.news-content {
|
||||
margin-top: 60px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 130px;
|
||||
}
|
||||
|
||||
.news-content .news-cont {
|
||||
flex: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.news-content .news-head .news-title {
|
||||
padding-left: 5px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.news-content .news-head .news-title {
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.news-content .news-head .news-title::before {
|
||||
content: '';
|
||||
width: 2px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background: #FF6739;
|
||||
}
|
||||
|
||||
|
||||
.news-content .news-head .news-more {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.news-content .news-list {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.news-content .news-list .news-item {
|
||||
line-height: 50px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px dashed #E6EAED;
|
||||
}
|
||||
|
||||
.news-content .news-cont .news-item:nth-child(1) .number {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.news-content .news-cont .news-item:nth-child(2) .number {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.news-content .news-cont .news-item:nth-child(3) .number {
|
||||
background: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.news-content .news-item .number {
|
||||
margin-right: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
background: rgba(222, 222, 222, 1);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.news-content .news-item .title {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.90);
|
||||
}
|
||||
|
||||
.news-content .news-item .title:hover {
|
||||
color: rgba(255, 103, 57, 1);
|
||||
}
|
||||
|
||||
.news-content .news-item .time {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
font-size: 13px;
|
||||
min-width: 100px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.index .footer-link {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.over-hide {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.over-hide+p {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
25
css/partner.css
Normal file
25
css/partner.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.cps .advantage-left {
|
||||
background: url(../assets/img/reward/group-10.png) no-repeat;
|
||||
}
|
||||
.agent-banner {
|
||||
background: url(../assets/img/reward/agent.png) no-repeat center center;
|
||||
color: #fff;
|
||||
}
|
||||
.agent .advantage .advantage-right .advantage-box {
|
||||
padding-right: 25px !important;
|
||||
}
|
||||
.product-cloud .cloud-box {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
.product-cloud .cloud-box img {
|
||||
margin-right: 14px;
|
||||
}
|
||||
.sustain .title-desc {
|
||||
padding-right: 30px;
|
||||
}
|
||||
.cps-link {
|
||||
color: #fff;
|
||||
}
|
||||
.cps-link:hover {
|
||||
color: #333 !important;
|
||||
}
|
||||
33
css/partner.less
Normal file
33
css/partner.less
Normal file
@@ -0,0 +1,33 @@
|
||||
.cps{
|
||||
.advantage-left{
|
||||
background: url(../assets/img/reward/group-10.png) no-repeat;
|
||||
}
|
||||
}
|
||||
.agent-banner{
|
||||
background: url(../assets/img/reward/agent.png) no-repeat center center;
|
||||
color: #fff;
|
||||
}
|
||||
.agent{
|
||||
.advantage .advantage-right{
|
||||
.advantage-box{
|
||||
padding-right: 25px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-cloud .cloud-box{
|
||||
padding: 30px 20px;
|
||||
img{
|
||||
margin-right: 14px;
|
||||
}
|
||||
}
|
||||
.sustain{
|
||||
.title-desc{
|
||||
padding-right: 30px;
|
||||
}
|
||||
}
|
||||
.cps-link{
|
||||
color: #fff;
|
||||
}
|
||||
.cps-link:hover{
|
||||
color: #333 !important;
|
||||
}
|
||||
1545
css/product.css
Normal file
1545
css/product.css
Normal file
File diff suppressed because it is too large
Load Diff
1936
css/product.less
Normal file
1936
css/product.less
Normal file
File diff suppressed because it is too large
Load Diff
201
css/solution.css
Normal file
201
css/solution.css
Normal file
@@ -0,0 +1,201 @@
|
||||
/* 2023-03-02 新增解决方案 */
|
||||
.server-banner2 {
|
||||
color: #fff;
|
||||
background-size: cover;
|
||||
}
|
||||
.server-banner2 a {
|
||||
color: #fff;
|
||||
}
|
||||
.e-commerce {
|
||||
background: url(../assets/img/solution/e-commerce.png) no-repeat center center;
|
||||
}
|
||||
.finance {
|
||||
background: url(../assets/img/solution/finance.png) no-repeat center center;
|
||||
}
|
||||
.game {
|
||||
background: url(../assets/img/solution/game.png) no-repeat center center;
|
||||
}
|
||||
.auto {
|
||||
background: url(../assets/img/solution/auto.png) no-repeat center center;
|
||||
}
|
||||
.travel {
|
||||
background: url(../assets/img/solution/travel.png) no-repeat center center;
|
||||
}
|
||||
.education {
|
||||
background: url(../assets/img/solution/education.png) no-repeat center center;
|
||||
}
|
||||
.medical {
|
||||
background: url(../assets/img/solution/medical.png) no-repeat center center;
|
||||
}
|
||||
.agriculture {
|
||||
background: url(../assets/img/solution/agriculture.png) no-repeat center center;
|
||||
}
|
||||
.solution-trend {
|
||||
background: #fff;
|
||||
}
|
||||
.solution-trend .trend-box {
|
||||
border: 1px solid #E6EAED;
|
||||
background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FA 100%);
|
||||
padding: 0;
|
||||
}
|
||||
.solution-trend .trend-box .con {
|
||||
padding: 30px;
|
||||
}
|
||||
.solution-trend .trend-box img {
|
||||
height: 190px;
|
||||
}
|
||||
.solution-scene .scene-box {
|
||||
padding-top: 38px;
|
||||
padding-left: 34px;
|
||||
padding-right: 34px;
|
||||
gap: 93px;
|
||||
}
|
||||
.solution-scene .scene-box img {
|
||||
width: 680px;
|
||||
height: 488px;
|
||||
}
|
||||
.arrange-way {
|
||||
background: #F7F8FA;
|
||||
}
|
||||
.arrange-way .img {
|
||||
margin-top: 50px;
|
||||
}
|
||||
.arrange-way img {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.mt-18 {
|
||||
margin-top: 18px;
|
||||
}
|
||||
.gallery-top .scene-cont p {
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.gallery-top .scene-cont p::after {
|
||||
content: '';
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
background: #FF6739;
|
||||
border-radius: 50%;
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 0;
|
||||
}
|
||||
.gallery-top .scene-cont .des {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
padding-left: 0;
|
||||
margin-top: 16px;
|
||||
}
|
||||
.gallery-top .scene-cont .des::after {
|
||||
width: 0;
|
||||
}
|
||||
.section {
|
||||
max-width: 1920px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.solution-advantage .advantage {
|
||||
height: 824px;
|
||||
background: #F7F8FA url(../assets/img/solution/line.png) no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.solution-advantage .section-title {
|
||||
padding-top: 80px;
|
||||
}
|
||||
.solution-advantage .advantage-list {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.solution-advantage .box {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
position: absolute;
|
||||
}
|
||||
.solution-advantage .box .dot {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background: url(../assets/img/solution/dot.png) no-repeat;
|
||||
background-size: cover;
|
||||
display: block;
|
||||
z-index: 2;
|
||||
}
|
||||
.solution-advantage .box:nth-child(1) {
|
||||
left: 21.25%;
|
||||
bottom: 7.52427184%;
|
||||
}
|
||||
.solution-advantage .box:nth-child(2) {
|
||||
left: 40%;
|
||||
bottom: 23.05825243%;
|
||||
}
|
||||
.solution-advantage .box:nth-child(3) {
|
||||
left: 58.75%;
|
||||
bottom: 8.00970874%;
|
||||
}
|
||||
.solution-advantage .box:nth-child(4) {
|
||||
left: 77.5%;
|
||||
bottom: 23.30097087%;
|
||||
}
|
||||
.solution-advantage .advantage-box {
|
||||
width: 320px;
|
||||
height: 336px;
|
||||
position: absolute;
|
||||
left: -149px !important;
|
||||
bottom: 90px !important;
|
||||
position: relative;
|
||||
}
|
||||
.solution-advantage .advantage-box img {
|
||||
background: none;
|
||||
}
|
||||
.solution-advantage .line {
|
||||
width: 100%;
|
||||
height: 170px;
|
||||
background: url(../assets/img/solution/line.png) no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
bottom: 54px;
|
||||
left: 0;
|
||||
}
|
||||
.solution-future {
|
||||
background: url(../assets/img/solution/e_commerce_11.png) no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.btn-dark {
|
||||
background: #FF6739;
|
||||
outline: none;
|
||||
color: #fff;
|
||||
}
|
||||
.btn-dark:focus {
|
||||
outline: none !important;
|
||||
color: #fff;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.solution-future .solution-contact .form-group input,
|
||||
.solution-future .solution-contact .form-group textarea {
|
||||
background: #F7F8F9;
|
||||
border: 1px solid #E6EAED;
|
||||
resize: none;
|
||||
}
|
||||
.solution-future .solution-contact .form-group input:focus,
|
||||
.solution-future .solution-contact .form-group textarea:focus {
|
||||
border-color: #FF6739;
|
||||
}
|
||||
@media screen and (max-width: 1800px) {
|
||||
.solution-advantage .advantage-box {
|
||||
padding: 20px;
|
||||
width: 260px;
|
||||
height: 300px;
|
||||
left: -124px !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1400px) {
|
||||
.solution-advantage .advantage-box {
|
||||
padding: 10px;
|
||||
width: 220px;
|
||||
height: 300px;
|
||||
left: -105px !important;
|
||||
}
|
||||
}
|
||||
256
css/solution.less
Normal file
256
css/solution.less
Normal file
@@ -0,0 +1,256 @@
|
||||
/* 2023-03-02 新增解决方案 */
|
||||
.server-banner2 {
|
||||
color: #fff;
|
||||
background-size: cover;
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.e-commerce {
|
||||
background: url(../assets/img/solution/e-commerce.png) no-repeat center center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.finance {
|
||||
background: url(../assets/img/solution/finance.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.game {
|
||||
background: url(../assets/img/solution/game.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.auto {
|
||||
background: url(../assets/img/solution/auto.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.travel {
|
||||
background: url(../assets/img/solution/travel.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.education {
|
||||
background: url(../assets/img/solution/education.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.medical {
|
||||
background: url(../assets/img/solution/medical.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.agriculture {
|
||||
background: url(../assets/img/solution/agriculture.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.solution-trend {
|
||||
background: #fff;
|
||||
|
||||
.trend-box {
|
||||
border: 1px solid #E6EAED;
|
||||
background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FA 100%);
|
||||
padding: 0;
|
||||
|
||||
.con {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 190px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.solution-scene {
|
||||
.scene-box {
|
||||
padding-top: 38px;
|
||||
padding-left: 34px;
|
||||
padding-right: 34px;
|
||||
gap: 93px;
|
||||
|
||||
img {
|
||||
width: 680px;
|
||||
height: 488px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.arrange-way {
|
||||
background: #F7F8FA;
|
||||
|
||||
.img {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.mt-18 {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.gallery-top {
|
||||
.scene-cont {
|
||||
p {
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
background: #FF6739;
|
||||
border-radius: 50%;
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.des {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.60);
|
||||
padding-left: 0;
|
||||
margin-top: 16px;
|
||||
|
||||
&::after {
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
max-width: 1920px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.solution-advantage {
|
||||
|
||||
.advantage {
|
||||
height: 824px;
|
||||
background: #F7F8FA url(../assets/img/solution/line.png) no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
padding-top: 80px;
|
||||
}
|
||||
|
||||
.advantage-list {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.box {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
position: absolute;
|
||||
|
||||
.dot {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background: url(../assets/img/solution/dot.png) no-repeat;
|
||||
background-size: cover;
|
||||
display: block;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&:nth-child(1) {
|
||||
left: 21.25%;
|
||||
bottom: 7.52427184466019%;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
left: 40%;
|
||||
bottom: 23.05825242718447%;
|
||||
}
|
||||
|
||||
&:nth-child(3) {
|
||||
left: 58.75%;
|
||||
bottom: 8.00970873786408%;
|
||||
}
|
||||
|
||||
&:nth-child(4) {
|
||||
left: 77.5%;
|
||||
bottom: 23.30097087378641%;
|
||||
}
|
||||
}
|
||||
|
||||
.advantage-box {
|
||||
width: 320px;
|
||||
height: 336px;
|
||||
position: absolute;
|
||||
left: -149px !important;
|
||||
bottom: 90px !important;
|
||||
|
||||
img {
|
||||
background: none;
|
||||
}
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 100%;
|
||||
height: 170px;
|
||||
background: url(../assets/img/solution/line.png) no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
bottom: 54px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.solution-future {
|
||||
background: url(../assets/img/solution/e_commerce_11.png) no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
background: #FF6739;
|
||||
outline: none;
|
||||
color: #fff;
|
||||
|
||||
&:focus {
|
||||
outline: none !important;
|
||||
color: #fff;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.solution-future .solution-contact .form-group input,
|
||||
.solution-future .solution-contact .form-group textarea {
|
||||
background: #F7F8F9;
|
||||
border: 1px solid #E6EAED;
|
||||
resize: none;
|
||||
|
||||
&:focus {
|
||||
border-color: #FF6739;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1800px) {
|
||||
.solution-advantage .advantage-box {
|
||||
padding: 20px;
|
||||
width: 260px;
|
||||
height: 300px;
|
||||
left: -124px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1400px) {
|
||||
.solution-advantage .advantage-box {
|
||||
padding: 10px;
|
||||
width: 220px;
|
||||
height: 300px;
|
||||
left: -105px !important;
|
||||
}
|
||||
}
|
||||
226
css/time.css
Normal file
226
css/time.css
Normal file
@@ -0,0 +1,226 @@
|
||||
/*大事记start*/
|
||||
|
||||
.event_box {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.event_box .parHd {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
.cps-link{
|
||||
color: #fff;
|
||||
}
|
||||
.cps-link:hover{
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
|
||||
.about {
|
||||
height: 440px;
|
||||
/* background: url('../assets/img/about/banner.png') no-repeat;
|
||||
background-size: 810px 100%;
|
||||
background-position: 100% 0%; */
|
||||
background-color: #F7F8FA;
|
||||
}
|
||||
.about .section-content{
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.about .section-content::after{
|
||||
content: '';
|
||||
width: 810px;
|
||||
height: 100%;
|
||||
background: url('../assets/img/about/banner.png') no-repeat;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background-size: cover;
|
||||
}
|
||||
.parHd ul {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
height: 260px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.parHd .tempWrap {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.parHd .tempWrap:after {
|
||||
content: '';
|
||||
|
||||
width: 95%;
|
||||
|
||||
height: 1px;
|
||||
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
|
||||
position: absolute;
|
||||
|
||||
/* top: 33%; */
|
||||
|
||||
/* right: -140%; */
|
||||
|
||||
right: 3%;
|
||||
|
||||
top: 50%;
|
||||
|
||||
/* margin-top: -0.5px; */
|
||||
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/
|
||||
|
||||
.parHd li.no_line:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.parHd li {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
margin: 0 30px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.parHd li:after {
|
||||
content: '';
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 50%;
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
top: 126px;
|
||||
left: 50%;
|
||||
margin-left: -4px;
|
||||
|
||||
}
|
||||
|
||||
.parHd li::before {
|
||||
content: '';
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: #FFFFFF;
|
||||
opacity: 0.22;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
top: 120px;
|
||||
left: 50%;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.parBd {
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.parBd h4 {
|
||||
position: relative;
|
||||
font-size: 40px;
|
||||
margin-bottom: 3%;
|
||||
/*width: 200px;*/
|
||||
padding: 0 60px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.parBd h4:after {
|
||||
content: '';
|
||||
background: #000;
|
||||
width: 100px;
|
||||
height: 1px;
|
||||
position: absolute;
|
||||
left: -100px;
|
||||
bottom: 12px;
|
||||
}
|
||||
|
||||
.parBd h4:before {
|
||||
content: '';
|
||||
background: #000;
|
||||
width: 100px;
|
||||
height: 1px;
|
||||
position: absolute;
|
||||
right: -100px;
|
||||
bottom: 12px;
|
||||
}
|
||||
|
||||
.parBd p {
|
||||
line-height: 180%;
|
||||
font-size: 16px;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div#listBox {
|
||||
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.sPrev,
|
||||
.sNext {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -15px;
|
||||
}
|
||||
|
||||
.sPrev {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.sNext {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.sPrev img,
|
||||
.sNext img {
|
||||
transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
|
||||
|
||||
-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
|
||||
|
||||
-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
|
||||
|
||||
-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
|
||||
}
|
||||
|
||||
.time-box {
|
||||
color: #fff;
|
||||
height: 130px;
|
||||
width: 200px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.time-box .line {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: 29px;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 26px;
|
||||
background: #FFFFFF;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
|
||||
.about-time .parHd ul li:nth-child(odd) .time-box {
|
||||
position: relative;
|
||||
top: 180px;
|
||||
}
|
||||
|
||||
.about-time .parHd ul li:nth-child(odd) .time-box .line {
|
||||
position: absolute;
|
||||
top: -70px;
|
||||
}
|
||||
386
css/viewer.min.css
vendored
Normal file
386
css/viewer.min.css
vendored
Normal file
@@ -0,0 +1,386 @@
|
||||
/*!
|
||||
* Viewer.js v0.3.1
|
||||
* https://github.com/fengyuanchen/viewerjs
|
||||
*
|
||||
* Copyright (c) 2015-2016 Fengyuan Chen
|
||||
* Released under the MIT license
|
||||
*
|
||||
* Date: 2016-02-02T11:35:36.273Z
|
||||
*/
|
||||
.viewer-container,
|
||||
.viewer-navbar {
|
||||
background-color: #000;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.viewer-canvas,
|
||||
.viewer-container,
|
||||
.viewer-footer,
|
||||
.viewer-player {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0
|
||||
}
|
||||
|
||||
.viewer-button,
|
||||
.viewer-canvas,
|
||||
.viewer-container,
|
||||
.viewer-footer,
|
||||
.viewer-list,
|
||||
.viewer-navbar,
|
||||
.viewer-open,
|
||||
.viewer-title,
|
||||
.viewer-toolbar,
|
||||
.viewer-toolbar>li {
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.viewer-close:before,
|
||||
.viewer-flip-horizontal:before,
|
||||
.viewer-flip-vertical:before,
|
||||
.viewer-fullscreen-exit:before,
|
||||
.viewer-fullscreen:before,
|
||||
.viewer-next:before,
|
||||
.viewer-one-to-one:before,
|
||||
.viewer-play:before,
|
||||
.viewer-prev:before,
|
||||
.viewer-reset:before,
|
||||
.viewer-rotate-left:before,
|
||||
.viewer-rotate-right:before,
|
||||
.viewer-zoom-in:before,
|
||||
.viewer-zoom-out:before {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: transparent;
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
|
||||
background-repeat: no-repeat
|
||||
}
|
||||
|
||||
.viewer-zoom-in:before {
|
||||
content: 'Zoom In';
|
||||
background-position: 0 0
|
||||
}
|
||||
|
||||
.viewer-zoom-out:before {
|
||||
content: 'Zoom Out';
|
||||
background-position: -20px 0
|
||||
}
|
||||
|
||||
.viewer-one-to-one:before {
|
||||
content: 'One to One';
|
||||
background-position: -40px 0
|
||||
}
|
||||
|
||||
.viewer-reset:before {
|
||||
content: 'Reset';
|
||||
background-position: -60px 0
|
||||
}
|
||||
|
||||
.viewer-prev:before {
|
||||
content: 'Previous';
|
||||
background-position: -80px 0
|
||||
}
|
||||
|
||||
.viewer-play:before {
|
||||
content: 'Play';
|
||||
background-position: -100px 0
|
||||
}
|
||||
|
||||
.viewer-next:before {
|
||||
content: 'Next';
|
||||
background-position: -120px 0
|
||||
}
|
||||
|
||||
.viewer-rotate-left:before {
|
||||
content: 'Rotate Left';
|
||||
background-position: -140px 0
|
||||
}
|
||||
|
||||
.viewer-rotate-right:before {
|
||||
content: 'Rotate Right';
|
||||
background-position: -160px 0
|
||||
}
|
||||
|
||||
.viewer-flip-horizontal:before {
|
||||
content: 'Flip Horizontal';
|
||||
background-position: -180px 0
|
||||
}
|
||||
|
||||
.viewer-flip-vertical:before {
|
||||
content: 'Flip Vertical';
|
||||
background-position: -200px 0
|
||||
}
|
||||
|
||||
.viewer-fullscreen:before {
|
||||
content: 'Enter Full Screen';
|
||||
background-position: -220px 0
|
||||
}
|
||||
|
||||
.viewer-fullscreen-exit:before {
|
||||
content: 'Exit Full Screen';
|
||||
background-position: -240px 0
|
||||
}
|
||||
|
||||
.viewer-close:before {
|
||||
content: 'Close';
|
||||
background-position: -260px 0
|
||||
}
|
||||
|
||||
.viewer-container {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
direction: ltr !important;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none
|
||||
}
|
||||
|
||||
.viewer-container ::-moz-selection,
|
||||
.viewer-container::-moz-selection {
|
||||
background-color: transparent
|
||||
}
|
||||
|
||||
.viewer-container ::selection,
|
||||
.viewer-container::selection {
|
||||
background-color: transparent
|
||||
}
|
||||
|
||||
.viewer-container img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-width: 0 !important;
|
||||
max-width: none !important;
|
||||
height: auto;
|
||||
min-height: 0 !important;
|
||||
max-height: none !important
|
||||
}
|
||||
|
||||
.viewer-player,
|
||||
.viewer-tooltip {
|
||||
display: none;
|
||||
position: absolute
|
||||
}
|
||||
|
||||
.viewer-canvas {
|
||||
position: absolute;
|
||||
top: 0
|
||||
}
|
||||
|
||||
.viewer-canvas>img {
|
||||
width: auto;
|
||||
max-width: 90% !important;
|
||||
height: auto;
|
||||
margin: 15px auto
|
||||
}
|
||||
|
||||
.viewer-footer {
|
||||
position: absolute;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.viewer-navbar {
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
.viewer-list {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 50px;
|
||||
margin: 0;
|
||||
padding: 1px 0
|
||||
}
|
||||
|
||||
.viewer-list>li {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 30px;
|
||||
height: 50px;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
color: transparent;
|
||||
filter: alpha(opacity=50)
|
||||
}
|
||||
|
||||
.viewer-list>li+li {
|
||||
margin-left: 1px
|
||||
}
|
||||
|
||||
.viewer-list>.viewer-active {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100)
|
||||
}
|
||||
|
||||
.viewer-player {
|
||||
top: 0;
|
||||
cursor: none;
|
||||
background-color: #000
|
||||
}
|
||||
|
||||
.viewer-player>img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0
|
||||
}
|
||||
|
||||
.viewer-toolbar {
|
||||
width: 280px;
|
||||
margin: 0 auto 5px;
|
||||
padding: 3px 0
|
||||
}
|
||||
|
||||
.viewer-toolbar>li {
|
||||
float: left;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
.viewer-toolbar>li:hover {
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .8)
|
||||
}
|
||||
|
||||
.viewer-toolbar>li:before {
|
||||
margin: 2px
|
||||
}
|
||||
|
||||
.viewer-toolbar>li+li {
|
||||
margin-left: 1px
|
||||
}
|
||||
|
||||
.viewer-toolbar>.viewer-play {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-top: -3px;
|
||||
margin-bottom: -3px
|
||||
}
|
||||
|
||||
.viewer-toolbar>.viewer-play:before {
|
||||
margin: 5px
|
||||
}
|
||||
|
||||
.viewer-tooltip {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 50px;
|
||||
height: 20px;
|
||||
margin-top: -10px;
|
||||
margin-left: -25px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
border-radius: 10px;
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .8)
|
||||
}
|
||||
|
||||
.viewer-title {
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
max-width: 90%;
|
||||
margin: 0 5% 5px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
opacity: .8;
|
||||
color: #ccc;
|
||||
filter: alpha(opacity=80)
|
||||
}
|
||||
|
||||
.viewer-title:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100)
|
||||
}
|
||||
|
||||
.viewer-button {
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
right: -40px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
.viewer-button:before {
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
left: 15px
|
||||
}
|
||||
|
||||
.viewer-fixed {
|
||||
position: fixed
|
||||
}
|
||||
|
||||
.viewer-show {
|
||||
display: block
|
||||
}
|
||||
|
||||
.viewer-hide {
|
||||
display: none
|
||||
}
|
||||
|
||||
.viewer-invisible {
|
||||
visibility: hidden
|
||||
}
|
||||
|
||||
.viewer-move {
|
||||
cursor: move;
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
cursor: grab
|
||||
}
|
||||
|
||||
.viewer-fade {
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0)
|
||||
}
|
||||
|
||||
.viewer-in {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100)
|
||||
}
|
||||
|
||||
.viewer-transition {
|
||||
-webkit-transition: all .3s ease-out;
|
||||
-o-transition: all .3s ease-out;
|
||||
transition: all .3s ease-out
|
||||
}
|
||||
|
||||
@media (max-width:767px) {
|
||||
.viewer-hide-xs-down {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:991px) {
|
||||
.viewer-hide-sm-down {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:1199px) {
|
||||
.viewer-hide-md-down {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user