You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
255 lines
4.4 KiB
Plaintext
255 lines
4.4 KiB
Plaintext
page {
|
|
background-color: #fff;
|
|
}
|
|
.tc .logo {
|
|
width: 70px;
|
|
height: 70px;
|
|
margin: 5% 0 0;
|
|
}
|
|
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
height: 100vh;
|
|
}
|
|
.logoPng {
|
|
width: 70px;
|
|
height: 70px;
|
|
margin-top: 30px;
|
|
/* margin-bottom: 20px; */
|
|
}
|
|
.logoTxt {
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
color: #919191;
|
|
line-height: 25px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.input_base {
|
|
border: 2rpx solid #0000000f;
|
|
padding-left: 10rpx;
|
|
margin-right: 50rpx;
|
|
}
|
|
.input_h30 {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.input_h60 {
|
|
height: 60px;
|
|
}
|
|
.input_view {
|
|
font: 12px;
|
|
background: #fff;
|
|
color: #000;
|
|
line-height: 30px;
|
|
}
|
|
.wx-text-list,
|
|
.wx-text-cover {
|
|
background-color: #fff;
|
|
}
|
|
.wx-text-list .wx-list-li,
|
|
.wx-text-cover .wx-list-li {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 10px 15px 10px 0;
|
|
margin-left: 15px;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
.li-hover {
|
|
background-color: #ececec;
|
|
}
|
|
.wx-text-list .wx-list-li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.flex-right {
|
|
text-align: right;
|
|
flex: 1;
|
|
}
|
|
.flex-left {
|
|
text-align: left;
|
|
flex: 1;
|
|
}
|
|
.input-pl {
|
|
padding-left: 30px;
|
|
}
|
|
.mw-label {
|
|
min-width: 90px;
|
|
}
|
|
.wx-list-li .icon-xiayiye,
|
|
.wx-list-li .icon-dianji {
|
|
font-size: 30rpx;
|
|
padding-left: 5px;
|
|
display: inline;
|
|
color: #ccc;
|
|
position: relative;
|
|
top: -3px;
|
|
}
|
|
.wx-list-li .icon-dianji {
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.cur.icon-dianji {
|
|
opacity: 1;
|
|
pointer-events: auto;
|
|
}
|
|
.pce {
|
|
color: #ccc;
|
|
}
|
|
.wx-text-cover .wx-list-li {
|
|
margin-left: 0;
|
|
padding-left: 15px;
|
|
}
|
|
.list-avater {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
}
|
|
.radio-group {
|
|
background-color: #fff;
|
|
}
|
|
label.radio {
|
|
display: block;
|
|
padding: 12px 0;
|
|
margin-left: 15px;
|
|
background: #fff;
|
|
border-bottom: 1px solid #0000000f;
|
|
}
|
|
label.radio:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.icon-fangdajing {
|
|
line-height: 30px;
|
|
position: relative;
|
|
top: -4px;
|
|
margin-right: 3px;
|
|
}
|
|
.ui-searchbar input {
|
|
padding: 0;
|
|
}
|
|
.loginForm {
|
|
padding: 0 37px;
|
|
/* margin-top: 12%; */
|
|
}
|
|
.phoneInput {
|
|
height: 50px;
|
|
opacity: 1;
|
|
background: #f4f4f4;
|
|
border-radius: 8px;
|
|
font-size: 17px;
|
|
font-weight: 400;
|
|
color: #000;
|
|
line-height: 24px;
|
|
padding-left: 20px;
|
|
padding-right: 60px;
|
|
}
|
|
.onlyBtn {
|
|
margin-top: 12%;
|
|
}
|
|
.loginBtn {
|
|
width: 260px !important;
|
|
height: 48px;
|
|
font-weight: 500;
|
|
/* background: #ff6a00; */
|
|
border-radius: 25px;
|
|
font-size: 18px;
|
|
padding: 0;
|
|
/* font-weight: 601; */
|
|
color: #ffffff;
|
|
line-height: 48px;
|
|
}
|
|
.loginBtn.wxBtn {
|
|
width: 258px !important;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
background-color: #fff;
|
|
color: var(--color-ysd);
|
|
border: 1px solid var(--color-ysd);
|
|
}
|
|
.loginBtnHov {
|
|
background-color: var(--color-ysd) !important;
|
|
color: #fff !important;
|
|
}
|
|
/* .wxBtn.button-hover[type=primary] {
|
|
color: #FFFFFF;
|
|
background-color: #0c880a
|
|
} */
|
|
.sendCode.code {
|
|
border-left: 1px solid #0000000f;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
font-size: 17px;
|
|
color: #333;
|
|
padding-left: 10px;
|
|
padding-right: 20px;
|
|
text-align: center;
|
|
}
|
|
.code.disabled {
|
|
color: #979797;
|
|
pointer-events: none;
|
|
}
|
|
.bocai {
|
|
/* position: sticky; */
|
|
/* margin-top: 15%; */
|
|
}
|
|
.changeType {
|
|
padding: 0 20px;
|
|
}
|
|
page {
|
|
padding: 10px;
|
|
padding-top: 0;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.weui-cell {
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
.weui-cells__group {
|
|
border-radius: 8px;
|
|
padding: 0 20px;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
margin-top: 16px !important;
|
|
}
|
|
.mark {
|
|
border-radius: 8px;
|
|
padding: 16px 20px !important;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
}
|
|
.mark::before {
|
|
display: none;
|
|
}
|
|
.adTag {
|
|
width: 56px;
|
|
height: 28px;
|
|
border: 1rpx solid #e2e2e2;
|
|
border-radius: 25px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #333;
|
|
line-height: 28px;
|
|
display: inline-block;
|
|
margin-left: 8px;
|
|
}
|
|
.adTag.active {
|
|
background: var(--color-ysd);
|
|
color: #fff;
|
|
border: 1rpx solid var(--color-ysd);
|
|
}
|
|
.normalBtn {
|
|
width: 260px !important;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
color: #fff;
|
|
border-radius: 999px;
|
|
}
|
|
.weui-cell::before {
|
|
display: none;
|
|
}
|
|
.textarea {
|
|
width: 65%;
|
|
}
|
|
|