717 lines
15 KiB
CSS
Executable File
717 lines
15 KiB
CSS
Executable File
/*页面*/
|
|
.buy-items h3 {
|
|
margin-top: 0;
|
|
font-weight: 500;
|
|
font-size: 1.6rem;
|
|
display: inline;
|
|
}
|
|
.buy-items > .goods-group-list > .am-panel > .am-panel-bd > table > thead > tr > th,
|
|
.buy-items > .goods-group-list > .am-panel > .am-panel-bd > table > tbody > tr > td {
|
|
border: 0;
|
|
padding: 1rem 1rem 1rem 0;
|
|
}
|
|
.buy-items table thead tr th {
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
}
|
|
.warehouse-info {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
/*地址管理*/
|
|
h3 {
|
|
font-size: 1.4rem;
|
|
font-weight: 700;
|
|
}
|
|
.address-container .address h3 {
|
|
border-bottom: none;
|
|
}
|
|
|
|
ul.address-list li {
|
|
display: none;
|
|
width: 100%;
|
|
position: relative;
|
|
min-height: 8rem;
|
|
}
|
|
|
|
/* 地址卡片 */
|
|
.address-cart {
|
|
padding: 0.4rem;
|
|
}
|
|
ul.address-list li.address-default.address-cart {
|
|
background: repeating-linear-gradient(-45deg,
|
|
#ff0000,
|
|
#ff0000 1rem,
|
|
#ffffff 1rem,
|
|
#ffffff 2rem,
|
|
#4A5BE3 2rem,
|
|
#4A5BE3 3rem,
|
|
#ffffff 3rem,
|
|
#ffffff 4rem);
|
|
box-shadow: none;
|
|
}
|
|
.address-cart .address-content {
|
|
padding: 0.6rem;
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-flow: column;
|
|
}
|
|
.address-left {
|
|
position: relative;
|
|
}
|
|
ul.address-list li .user-base {
|
|
font-size: 1.2rem;
|
|
font-weight: 700;
|
|
padding-bottom: 1rem;
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 3.3rem;
|
|
}
|
|
ul.address-list li .user-base .address-alias {
|
|
max-width: 8rem;
|
|
font-weight: 400;
|
|
}
|
|
ul.address-list li .user-base .address-detail {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
ul.address-list li .user-base .address-detail .user {
|
|
max-width: 8rem;
|
|
display: inline-block;
|
|
}
|
|
.address-right {
|
|
position: absolute;
|
|
right: 10px;
|
|
margin-right: 0.6rem;
|
|
top: 43%;
|
|
transform: translate(50%, -50%);
|
|
|
|
}
|
|
.address-position-top {
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
|
|
/*地址操作-编辑删除*/
|
|
.address-operation-btn {
|
|
display: none;
|
|
font-size: 1.2rem;
|
|
color: #282828;
|
|
text-align: right;
|
|
padding-right: 0.5rem;
|
|
}
|
|
.address-container .address-default {
|
|
display: block !important;
|
|
}
|
|
.address-container .address .control {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.address-container .address .control .address-submit-save {
|
|
padding: 0.5rem 1.2rem;
|
|
margin-left: 2rem;
|
|
}
|
|
|
|
/* 物流/支付 */
|
|
@media only screen and (min-width: 641px) {
|
|
.address-container .address {
|
|
padding: 2rem;
|
|
}
|
|
.business-item ul li:nth-child(3n) {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
ul.address-list li .region {
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
line-height: 1.8rem;
|
|
height: 3.4rem;
|
|
overflow-wrap: break-word;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 640px) {
|
|
ul.address-list li.address-default.address-cart {
|
|
padding: 0 0 0.4rem 0;
|
|
}
|
|
ul.address-list li.address-default.address-cart .address-content {
|
|
padding: 1.1rem;
|
|
}
|
|
.address-container .address .control .address-submit-save {
|
|
padding: 1rem 1.2rem;
|
|
margin-left: 0;
|
|
background: var(--color-main);
|
|
color: #FFFFFF;
|
|
border-radius: 0;
|
|
}
|
|
ul.address-list li .user-base {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
ul.address-list li .user-base,
|
|
ul.address-list li .region {
|
|
width: calc(100% - 2rem);
|
|
}
|
|
}
|
|
|
|
/*运费、留言、扩展数据*/
|
|
.td.td-oplist .pay-logis,
|
|
.td.td-bonus select {
|
|
position: absolute;
|
|
top: 0.6rem;
|
|
right: 0;
|
|
}
|
|
.memo-input {
|
|
width: 100%;
|
|
border: 0.1rem solid #EEEEEE;
|
|
padding: 1rem;
|
|
outline: none;
|
|
border-radius: 0.4rem;
|
|
}
|
|
@media only screen and (max-width: 1024px) {
|
|
.buy-message,
|
|
.buy-nav-footer {
|
|
padding: 0 0.5rem;
|
|
}
|
|
}
|
|
|
|
/*合计*/
|
|
.buy-order-nav .box {
|
|
float: left;
|
|
width: calc(100% - 14rem);
|
|
height: 5rem;
|
|
line-height: 5rem;
|
|
text-align: left;
|
|
font-size: 1.4rem;
|
|
}
|
|
.pay-address {
|
|
display: none;
|
|
}
|
|
.buy-order-nav {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
.link-list h3 span {
|
|
font-weight: 500;
|
|
}
|
|
|
|
ul.address-list,
|
|
.business-item ul {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* 扩展数据 */
|
|
.buy-extension-data li {
|
|
padding: 0;
|
|
}
|
|
.buy-extension-data .extension-items-tips {
|
|
color: #ff8f44;
|
|
}
|
|
|
|
/**
|
|
* 手机下选择地址
|
|
*/
|
|
.link-list .mobile-address {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1099;
|
|
padding-top: 0 !important;
|
|
margin-top: 0 !important;
|
|
border-top: 0 !important;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding-bottom: 6rem;
|
|
}
|
|
.link-list .mobile-address .control {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.link-list .mobile-address .control h3 {
|
|
background-color: #FFFFFF;
|
|
padding: 1 |