...
|
...
|
@@ -87,15 +87,15 @@ export default { |
|
|
|
|
|
.icon.icon-right {
|
|
|
top: 28px;
|
|
|
right: 28px;
|
|
|
right: 26px;
|
|
|
font-size: 30px;
|
|
|
}
|
|
|
|
|
|
&:before {
|
|
|
&:after {
|
|
|
content: " ";
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
height: 1px;
|
|
|
border-top: 1px solid #e0e0e0;
|
...
|
...
|
@@ -116,11 +116,11 @@ export default { |
|
|
height: 88px;
|
|
|
line-height: 88px;
|
|
|
|
|
|
&:before {
|
|
|
&:after {
|
|
|
content: " ";
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
height: 1px;
|
|
|
border-top: 1px solid #e0e0e0;
|
...
|
...
|
|