Commit 62594713 authored by linxin's avatar linxin

更新

parent ace60226
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
<style lang='less' > <style lang='less' >
#contract-repayment { #contract-repayment {
.h-header { .h-header {
background-color: #00469C; background-color: @headerColor;
.h-header-btn { .h-header-btn {
img { img {
width: 16px; width: 16px;
...@@ -179,8 +179,8 @@ export default { ...@@ -179,8 +179,8 @@ export default {
} }
p.blue { p.blue {
color: #1D3FFF; color: @headerColor;
border: 1px solid #1D3FFF; border: 1px solid @headerColor;
} }
p.green { p.green {
...@@ -299,7 +299,7 @@ export default { ...@@ -299,7 +299,7 @@ export default {
div { div {
width: 140px; width: 140px;
height: 32px; height: 32px;
background: #00469C; background: @headerColor;
border-radius: 4px; border-radius: 4px;
color: white; color: white;
line-height: 32px; line-height: 32px;
......
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
<style lang='less' > <style lang='less' >
#repay-details { #repay-details {
.h-header { .h-header {
background-color: #00469C; background-color: @headerColor;
.h-header-btn { .h-header-btn {
img { img {
width: 16px; width: 16px;
...@@ -193,7 +193,7 @@ export default { ...@@ -193,7 +193,7 @@ export default {
left: 0; left: 0;
width: 4px; width: 4px;
height: 16px; height: 16px;
background: #1D3FFF; background: @headerColor;
} }
} }
...@@ -285,7 +285,7 @@ export default { ...@@ -285,7 +285,7 @@ export default {
span { span {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 13px; font-size: 13px;
color: #1D3FFF; color: @headerColor;
letter-spacing: 0.4px; letter-spacing: 0.4px;
position: absolute; position: absolute;
top: 5px; top: 5px;
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
<style lang='less' > <style lang='less' >
#repay-plan { #repay-plan {
.h-header { .h-header {
background-color: #00469C; background-color: @headerColor;
.h-header-btn { .h-header-btn {
img { img {
width: 16px; width: 16px;
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
left: 0; left: 0;
width: 4px; width: 4px;
height: 16px; height: 16px;
background: #1D3FFF; background: @headerColor;
} }
&:after { &:after {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment