76 lines
1.2 KiB
Plaintext
76 lines
1.2 KiB
Plaintext
@charset "UTF-8";
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
page {
|
|
background-color: #ffffff;
|
|
}
|
|
.txt {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.img-a {
|
|
width: 100%;
|
|
height: 550rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.img-a image {
|
|
width: 100%;
|
|
height: 550rpx;
|
|
}
|
|
.reg {
|
|
font-size: 35rpx;
|
|
color: #fff;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
border-radius: 50rpx;
|
|
background: #f5f6fa;
|
|
color: #000000;
|
|
text-align: center;
|
|
margin-top: 40rpx;
|
|
}
|
|
.login-view {
|
|
width: 100%;
|
|
position: relative;
|
|
margin-top: -120rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 40rpx 40rpx 0 0;
|
|
}
|
|
.t-login {
|
|
width: 85vw;
|
|
margin: 0 auto;
|
|
font-size: 28rpx;
|
|
padding-top: 80rpx;
|
|
}
|
|
.t-login button {
|
|
font-size: 35rpx;
|
|
background: #2796f2;
|
|
color: #fff;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
.t-b {
|
|
text-align: left;
|
|
font-size: 42rpx;
|
|
color: #ffffff;
|
|
padding: 130rpx 0 0 70rpx;
|
|
font-weight: bold;
|
|
line-height: 70rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|