2018-12-28 10:58:37 +00:00
|
|
|
/**
|
|
|
|
|
* 地址管理
|
|
|
|
|
*/
|
|
|
|
|
ul.address-list li .user-base {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
.address-operation-btn .cut {
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
@media only screen and (min-width: 641px) {
|
|
|
|
|
ul.address-list {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.address-list li.address-default {
|
2019-06-15 15:54:38 +00:00
|
|
|
background-image: url(../images/address-peraddressbg.png);
|
2018-12-28 10:58:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.address-list li {
|
|
|
|
|
display: block;
|
|
|
|
|
width: calc(50% - 5px);
|
|
|
|
|
height: 130px;
|
|
|
|
|
float: left;
|
2019-06-15 15:54:38 +00:00
|
|
|
background-image: url(../images/address-peraddbg.png);
|
2018-12-28 10:58:37 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.address-operation-btn {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 5px;
|
|