67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
@charset "UTF-8";
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.page-content.data-v-7fd1b1ba {
|
|
width: 100vw;
|
|
background-color: #F7F8FA;
|
|
overflow-x: hidden;
|
|
}
|
|
.custom_style.data-v-7fd1b1ba {
|
|
width: 132rpx;
|
|
height: 132rpx;
|
|
}
|
|
.custom_style image.data-v-7fd1b1ba {
|
|
width: 132rpx;
|
|
height: 132rpx;
|
|
margin-top: -36rpx;
|
|
}
|
|
.loginBtn.data-v-7fd1b1ba {
|
|
width: 686rpx;
|
|
height: 88rpx;
|
|
background: linear-gradient(180deg, #C8F8B4 0%, #53DC1A 100%);
|
|
font-size: 36rpx;
|
|
font-family: Source Han Sans SC, Source Han Sans SC;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 44rpx;
|
|
margin-top: 132rpx;
|
|
margin-bottom: 44rpx;
|
|
position: relative;
|
|
}
|
|
.loginBtn view.data-v-7fd1b1ba {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
}
|
|
.disagreeBtn.data-v-7fd1b1ba {
|
|
width: 686rpx;
|
|
height: 88rpx;
|
|
background: #EBEDF0;
|
|
font-size: 36rpx;
|
|
font-family: Source Han Sans SC, Source Han Sans SC;
|
|
font-weight: 400;
|
|
color: #323233;
|
|
border-radius: 44rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 132rpx;
|
|
}
|
|
|