style: 修改header的水晶样式

This commit is contained in:
zerosaturation 2026-05-31 20:52:21 +08:00
parent 85beec6395
commit 3a2575c78e

View File

@ -572,7 +572,7 @@ defineExpose({
.crystal-info-container {
position: relative;
height: 34rpx;
width: 120rpx;
/* width: 120rpx; */
opacity: 1;
border-radius: 20rpx;
border-width: 1px;
@ -600,7 +600,7 @@ defineExpose({
border-radius: 120rpx;
opacity: 0.75;
background: linear-gradient(270deg, rgba(168, 17, 255, 0.83) 0%, rgba(30, 180, 217, 0.470865) 81.01%, rgba(101, 10, 153, 0) 178.07%);
padding: 0 24rpx;
}