init commit
This commit is contained in:
@ -323,16 +323,44 @@ page {
|
||||
}
|
||||
|
||||
.contact-b {
|
||||
margin-top: 20rpx;
|
||||
margin-top: 32rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.contact-bth {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.contact-bth:last-child {
|
||||
margin-left: 160rpx;
|
||||
}
|
||||
|
||||
.open-type-contact {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
width: 100% !important;
|
||||
height: 100%;
|
||||
color: transparent !important;
|
||||
border-color: transparent !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.rounded-full {
|
||||
border-radius: 9999px;
|
||||
}
|
||||
|
||||
.logistics-btn {
|
||||
margin-left: 0;
|
||||
margin-right: 40rpx;
|
||||
color: orange !important;
|
||||
border-color: orange !important;
|
||||
}
|
||||
|
||||
.code {
|
||||
width: 750rpx;
|
||||
height: 240rpx;
|
||||
|
Reference in New Issue
Block a user