File tree Expand file tree Collapse file tree
src/js/components/pages/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- $brand_blue_light = lighten (#0 A F , 25 % )
2- $brand_blue = darken (#0 A F , 5% )
1+ $brand_blue_light = lighten (#58 A0 FC , 5 % )
2+ $brand_blue = darken (#58 A0 FC , 5% )
33
44.submitNewPost--contain
55 display : flex
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export default CSSModules(class Inner extends Component {
8282 render ( ) {
8383 return (
8484 < div className = "internBoxWrapper" >
85+ < div className = "innerBoxWrapperContent" >
8586 < Animate enter = { { 'animation' : 'fade' , 'duration' : 700 , 'delay' : 0 } }
8687 keep = { false }
8788 style = { {
@@ -114,10 +115,13 @@ export default CSSModules(class Inner extends Component {
114115 link = {
115116 < Anchor
116117 // onClick={this.props.onClose}
118+ className = "internBoxLink"
117119 id = { this . state . id . toString ( ) }
118120 label = '查看心得全文'
119121 style = { {
120- marginTop : '10px'
122+ marginTop : '10px' ,
123+ fontWeight : 'bold' ,
124+ color : '#0AF !important'
121125 } } />
122126 }
123127 style = { {
@@ -142,7 +146,8 @@ export default CSSModules(class Inner extends Component {
142146 < span > { this . state . messageCount } </ span >
143147 </ div >
144148 </ Link >
145- </ Animate >
149+ </ Animate >
150+ </ div >
146151 </ div >
147152 )
148153 }
Original file line number Diff line number Diff line change 11.internBoxWrapper
22 width : 100%
3+ padding : 10px
4+ margin : 5px 0
35 .actionButton
46 display : flex
57 margin-left : 10px
1517 .grommetux-app--hidden
1618 position : fixed
1719 overflow : hidden !important
20+ .innerBoxWrapperContent
21+ width : 100%
22+ padding-bottom : 1px
23+ border-radius : 5px
24+ box-shadow : 0px 1px 7px #50 51 4F
25+ .internBoxLink
26+ color : #58 A0 FC !important
27+ text-decoration : none !important
1828 a
19- color : #50 51 4F
29+ color : #50 51 4F !important
30+ text-decoration : none !important
31+ & hover
32+ text-decoration : none !important
2033 @media screen and (min-width : 768px )
2134 width : 50%
You can’t perform that action at this time.
0 commit comments