@@ -232,18 +232,17 @@ const copyCode = async (code, index, codeIndex) => {
232232.step-item {
233233 position : relative ;
234234 background : #fff ;
235- padding : 20 px 30px 30 px 30px ;
235+ padding : 0 30px 0 30px ;
236236 scroll-margin-top : 120px ;
237237 transition : all 0.3s ease ;
238- border-left : 4px solid transparent ;
239- margin-left : -2px ;
238+ margin-bottom : 40px ;
240239
241240 & :last-child {
242241 margin-bottom : 0 ;
243242 }
244243
245244 & .step-active {
246- border-left : 4 px solid #1476ff ;
245+ border-left : 3 px solid #1476ff ;
247246 margin-left : -2px ;
248247 .step-index {
249248 background : #1476ff ;
@@ -255,8 +254,6 @@ const copyCode = async (code, index, codeIndex) => {
255254}
256255
257256.step-header {
258- margin-bottom : 20px ;
259-
260257 .feature-sub-title {
261258 display : flex ;
262259 position : relative ;
@@ -289,7 +286,7 @@ const copyCode = async (code, index, codeIndex) => {
289286 padding-left : 44px ;
290287 .step-description {
291288 font-size : 16px ;
292- color : #808080 ;
289+ color : #595959 ;
293290 margin-bottom : 16px ;
294291 line-height : 1.5 ;
295292
@@ -319,7 +316,6 @@ const copyCode = async (code, index, codeIndex) => {
319316 border-radius : 8px ;
320317 overflow : hidden ;
321318 background : #f7f9fc ;
322- border : 1px solid #e1e8ed ;
323319}
324320
325321.copy-button {
@@ -345,7 +341,7 @@ const copyCode = async (code, index, codeIndex) => {
345341 overflow-x : auto ;
346342 font-size : 16px ;
347343 line-height : 1.6 ;
348- background : #f5f5f5 ;
344+ background : rgba ( 245 , 245 , 245 , 1 ) ;
349345
350346 :deep(code ) {
351347 background : transparent ;
@@ -361,10 +357,6 @@ const copyCode = async (code, index, codeIndex) => {
361357 .step-item {
362358 padding : 20px 15px ;
363359 }
364- .step-header {
365- margin-bottom : 4px ;
366- }
367-
368360 .step-title {
369361 font-size : 16px ;
370362 }
0 commit comments