178 lines
2.9 KiB
SCSS
178 lines
2.9 KiB
SCSS
/**index.wxss**/
|
|
page {
|
|
background: #7E8BFF;
|
|
height: 100%;
|
|
background: url("https://chrivc.obs.cn-north-4.myhuaweicloud.com/1cde69cc683a42219c12e8e7e4f6bed0:生意伙伴人品如何@2x.png");
|
|
background-size: 100%;
|
|
}
|
|
|
|
.index-page {
|
|
// background: #7E8BFF;
|
|
// padding-top:1000rpx 30rpx;
|
|
padding: 0rpx 40rpx;
|
|
|
|
height: 100%;
|
|
|
|
// padding: 30rpx 30rpx;
|
|
.nameSlogan {
|
|
margin-top: 237rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
.name {
|
|
width: 135rpx;
|
|
height: 61rpx;
|
|
margin-bottom: 17rpx;
|
|
}
|
|
|
|
.slogan {
|
|
width: 368rpx;
|
|
height: 35rpx;
|
|
margin-bottom: 374rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.description {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
line-height: 22px;
|
|
opacity: 0.58;
|
|
margin-bottom: 31rpx;
|
|
}
|
|
|
|
.pic {
|
|
margin-top: 221rpx;
|
|
width: 544rpx;
|
|
height: 376rpx;
|
|
margin-bottom: 21rpx;
|
|
}
|
|
|
|
.search_box {
|
|
// background: #fff;
|
|
// border-radius: 32rpx;
|
|
// margin-top: 36rpx;
|
|
// padding: 64rpx 48rpx;
|
|
|
|
.top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.mobileContact {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
text-decoration: underline;
|
|
color: #4D8DFF;
|
|
|
|
image {
|
|
width: 22rpx;
|
|
height: 23rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.btns {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
font-size: 22rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 180rpx;
|
|
}
|
|
}
|
|
|
|
// input {
|
|
// height: 98rpx;
|
|
// // width: 100%;
|
|
// background: #F9F9F9;
|
|
// border-radius: 49rpx;
|
|
// margin-top: 30rpx;
|
|
// margin-bottom: 37rpx;
|
|
// padding-left: 36rpx;
|
|
// font-size: 24rpx;
|
|
// }
|
|
|
|
.source {
|
|
font-size: 22rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 25rpx;
|
|
|
|
.sourceItem {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 25rpx;
|
|
|
|
.icon_seemore {
|
|
width: 26.8rpx;
|
|
height: 26rpx;
|
|
margin-right: 7rpx;
|
|
}
|
|
|
|
.icon_gh {
|
|
width: 26.8rpx;
|
|
height: 26rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
|
|
.icon_fw {
|
|
width: 27rpx;
|
|
height: 25.6rpx;
|
|
margin-right: 7rpx;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.input_contact {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
border-radius: 45rpx;
|
|
height: 90rpx;
|
|
margin-bottom: 20rpx;
|
|
|
|
.icon_search {
|
|
width: 26rpx;
|
|
height: 25rpx;
|
|
margin-left: 28rpx;
|
|
}
|
|
|
|
input {
|
|
height: 90rpx;
|
|
font-size: 24rpx;
|
|
width: 400rpx;
|
|
}
|
|
|
|
.btn_contact {
|
|
font-size: 22rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
margin-right: 18rpx;
|
|
|
|
.icon_contact {
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
}
|
|
} |