ui
This commit is contained in:
parent
97470df2c7
commit
595f19ea49
|
|
@ -58,19 +58,20 @@ export default {
|
|||
z-index: 1;
|
||||
box-sizing: border-box;
|
||||
padding: 0 50rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 10rpx 10rpx 10rpx 10rpx;
|
||||
background-clip: padding-box, border-box;
|
||||
background-origin: padding-box, border-box;
|
||||
background-image: linear-gradient(to right, #1d1d25, #1d1d25),
|
||||
linear-gradient(90deg, #6adeff, #7ab5ff, #ff7feb);
|
||||
box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(176, 128, 255, 0.8);
|
||||
// background-image: linear-gradient(to right, #1d1d25, #1d1d25),
|
||||
// linear-gradient(90deg, #6adeff, #7ab5ff, #ff7feb);
|
||||
// box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(176, 128, 255, 0.8);
|
||||
|
||||
._priv_pop_bd_title {
|
||||
padding: 50rpx 0 40rpx;
|
||||
text-align: center;
|
||||
|
||||
font-size: 34rpx;
|
||||
color: #fff;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
@ -96,7 +97,7 @@ export default {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
background: #ff873a;
|
||||
background: #D8FD24;
|
||||
border-radius: 40rpx;
|
||||
filter: grayscale(1);
|
||||
font-size: 30rpx;
|
||||
|
|
@ -118,7 +119,7 @@ export default {
|
|||
border: 0;
|
||||
filter: grayscale(0);
|
||||
|
||||
color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user