mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
242 lines
4.3 KiB
Plaintext
242 lines
4.3 KiB
Plaintext
.container{
|
|
min-height:100vh;
|
|
height:100%;
|
|
background-color:#f6f6f6;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.ts-max-width--460{
|
|
border-radius: 3px;
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
padding:5rem 2.8rem;
|
|
}
|
|
.usecheck label{
|
|
display:flex;
|
|
input{
|
|
margin-right:.687rem;
|
|
}
|
|
}
|
|
// 手机端
|
|
@media screen and (max-width:768px) {
|
|
.ts-max-width--460{
|
|
padding:4.375rem 1.25rem;
|
|
}
|
|
.rc-column *{
|
|
font-size:.875rem;
|
|
}
|
|
.rc-two-column>.rc-column {
|
|
width: 50%;
|
|
}
|
|
.van-field-one{
|
|
width: 335px;
|
|
background: #F6F6F6;
|
|
border-radius: 4px;
|
|
margin: 0 auto;
|
|
}
|
|
.van-field-two{
|
|
margin: 0 auto;
|
|
width: 335px;
|
|
height: 48px;
|
|
background: #F6F6F6;
|
|
margin: 0 auto;
|
|
border-radius: 4px;
|
|
margin-top: 24px;
|
|
}
|
|
.usecheck{
|
|
display: flex;
|
|
text-align: left;
|
|
width: 335px;
|
|
margin: 0 auto;
|
|
align-items: center;
|
|
margin-top: 18px;
|
|
|
|
}
|
|
.container {
|
|
font-size: 0.1rem;
|
|
.van-field__body {
|
|
border-bottom: 1px solid red;
|
|
}
|
|
.content {
|
|
margin-top: 24px;
|
|
}
|
|
.userfoget {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border-bottom: 1px solid #333333;
|
|
margin-left: 20px;
|
|
}
|
|
.rc-header {
|
|
text-align: center;
|
|
}
|
|
.rc-header span:first-of-type {
|
|
margin-right: 60px;
|
|
}
|
|
.rc-header span:last-child {
|
|
margin-right: 20px;
|
|
}
|
|
.active {
|
|
font-size: 18px;
|
|
color: #666666;
|
|
}
|
|
.unactive {
|
|
font-size: 18px;
|
|
color: #999999;
|
|
}
|
|
.userbutton {
|
|
width: 335px;
|
|
height: 48px;
|
|
background: #e2001a;
|
|
opacity: 1;
|
|
border-radius: 30px;
|
|
outline: none;
|
|
border: none;
|
|
margin: 0 auto;
|
|
}
|
|
van-button {
|
|
width: 335px;
|
|
height: 48px;
|
|
background: #e2001a;
|
|
opacity: 1;
|
|
border-radius: 30px;
|
|
}
|
|
input {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.rc-center {
|
|
font-size: 30px;
|
|
color: #333333;
|
|
text-align: center;
|
|
}
|
|
.rc-center input {
|
|
color: #999999;
|
|
font-size: 14px;
|
|
}
|
|
.userlogin {
|
|
width: 92%;
|
|
margin: 0 auto;
|
|
}
|
|
.rc-button {
|
|
font-size: 14px;
|
|
width:335px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 auto;
|
|
color: #333333;
|
|
}
|
|
.rc-button span {
|
|
border-bottom: 1px solid #333333;
|
|
}
|
|
.rc-button span {
|
|
margin-left: 20px;
|
|
margin-top: 24px;
|
|
}
|
|
.rc-button span:last-child {
|
|
margin-right: 20px;
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
// /* 最小768px最大1920 *pc端/
|
|
@media screen and (min-width: 768px) and (max-width: 1920px) {
|
|
.usecheck{
|
|
display: flex;
|
|
text-align: left;
|
|
width: 395px;
|
|
margin: 0 auto;
|
|
align-items: center;
|
|
margin-top: 18px;
|
|
|
|
}
|
|
/deep/
|
|
.van-field-one{
|
|
width: 395px;
|
|
height: 48px;
|
|
background: #F6F6F6;
|
|
border-radius: 4px;
|
|
margin: 0 auto;
|
|
}
|
|
.van-field-two{
|
|
margin: 0 auto;
|
|
width: 395px;
|
|
height: 48px;
|
|
background: #F6F6F6;
|
|
margin: 0 auto;
|
|
border-radius: 4px;
|
|
margin-top: 24px;
|
|
}
|
|
.container {
|
|
.content {
|
|
margin-top: 24px;
|
|
}
|
|
.userfoget {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border-bottom: 1px solid #333333;
|
|
margin-left: 20px;
|
|
}
|
|
.rc-header {
|
|
text-align: center;
|
|
}
|
|
.rc-header span:first-of-type {
|
|
margin-right: 60px;
|
|
}
|
|
.rc-header span:last-child {
|
|
margin-right: 20px;
|
|
}
|
|
.active {
|
|
font-size: 0.1rem;
|
|
color: #666666;
|
|
}
|
|
.unactive {
|
|
font-size: 0.1rem;
|
|
color: #999999;
|
|
}
|
|
.userbutton {
|
|
width: 3.8rem;
|
|
height: 0.48rem;
|
|
background: #e2001a;
|
|
border-radius: 0.15rem;
|
|
outline: none;
|
|
border: none;
|
|
margin: 0 auto;
|
|
}
|
|
van-button {
|
|
width: 335px;
|
|
height: 48px;
|
|
background: #e2001a;
|
|
opacity: 1;
|
|
border-radius: 30px;
|
|
}
|
|
|
|
input {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.rc-center {
|
|
font-size: 30px;
|
|
color: #333333;
|
|
text-align: center;
|
|
}
|
|
.rc-center input {
|
|
color: #999999;
|
|
font-size: 14px;
|
|
}
|
|
.userlogin {
|
|
width: 92%;
|
|
margin: 0 auto;
|
|
}
|
|
.rc-button {
|
|
.rc-styled-link{
|
|
padding-bottom:3px;
|
|
border-bottom:1px solid #333;
|
|
&:hover{
|
|
border-bottom:1px solid #e2001a;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |