芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/resources/scss/Frontend/shortcode/pricing.scss
.cs-pricing_table.cs-style1 { position: relative; background: linear-gradient(267.18deg, #161616 0%, #080808 100%); border-radius: 15px; overflow: hidden; padding: 0 45px; &::before { content: ""; position: absolute; right: -55px; top: -55px; height: 135px; width: 135px; background: $accent; filter: blur(125px); transition: all 0.4s ease; opacity: 0; } .cs-pricing_title { font-size: 30px; padding: 30px 0 30px; border-bottom: 1px solid #302e2e; margin: 0; } .cs-price { display: flex; align-items: flex-end; padding-top: 20px; margin-bottom: 5px; h3 { margin: 0; font-size: 38px; } span { position: relative; bottom: 6px; } } .cs-pricing_info { border-bottom: 1px solid #302e2e; padding-bottom: 23px; } .cs-pricing_feature { padding: 35px 0; li { position: relative; padding-left: 35px; &:not(:last-child) { margin-bottom: 16px; } } .cs-feature_icon { position: absolute; left: 0; top: 4px; display: flex; font-size: 20px; } } .cs-pricing_btn_wrap { padding: 28px 0; margin-top: -10px; border-top: 1px solid #302e2e; } &:hover { &::before { opacity: 1; } } } @media screen and (max-width: 991px) { .cs-pricing_table.cs-style1 { .cs-pricing_title { font-size: 26px; } padding: 0 30px; } }