Commit 2fd3f2cc authored by 张伯涛's avatar 张伯涛

修改

parent 3913c38c
...@@ -186,7 +186,8 @@ export default { ...@@ -186,7 +186,8 @@ export default {
opacity: 0.75; opacity: 0.75;
font-size: 15px; font-size: 15px;
&:hover{ &:hover{
color: #fff; color: #FFFFFF;
opacity: 1;
} }
} }
.footer-bottom{ .footer-bottom{
......
...@@ -1854,7 +1854,7 @@ export default { ...@@ -1854,7 +1854,7 @@ export default {
height: 44px; height: 44px;
.rightMore{ .rightMore{
cursor: pointer; cursor: pointer;
padding-right: 17px; //padding-right: 17px;
font-size: 18px; font-size: 18px;
color: #007AFF; color: #007AFF;
&:hover { &:hover {
...@@ -2560,6 +2560,7 @@ export default { ...@@ -2560,6 +2560,7 @@ export default {
top: 37px; top: 37px;
width: 120px; width: 120px;
background: #F19119; background: #F19119;
//background-image: url("~@/assets/image/fuwuhui_tag_default.png");
border-radius: 6px 0px 20px 0px; border-radius: 6px 0px 20px 0px;
} }
.cardImg{ .cardImg{
...@@ -2604,11 +2605,11 @@ export default { ...@@ -2604,11 +2605,11 @@ export default {
} }
.bottom{ .bottom{
width: 327px; width: 327px;
height: 155px; height: 145px;
border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px;
.bottomtitle1{ .bottomtitle1{
line-height: 32px; line-height: 32px;
padding: 18px 0 0 0 ; padding: 15px 0 0 0 ;
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
color: #333333; color: #333333;
...@@ -2620,7 +2621,7 @@ export default { ...@@ -2620,7 +2621,7 @@ export default {
color: #333333; color: #333333;
} }
.bottomBtnDiv{ .bottomBtnDiv{
padding: 20px 0 17px 0 ; padding: 17px 0 17px 0 ;
text-align: center; text-align: center;
.bottomcardBtn{ .bottomcardBtn{
width: 133px; width: 133px;
...@@ -2685,7 +2686,7 @@ export default { ...@@ -2685,7 +2686,7 @@ export default {
background: #007AFF; background: #007AFF;
color: #FFFFFF; color: #FFFFFF;
font-weight: bold; font-weight: bold;
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 0px 0px;
} }
} }
...@@ -2696,7 +2697,7 @@ export default { ...@@ -2696,7 +2697,7 @@ export default {
padding-top: 16px; padding-top: 16px;
padding-left: 30px; padding-left: 30px;
.reportToday-contentChild{ .reportToday-contentChild{
border-bottom: 1px solid #E2E2E2; border-bottom: 1px dashed #E2E2E2;
cursor: pointer; cursor: pointer;
.rcTitle{ .rcTitle{
width: 1043px; width: 1043px;
...@@ -2718,7 +2719,7 @@ export default { ...@@ -2718,7 +2719,7 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.rcvalue{ .rcvalue{
width: 200px; width: 230px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
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