上传代码

This commit is contained in:
pengxiaolong
2025-07-01 21:30:08 +08:00
parent 89c9f8f1df
commit dc1fab2f90
48 changed files with 516 additions and 103 deletions

View File

@@ -21,7 +21,7 @@
.title.data-v-2f1f017b {
position: absolute;
top: 120rpx;
left: 335rpx;
left: 325rpx;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
@@ -38,6 +38,14 @@
right: 0rpx;
bottom: 100rpx;
}
.contactContent.data-v-2f1f017b{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.building.data-v-2f1f017b {
width: 100%;
height: 90%;
@@ -53,3 +61,25 @@
text-align: center;
margin-top: 50rpx;
}
.Title.data-v-2f1f017b{
width: 80%;
font-size: 30rpx;
color: #4fcacd;
font-weight: bold;
text-align: center;
margin-top: 50rpx;
line-height: 50rpx;
}
.copy-text.data-v-2f1f017b{
width: 60%;
height: 200rpx;
font-size: 28rpx;
color: #ffffff;
font-weight: bold;
text-align: center;
margin-top: 100rpx;
line-height: 200rpx;
background-image: linear-gradient(135deg, #4fcacd, #5fdbde);
border-radius:20rpx;
padding: 20rpx;
}