This commit is contained in:
kbing1981 2024-07-12 11:50:27 +08:00
parent 81df039f6b
commit 93741609e3
2 changed files with 11 additions and 9 deletions

View File

@ -142,11 +142,12 @@
.send-msg {
border-radius: 30px;
color: white;
height: 30px;
font-size: 14px;
line-height: 30px;
background: #096f4b;
color: #019c88;
border: none;
box-shadow: none;
}
.container {
@ -187,7 +188,7 @@
line-height: 80upx;
border-radius: 60upx;
margin-top: 32upx;
background: linear-gradient(to right, #223845, #00a85b);
background: linear-gradient(to right, #019c88, #31c194);
color: #fff;
font-size: 30upx;

View File

@ -312,12 +312,13 @@
}
.send-msg {
border-radius: 30px;
color: white;
height: 30px;
font-size: 10px;
line-height: 30px;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
border-radius: 30px;
height: 30px;
font-size: 14px;
line-height: 30px;
color: #019c88;
border: none;
box-shadow: none;
}