mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 01:59:36 +08:00
132 lines
1.9 KiB
Plaintext
132 lines
1.9 KiB
Plaintext
.page{
|
|
width:100%;
|
|
height: 100%;
|
|
padding: 0 80rpx;
|
|
box-sizing: border-box;
|
|
color: black;
|
|
}
|
|
.floR{
|
|
font-size: 14pt;
|
|
/* font-weight: 600; */
|
|
}page {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: white;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.container {
|
|
padding: 0 60rpx;
|
|
}
|
|
|
|
.wechatapp {
|
|
padding: 80rpx 0 48rpx;
|
|
border-bottom: 1rpx solid #e3e3e3;
|
|
margin-bottom: 72rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.wechatapp .header {
|
|
width: 190rpx;
|
|
height: 190rpx;
|
|
border: 2px solid #fff;
|
|
margin: 0rpx auto 0;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
box-shadow: 1px 0px 5px rgba(50, 50, 50, 0.3);
|
|
}
|
|
|
|
.auth-title {
|
|
color: #585858;
|
|
font-size: 40rpx;
|
|
margin-bottom: 40rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.auth-subtitle {
|
|
color: #888;
|
|
margin-bottom: 88rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.login-btn {
|
|
border: none;
|
|
background: #04be01;
|
|
color: #fff;
|
|
font-size: 11pt;
|
|
border-radius: 999rpx;
|
|
}
|
|
|
|
.login-btn::after {
|
|
display: none;
|
|
}
|
|
|
|
.login-btn.button-hover {
|
|
box-shadow: inset 0 5rpx 30rpx rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
|
|
.bshaw {
|
|
padding: 10rpx 40rpx;
|
|
}
|
|
|
|
input {
|
|
width: 100%;
|
|
margin-top: 4rpx;
|
|
text-align: left;
|
|
padding-right: 30rpx;
|
|
box-sizing: border-box;
|
|
float: right;
|
|
font-size: 30rpx;
|
|
color: #696969;
|
|
}
|
|
|
|
.inputbox {
|
|
font-size: 28rpx;
|
|
margin-bottom: 8%;
|
|
display: flex;
|
|
padding: 2% 0;
|
|
border-bottom: 2rpx solid #AFAFB3;
|
|
}
|
|
|
|
.topBox{
|
|
position: absolute;
|
|
width: 84%;
|
|
top: 250rpx;
|
|
left: 8%;
|
|
}
|
|
|
|
.logBox{
|
|
margin-top: 10%;
|
|
}
|
|
|
|
.code {
|
|
text-align: center;
|
|
border-radius: 50rpx;
|
|
font-size: 22rpx;
|
|
color: white;
|
|
background-color: #4C84FF;
|
|
z-index: 999;
|
|
padding: 16rpx 20rpx;
|
|
float: left;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.nexts{
|
|
width: 390rpx;
|
|
height: 100%;
|
|
color: #fff;
|
|
padding: 20rpx 0;
|
|
border-radius: 30rpx;
|
|
text-align: center;
|
|
display: inline-block;
|
|
margin: 0 auto;
|
|
}
|
|
picker{
|
|
width: 100%;
|
|
color: #393939;
|
|
padding-top: 4rpx;
|
|
}
|
|
|
|
picker{text-align: left;padding-right: 10rpx;color: #696969;
|
|
} |