init commit

This commit is contained in:
quantulr
2024-05-08 17:32:39 +08:00
parent e3a0666d5a
commit e3513e70fa
16 changed files with 522 additions and 114 deletions

View File

@ -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;