mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
89 lines
1.6 KiB
Plaintext
89 lines
1.6 KiB
Plaintext
@media screen and (max-width:768px){
|
|
.rc-button{
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
|
|
height: 80px;
|
|
align-items: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
padding:0 20px 0 20px;
|
|
span
|
|
{
|
|
width: 160px;
|
|
height: 48px;
|
|
border: 2px solid #E2001A;
|
|
border-radius: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #E2001A;
|
|
}
|
|
em{
|
|
font-style: normal;
|
|
width: 164px;
|
|
height: 48px;
|
|
background: #E2001A;
|
|
cursor: pointer;
|
|
border-radius: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #FFFFFF;
|
|
margin-left: 40px;
|
|
}
|
|
}
|
|
.rc-max-width--xl{
|
|
margin-top: 16px;
|
|
input{
|
|
width: 258px;
|
|
height: 34px;
|
|
border: none;
|
|
border-bottom: 1px solid #808285;
|
|
color: #999999;
|
|
font-size: 16px;
|
|
margin-left: 2px;
|
|
}
|
|
span{
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
width: 22%;
|
|
text-align: center;
|
|
color: #333333;
|
|
margin-top: 2px;
|
|
}
|
|
.rc-people{
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
span{
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
}
|
|
// .rc-phone{
|
|
|
|
// }
|
|
// .rc-address{
|
|
|
|
// }
|
|
// .rc-useaddress{
|
|
|
|
// }
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 769px)
|
|
{
|
|
|
|
|
|
|
|
} |