vr-shopxo-source/public/static/index/default/css/useraddress.css

145 lines
3.1 KiB
CSS
Raw Normal View History

2018-12-28 10:58:37 +00:00
/**
*
*/
ul.address-list li .user-base {
2023-08-27 08:10:21 +00:00
font-size: 1.4rem;
2018-12-28 10:58:37 +00:00
font-weight: 700;
2023-08-27 08:10:21 +00:00
margin-bottom: 0.5rem;
2018-12-28 10:58:37 +00:00
}
.address-operation-btn .cut {
2023-08-27 08:10:21 +00:00
padding: 0 0.5rem;
2018-12-28 10:58:37 +00:00
color: #ccc;
}
2024-04-15 02:25:01 +00:00
ul.address-list li .address-content {
padding: 2rem;
position: relative;
display: flex;
justify-content: space-between;
flex-flow: column;
height: 100%;
}
2018-12-28 10:58:37 +00:00
@media only screen and (min-width: 641px) {
ul.address-list {
overflow: hidden;
2023-08-27 08:10:21 +00:00
margin-top: 1rem;
2018-12-28 10:58:37 +00:00
}
ul.address-list li {
display: block;
2023-08-27 08:10:21 +00:00
width: calc(50% - 0.5rem);
height: 15rem;
2018-12-28 10:58:37 +00:00
float: left;
2023-08-27 08:10:21 +00:00
margin: 0 1rem 1rem 0;
2024-04-15 02:25:01 +00:00
padding: 0.4rem;
2018-12-28 10:58:37 +00:00
position: relative;
2023-08-27 08:10:21 +00:00
border: 0.1rem solid #eee;
border-radius: var(--border-radius)
2018-12-28 10:58:37 +00:00
}
.address-operation-btn {
position: absolute;
2023-08-27 08:10:21 +00:00
bottom: 0.5rem;
right: 2.5rem;
2018-12-28 10:58:37 +00:00
color: #282828;
text-align: right;
}
ul.address-list li:nth-child(2n) {
margin-right: 0;
}
}
@media only screen and (min-width: 1025px) {
ul.address-list li {
2023-08-27 08:10:21 +00:00
width: calc(33.33% - 0.7rem);
2018-12-28 10:58:37 +00:00
}
ul.address-list li:nth-child(2n) {
2023-08-27 08:10:21 +00:00
margin-right: 1rem;
2018-12-28 10:58:37 +00:00
}
ul.address-list li:nth-child(3n) {
margin-right: 0;
}
}
2023-08-27 08:10:21 +00:00
@media only screen and (max-width: 640px) {
2018-12-28 10:58:37 +00:00
.control .address-submit-save {
position: fixed;
2023-08-27 08:10:21 +00:00
left: 1rem;
bottom: 1rem;
width: calc(100% - 2rem);
2018-12-28 10:58:37 +00:00
z-index: 2;
}
.am-footer {
2023-08-27 08:10:21 +00:00
padding-bottom: 3rem;
2018-12-28 10:58:37 +00:00
}
2024-04-15 02:25:01 +00:00
ul.address-list li .address-content {
padding: 1rem 1rem 3rem 1rem;
}
2018-12-28 10:58:37 +00:00
ul.address-list li {
2024-04-15 02:25:01 +00:00
padding: 0.4rem;
2018-12-28 10:58:37 +00:00
position: relative;
}
2024-04-15 02:25:01 +00:00
ul.address-list li {
2023-08-27 08:10:21 +00:00
border-top: 0.1rem solid #eee;
2018-12-28 10:58:37 +00:00
}
2024-04-15 02:25:01 +00:00
ul.address-list li.address-default {
padding: 0 0 0.4rem 0;
}
2018-12-28 10:58:37 +00:00
.address-detail .phone {
float: right;
}
.address-operation-btn {
position: absolute;
2024-04-15 02:25:01 +00:00
bottom: 0.5rem;
right: 2rem;
2018-12-28 10:58:37 +00:00
color: #282828;
text-align: right;
}
.address-operation-btn a {
text-decoration: none;
}
}
2023-08-27 08:10:21 +00:00
ul.address-list li.address-default {
2024-04-15 02:25:01 +00:00
background: repeating-linear-gradient(-45deg, #ff0000, #ff0000 1rem, #ffffff 1rem, #ffffff 2rem, #4A5BE3 2rem, #4A5BE3 3rem, #ffffff 3rem, #ffffff 4rem);
2023-08-27 08:10:21 +00:00
}
2018-12-28 10:58:37 +00:00
/**
* /
*/
.my-content {
2023-08-27 08:10:21 +00:00
padding: 1.5rem 1rem;
}
.user-address-idcard-images ul li {
margin: 0;
2024-04-15 02:25:01 +00:00
padding: 0;
border-radius: var(--border-radius-lg);
}
2024-04-15 02:25:01 +00:00
.user-address-idcard-images .item:first-child li {
padding: 0 !important;
margin: 0 !important;
}
@media only screen and (min-width: 576px) {
.user-address-idcard-images ul li,
.user-address-idcard-images .plug-file-upload-submit {
2024-04-15 02:25:01 +00:00
width: 15.6rem !important;
}
2024-04-15 02:25:01 +00:00
.user-address-idcard-images ul li {
2024-04-15 02:25:01 +00:00
height: 13.6rem !important;
}
}
2024-04-15 02:25:01 +00:00
@media only screen and (max-width: 575px) {
.user-address-idcard-images ul li,
.user-address-idcard-images .plug-file-upload-submit {
2024-04-15 02:25:01 +00:00
width: 10rem !important;
}
2024-04-15 02:25:01 +00:00
.user-address-idcard-images ul li {
2024-04-15 02:25:01 +00:00
height: 8.5rem !important;
}
2018-12-28 10:58:37 +00:00
}