72 lines
1.4 KiB
Plaintext
72 lines
1.4 KiB
Plaintext
.container {
|
|
width: 750rpx;
|
|
height: 100vh;
|
|
background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/share.png) no-repeat;
|
|
/* background-size: 100% 100%; */
|
|
background-size: cover;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
page {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.btn_top {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #FFFFFF;
|
|
justify-content: center;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.line1 {
|
|
width: 180rpx;
|
|
height: 0rpx;
|
|
border: 1rpx solid;
|
|
border-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
|
|
margin-right: 4rpx;
|
|
}
|
|
|
|
.line2 {
|
|
width: 180rpx;
|
|
height: 0rpx;
|
|
border: 1rpx solid;
|
|
border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
|
|
margin-left: 4rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.text {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 300;
|
|
font-size: 30rpx;
|
|
color: #FFFFFF;
|
|
justify-content: center;
|
|
margin-top: 44rpx;
|
|
}
|
|
|
|
.text text {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.text2 {
|
|
font-weight: 400;
|
|
font-size: 20rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 68rpx;
|
|
} |