优化页面
This commit is contained in:
@@ -239,3 +239,50 @@
|
||||
font-size: 28.63rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.popup-container-expurgate.data-v-402ad917 {
|
||||
width: 500rpx;
|
||||
height: 300rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 30rpx;
|
||||
}
|
||||
.popup-title.data-v-402ad917 {
|
||||
font-size: 40rpx;
|
||||
color: #161616;
|
||||
font-weight: bold;
|
||||
margin-top: 30rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.popup-btn.data-v-402ad917 {
|
||||
margin-top: 80rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.uni-primary.data-v-402ad917 {
|
||||
width: 200rpx;
|
||||
height: 70rpx;
|
||||
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: 70rpx;
|
||||
margin-right: 35rpx;
|
||||
}
|
||||
.uni-default.data-v-402ad917 {
|
||||
width: 200rpx;
|
||||
height: 70rpx;
|
||||
border-top-left-radius: 50rpx;
|
||||
border-bottom-left-radius: 50rpx;
|
||||
border-bottom-right-radius: 50rpx;
|
||||
background-image: linear-gradient(135deg, #cecece, #d6d6d6);
|
||||
font-size: 25rpx;
|
||||
color: #161616;
|
||||
text-align: center;
|
||||
line-height: 70rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user