样式修改
This commit is contained in:
parent
b734e69785
commit
a0d9c1490b
|
|
@ -561,11 +561,13 @@ export default {
|
||||||
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
||||||
background: linear-gradient(90deg, #00d2be 0%, #4eacff 100%);
|
background: linear-gradient(90deg, #00d2be 0%, #4eacff 100%);
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
|
||||||
|
|
||||||
.app-title {
|
.app-title {
|
||||||
width: 314px;
|
width: 314px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
font-family: Microsoft YaHei, Microsoft YaHei;
|
// font-family: Microsoft YaHei, Microsoft YaHei;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -586,9 +588,9 @@ export default {
|
||||||
.menu-item {
|
.menu-item {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: Microsoft YaHei, Microsoft YaHei;
|
// font-family: Microsoft YaHei, Microsoft YaHei;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
@ -679,7 +681,7 @@ export default {
|
||||||
|
|
||||||
.nick-name {
|
.nick-name {
|
||||||
margin: 0 3px;
|
margin: 0 3px;
|
||||||
font-family: Microsoft YaHei, Microsoft YaHei;
|
// font-family: Microsoft YaHei, Microsoft YaHei;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
@ -710,9 +712,9 @@ export default {
|
||||||
min-height: 287px;
|
min-height: 287px;
|
||||||
background: #f8fdfc;
|
background: #f8fdfc;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
font-family: Microsoft YaHei, Microsoft YaHei;
|
// font-family: Microsoft YaHei, Microsoft YaHei;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
color: #095a4d;
|
color: #095a4d;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue