|
@@ -259,30 +259,32 @@ function handleGoPatrol() {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 8px;
|
|
gap: 8px;
|
|
|
- padding: 10px 10px 10px 12px;
|
|
|
|
|
|
|
+ padding: 14px 10px;
|
|
|
border-radius: 12px;
|
|
border-radius: 12px;
|
|
|
- background: linear-gradient(90deg, #fff7f0 0%, #ffffff 100%);
|
|
|
|
|
- box-shadow: 0 4px 16px rgba(255, 122, 48, 0.18);
|
|
|
|
|
|
|
+ background: linear-gradient(180deg, #FFDFC5 -13%, #FFFFFF 38%);
|
|
|
|
|
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
|
|
|
|
|
+ // background: linear-gradient(90deg, #fff7f0 0%, #ffffff 100%);
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
&__icon {
|
|
&__icon {
|
|
|
flex: none;
|
|
flex: none;
|
|
|
- width: 22px;
|
|
|
|
|
- height: 22px;
|
|
|
|
|
|
|
+ width: 18px;
|
|
|
|
|
+ height: 18px;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
- background: #ff7a30;
|
|
|
|
|
|
|
+ background: #FF953D;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
- line-height: 22px;
|
|
|
|
|
|
|
+ line-height: 18px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&__text {
|
|
&__text {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
min-width: 0;
|
|
min-width: 0;
|
|
|
- color: #ff7a30;
|
|
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ color: #FF953D;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -290,9 +292,9 @@ function handleGoPatrol() {
|
|
|
flex: none;
|
|
flex: none;
|
|
|
padding: 6px 12px;
|
|
padding: 6px 12px;
|
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
|
- background: #ff7a30;
|
|
|
|
|
|
|
+ background: #FF953D;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 12px;
|
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|