diff --git a/src/views/research-mobile/detail.vue b/src/views/research-mobile/detail.vue
index 25e22c71..d69554c1 100644
--- a/src/views/research-mobile/detail.vue
+++ b/src/views/research-mobile/detail.vue
@@ -15,24 +15,22 @@
@@ -185,6 +183,34 @@ export default {
text-align: center;
padding: 20px;
}
+ .d_func_row{
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ }
+ .d_func{
+ flex: 1;
+ margin: 20px;
+ color: #fff;
+ background-color: #428bca;
+ border-color: #428bca;
+ padding: 12px 20px;
+ font-size: 14px;
+ border-radius: 4px;
+ transition: .1s;
+ font-weight: 500;
+ box-sizing: border-box;
+ outline: 0;
+ text-align: center;
+ line-height: 1;
+ white-space: nowrap;
+ cursor: pointer;
+ &:hover{
+ background: #68a2d5;
+ border-color: #68a2d5;
+ color: #fff;
+ }
+ }
.mt5{
margin-top: 5px
}