Commit 31282b72 authored by renjintao's avatar renjintao

excute

parent e0d938a4
...@@ -748,6 +748,5 @@ ...@@ -748,6 +748,5 @@
.zhuanx{ .zhuanx{
text-align: center; text-align: center;
line-height: 60px; line-height: 60px;
.line_p input{
}
} }
\ No newline at end of file
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
float: left; float: left;
margin: 20px 72px; margin: 20px 72px;
width: 300px; width: 300px;
height: 240px; height: 180px;
border-color: #2680EB; border-color: #2680EB;
} }
.gs_set .gs_card_box .gs_card .ivu-card-head { .gs_set .gs_card_box .gs_card .ivu-card-head {
...@@ -285,10 +285,13 @@ ...@@ -285,10 +285,13 @@
.gs_set .gs_card_box .gs_card .gs_p { .gs_set .gs_card_box .gs_card .gs_p {
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
font-size: 20px;
text-align: center;
} }
.gs_set .gs_card_box .gs_card .gs_time { .gs_set .gs_card_box .gs_card .gs_time {
text-align: center; text-align: center;
color: #2680EB; color: #2680EB;
line-height: 46px;
} }
.gs_set .gs_card_box .gs_card .gs_time .b_size { .gs_set .gs_card_box .gs_card .gs_time .b_size {
font-size: 32px; font-size: 32px;
...@@ -297,9 +300,6 @@ ...@@ -297,9 +300,6 @@
background: #d3e6fb; background: #d3e6fb;
margin: 0 -16px; margin: 0 -16px;
height: 59px; height: 59px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top: 1px solid #2680eb;
} }
.gs_set .gs_card_box .gs_card .gs_footer a { .gs_set .gs_card_box .gs_card .gs_footer a {
display: inline-block; display: inline-block;
...@@ -311,7 +311,6 @@ ...@@ -311,7 +311,6 @@
.gs_set .gs_card_box .gs_card .gs_footer .gs_del { .gs_set .gs_card_box .gs_card .gs_footer .gs_del {
background: #2680EB; background: #2680EB;
color: #fff; color: #fff;
border-bottom-right-radius: 4px;
} }
.gs_set .gs_card_box .gs_card:hover { .gs_set .gs_card_box .gs_card:hover {
border-color: #2680EB; border-color: #2680EB;
...@@ -321,7 +320,7 @@ ...@@ -321,7 +320,7 @@
border: 1px dashed #2680EB; border: 1px dashed #2680EB;
color: #2680EB; color: #2680EB;
text-align: center; text-align: center;
line-height: 275px; line-height: 220px;
border-radius: 4px; border-radius: 4px;
} }
.gs_set .gs_card_box .gs_add i { .gs_set .gs_card_box .gs_add i {
...@@ -340,7 +339,7 @@ ...@@ -340,7 +339,7 @@
height: 56px; height: 56px;
border-radius: 28px 4px 4px 28px; border-radius: 28px 4px 4px 28px;
border: 1px solid #2d8cf0; border: 1px solid #2d8cf0;
margin: 15px 23px; margin: 15px 14px;
} }
.add_user .gd_userB .user_item i { .add_user .gd_userB .user_item i {
font-size: 56px; font-size: 56px;
...@@ -348,6 +347,7 @@ ...@@ -348,6 +347,7 @@
color: #2680EB; color: #2680EB;
} }
.add_user .gd_userB .user_item .gd_user { .add_user .gd_userB .user_item .gd_user {
line-height: 22px;
padding: 6px; padding: 6px;
color: #707070; color: #707070;
} }
......
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