flat: style修改

This commit is contained in:
Apcallover
2024-02-20 09:53:41 +08:00
parent 2474855442
commit 20df47f170

View File

@@ -543,14 +543,14 @@
.headd {
// background-color: #f6f6f6;
border-radius: 200rpx;
border: 2rpx solid #2297fa;
border: 4rpx solid #2297fa;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
width: 690rpx;
margin-right: auto;
height: 60rpx;
height: 80rpx;
.headd_left{
padding-left: 15rpx;
display: flex;
@@ -572,7 +572,7 @@
content: '';
left: 0;
top: calc(50% - 15rpx);
width: 2rpx;
width: 4rpx;
height: 30rpx;
background-color: #2297fa;