|
@@ -21,8 +21,8 @@ export default {}
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.area {
|
|
|
- background: #bc1724;
|
|
|
- background: -webkit-linear-gradient(to left, #d82231, #bc1724);
|
|
|
+ background: #88111a;
|
|
|
+ background: -webkit-linear-gradient(to left, #88111a, #bc1724);
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|