165 lines
2.4 KiB
Plaintext
165 lines
2.4 KiB
Plaintext
page {
|
|
background-color: #f7faff;
|
|
}
|
|
|
|
|
|
/* 返回 */
|
|
.navigation{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
width: 100%;
|
|
height: 90rpx;
|
|
background-color: transparent;
|
|
transition: .2s;
|
|
}
|
|
|
|
.navigation.active {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navigation-arrow {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin: 20rpx 15rpx 0 20rpx;
|
|
}
|
|
|
|
|
|
/* 顶部背景 */
|
|
.top {
|
|
width: 100%;
|
|
position: relative;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.top-back {
|
|
position: absolute;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* 内容 */
|
|
.seeCont {
|
|
position: absolute;
|
|
bottom: 0;
|
|
z-index: 100;
|
|
width: 100%;
|
|
padding: 60rpx 30rpx 120rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.seeBorder {
|
|
border: 4rpx solid #ffffff;
|
|
border-radius: 15rpx;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.seeTop {
|
|
background-color: #ffffff;
|
|
opacity: .75;
|
|
padding: 30rpx 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.seeTop-img {
|
|
text-align: center;
|
|
}
|
|
|
|
.seeTop-img-title {
|
|
width: 78%;
|
|
}
|
|
|
|
.seeTop-img-line {
|
|
width: 100%;
|
|
margin: 20rpx 0;
|
|
}
|
|
|
|
.seeTop-cont {
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
border-bottom: 2rpx dashed #3b7cff;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.seeTop-cont-name {
|
|
color: #3b7cff;
|
|
font-weight: 600;
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.seeTop-cont-tips {
|
|
margin: 30rpx 0 15rpx;
|
|
}
|
|
|
|
.seeTop-cont-tips text {
|
|
color: #3b7cff;
|
|
}
|
|
|
|
.seeTop-cont-text {
|
|
color: #666666;
|
|
}
|
|
|
|
.seeTop-share {
|
|
padding-top: 40rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
|
|
.seeTop-share-title {
|
|
font-size: 26rpx;
|
|
line-height: 58rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.seeTop-share-code {
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.seeTop-share-img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.seeBtn {
|
|
text-align: center;
|
|
width: 100%;
|
|
display: flex;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.seeBtn-btn {
|
|
flex: 2;
|
|
background-color: #3d7eff;
|
|
display: inline-block;
|
|
color: #ffffff;
|
|
border-radius: 90rpx;
|
|
height: 90rpx !important;
|
|
line-height: 90rpx !important;
|
|
padding: 0 80rpx !important;
|
|
margin: 0 15rpx !important;
|
|
border: 2rpx solid #3d7eff;
|
|
}
|
|
|
|
.seeBtn-btn-border {
|
|
background-color: #ffffff;
|
|
color: #3d7eff;
|
|
font-weight: normal;
|
|
width: auto !important;
|
|
}
|
|
|
|
/* canvas */
|
|
.canvas-img {
|
|
position: fixed;
|
|
left: -10000%;
|
|
top: 0;
|
|
z-index: 99;
|
|
} |