mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-07 14:25:27 +08:00
11 lines
219 B
CSS
11 lines
219 B
CSS
.note {
|
|
background-color: #fafafc;
|
|
}
|
|
|
|
.transfer-btn {
|
|
background: linear-gradient(107deg, #31B4FC 0%, #0842E2 100%);
|
|
}
|
|
|
|
.transfer-btn:active {
|
|
background: linear-gradient(107deg, #168ACA 0%, #022A97 100%);
|
|
} |