优化页面

This commit is contained in:
pengxiaolong
2025-06-17 22:04:18 +08:00
parent 8ec7365e7c
commit e464d99af5
86 changed files with 627 additions and 178 deletions

View File

@@ -154,3 +154,65 @@
z-index: 998;
width: 100vw;
}
.popup-container.data-v-36b7ee78{
width: 500rpx;
height: 300rpx;
background-color: #ffffff;
border-radius: 30rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.popup-title.data-v-36b7ee78{
font-size: 30rpx;
color: #161616;
font-weight: bold;
margin-top: 30rpx;
}
.popup-picker.data-v-36b7ee78{
margin-top: 30rpx;
width: 400rpx;
height: 50rpx;
border: #5bced1 solid 1rpx;
border-radius: 15rpx;
}
.uni-input.data-v-36b7ee78{
font-size: 30rpx;
color: #ffffff;
width: 400rpx;
height: 50rpx;
text-align: center;
line-height: 50rpx;
background-color: #5bced1;
border-radius: 15rpx;
}
.popup-btn.data-v-36b7ee78{
margin-top: 30rpx;
display: flex;
justify-content: center;
}
.uni-primary.data-v-36b7ee78{
width: 150rpx;
height: 50rpx;
border-top-left-radius: 50rpx;
border-bottom-left-radius: 50rpx;
border-bottom-right-radius: 50rpx;
background-image: linear-gradient(135deg, #4fcacd, #5fdbde);
font-size: 25rpx;
color: #ffffff;
text-align: center;
line-height: 50rpx;
margin-right: 20rpx;
}
.uni-default.data-v-36b7ee78{
width: 150rpx;
height: 50rpx;
border-top-left-radius: 50rpx;
border-bottom-left-radius: 50rpx;
border-bottom-right-radius: 50rpx;
background-image: linear-gradient(135deg, #cecece, #ffffff);
font-size: 25rpx;
color: #161616;
text-align: center;
line-height: 50rpx;
}