diff --git a/src/pages/modules/home/style.stylus b/src/pages/modules/home/style.stylus
index 6364571..3378b42 100644
--- a/src/pages/modules/home/style.stylus
+++ b/src/pages/modules/home/style.stylus
@@ -48,15 +48,16 @@
height 100%
padding 0 4px
background-color #141828
- border: 1px solid #0182f7;
- border-radius: 6px;
+ border: 1px solid #0182f7
+ border 1px solid #0182f7
+ box-shadow inset 0px 0px 3px 1px #0182f7
.r_wraper
width 760px
height 100%
padding 4px
background-color #141828
- border: 1px solid #0182f7;
- border-radius: 6px;
+ border 1px solid #0182f7
+ box-shadow inset 0px 0px 3px 1px #0182f7
.area_t_a
font-size 14px
color #fff
@@ -85,12 +86,12 @@
width 100%
height 24px
background center / 100% 100% url('../../../images/bg-title_2_s.png') no-repeat
- padding 2px 22px
+ padding 2px 16px
p
font-size 10px
font-weight: 400;
color: #fff;
- line-height 12px
+ line-height 15px
.content_wraper
width 100%
height calc(100% - 24px)
@@ -255,4 +256,27 @@
width: 16px;
height: 16px;
border-radius: 50%;
- border: 4px solid rgba(22, 52, 22, 80%);
\ No newline at end of file
+ border: 4px solid rgba(22, 52, 22, 80%);
+.bg_j
+ width 8px
+ height 8px
+.bg_j_1
+ border-left: 2px solid #00e6f6;
+ border-top: 2px solid #00e6f6;
+ top: -1px;
+ left: -1px;
+.bg_j_2
+ border-right: 2px solid #00e6f6;
+ border-top: 2px solid #00e6f6;
+ top: -1px;
+ right: -1px;
+.bg_j_3
+ border-left: 2px solid #00e6f6;
+ border-bottom: 2px solid #00e6f6;
+ bottom: -1px;
+ left: -1px;
+.bg_j_4
+ border-right: 2px solid #00e6f6;
+ border-bottom: 2px solid #00e6f6;
+ bottom: -1px;
+ right: -1px;
\ No newline at end of file