.f-template-scrollspy-tabdemo{ background-color: #E7EBEF; padding: 10px; .scrollspy-content{ margin-top: 10px; padding: 11px 14px; background-color: #fff; box-shadow: 0 1px 5px 0 rgba(0,28,64,0.06); .scrollspy-item{ box-sizing: border-box; width: 100%; border: 1px solid #59a1ff; font-size: 20px; &.active{ border-color: red; } .scrollspy-item-title{ padding: 0 14px; height: 32px; line-height: 32px; margin-bottom: 14px; background: rgba(245,248,252,0.80); border-radius: 2px; .title{ font-size: 14px; color: #000; opacity: 0.85; } } } } }