expr

好看的CSS标题样式

渐变背景标题

预览图

渐变背景标题

h2 {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

圆角渐变背景标题

h2 {
  padding: 1rem 2rem;
   color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

大圆角渐变背景标题

h2 {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
}

倾斜渐变背景标题

h2 {
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

金属质感背景标题

h2 {
  padding: 1rem 2rem;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
}

18款超好看纯css标题栏

项目

github地址 vue-ant-design

gitee地址 vue-ant-design 项目地址

项目4个分支 ant-design ant-dessign-electron element-plus element-plus-electron

预览图

代码

<!--
 * @name: name
 * @description: Description
 * @lastEditors: Francis
 * @date: Do not edit
 * @lastEditTime: Do not edit
 * @filePath: Do not edit
-->
<template>
    <div>
        <!-- <div data-color="red"></div> -->
 
        <div :class="'title  title'+value" :data-text="'标题-ranAdmin'+value" v-for="value in 18" :key="value">
            标题-ranAdmin</div>
    </div>
 
</template>
<script setup>
 
</script>
<style>
    .titleContent {
        >div {
            margin: 15px;
        }
    }
 
    .title {
        height: 32px;
        font-weight: 600;
        line-height: 32px;
        margin-left: 5px;
        padding-left: 5px;
        position: relative;
        color: #000;
        z-index: 0;
    }
 
    .title1 {
        padding-left: 15px;
 
        &:after {
            content: " ";
            width: 4px;
            height: 20px;
            background: #12a3f5;
            position: absolute;
            left: 0;
            top: 6px;
            border-radius: 2px;
        }
    }
 
    .title2 {
        padding-left: 15px;
 
        &:after {
            content: " ";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #12a3f5;
            position: absolute;
            left: 0;
            top: 12px;
        }
    }
 
 
    .title3 {
        &:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            position: absolute;
            height: 2px;
            width: 100%;
            background: linear-gradient(to right, #01DFE3, rgba(255, 255, 255, 0));
 
        }
    }
 
 
    .title4 {
        &:after {
            content: attr(data-text);
            position: absolute;
            display: inline-block;
            bottom: -8px;
            left: 5px;
            opacity: 0.2;
            z-index: 0;
            text-align: right;
            transform: rotateY(30deg);
            transform: scaleY(30deg);
 
        }
    }
 
 
    .title5 {
        color: #10faf8;
        padding-left: 80px;
        line-height: 22px;
        position: relative;
        border-bottom: 2px solid linear-gradient(to right, #01DFE3, rgba(255, 255, 255, 0));
 
        &:after {
            content: "";
            position: absolute;
            bottom: 0;
            top: 0;
            left: 18px;
            width: 50px;
            height: 18px;
            transform: skewX(35deg);
            background: linear-gradient(to right,
                    #2d83fa,
                    #10faf8);
        }
 
        &:before {
            content: "|||";
            display: inline-block;
            font-weight: 900;
            color: #FFF;
            line-height: 30px;
            font-size: 18px;
            position: absolute;
            position: absolute;
            top: -8px;
            left: 0;
            color: #2d83fa;
            transform: skewX(35deg);
        }
    }
 
    .title6 {
        color: #C6D039;
        padding-left: 80px;
        line-height: 22px;
        position: relative;
        border-bottom: 2px solid linear-gradient(to right, #01DFE3, rgba(255, 255, 255, 0));
 
        &:after {
            content: "";
            position: absolute;
            bottom: 0;
            top: 0;
            left: 18px;
            width: 50px;
            height: 18px;
            transform: skewX(35deg);
            background: linear-gradient(to right,
                    #4BF15A,
                    #C6D039);
        }
 
        &:before {
            content: "|||";
            display: inline-block;
            font-weight: 900;
            color: #FFF;
            line-height: 30px;
            font-size: 18px;
            position: absolute;
            position: absolute;
            top: -8px;
            left: 0;
            color: #4BF15A;
            transform: skewX(35deg);
        }
    }
 
    .title7 {
 
        &:after {
            content: "";
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            width: 180px;
            height: 100%;
            opacity: 0.3;
            background: linear-gradient(to right,
                    #4BF15A,
                    #4bf15900);
        }
 
        &:before {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            position: absolute;
            height: 2px;
            width: 100%;
            background: linear-gradient(to right, #4BF15A, rgba(255, 255, 255, 0));
        }
    }
 
    .title8 {
        border-radius: 16px;
        border: 1px solid #e8e9fb;
        box-shadow: 0 0 10px #e8e9fb;
        text-align: center;
        width: 160px;
        color: #12a3f5;
 
        &:before {
            content: "";
            width: 300%;
            height: 2px;
            background: #e8e9fb;
            position: absolute;
            top: 15px;
            left: 100%;
            background: linear-gradient(to right, #e8e9fb, rgba(255, 255, 255, 0));
        }
    }
 
    .title9 {
        background: #ECF8FF;
        border-top-left-radius: 5px;
        padding-left: 20px;
 
        &:before {
            content: "";
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: 4px;
            height: 100%;
            background: #50BFFF;
            position: absolute;
            top: 0;
            left: 0;
        }
    }
 
    .title10 {
        background: #FFF6F7;
        border-top-left-radius: 5px;
        padding-left: 20px;
 
        &:before {
            content: "";
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: 4px;
            height: 100%;
            background: #FE6C6F;
            position: absolute;
            top: 0;
            left: 0;
        }
    }
 
 
 
    .title11 {
        display: inline-block;
        position: relative;
        width: 150px;
        height: 32px;
        line-height: 32px;
        padding-left: 15px;
        background: #50BFFF;
        left: -8px;
        color: #FFF;
 
        &:before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            border-bottom: 8px solid #4396c5;
            border-left: 8px solid transparent;
            top: -8px;
            left: 0;
        }
 
        &:after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 8px solid #50BFFF;
            right: -8px;
        }
    }
 
    .title12 {
        position: relative;
        width: 160px;
        padding-left: 10px;
        // top: 15px;
        // padding: 8px 10px;
        background: #00B3ED;
        box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.5);
        color: #FFF;
        // height: 40px;
 
        &:before {
            position: absolute;
            content: "";
            display: block;
            width: 7px;
            height: 100%;
            padding: 0 0 7px;
            top: 0;
            left: -7px;
            background: inherit;
            border-radius: 5px 0 0 5px;
        }
 
        &:before {
            position: absolute;
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            background: rgba(0, 0, 0, 0.35);
            bottom: -5px;
            left: -5px;
            border-radius: 5px 0 0 5px;
        }
 
    }
 
    .title13 {
        border-left: 2px solid #FE6C6F;
 
        &:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            position: absolute;
            height: 2px;
            width: 60%;
            background: linear-gradient(to right, #FE6C6F, rgba(255, 255, 255, 0));
        }
 
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            position: absolute;
            height: 2px;
            width: 30%;
            background: linear-gradient(to right, #FE6C6F, rgba(255, 255, 255, 0));
        }
    }
 
    .title14 {
        border-left: 2px solid #01DFE3;
 
        &:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            position: absolute;
            height: 2px;
            width: 60%;
            background: linear-gradient(to right, #01DFE3, rgba(255, 255, 255, 0));
        }
 
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            position: absolute;
            height: 2px;
            width: 30%;
            background: linear-gradient(to right, #01DFE3, rgba(255, 255, 255, 0));
        }
    }
 
    .title15 {
        color: #FFF;
        padding-left: 50px;
        background: linear-gradient(-210deg, transparent 1.5em, #01DFE3 0);
 
        &::before {
            content: '';
            display: block;
            width: 1.73em;
            height: 3em;
            position: absolute;
            background: linear-gradient(-60deg, #577b98 50%, transparent 0);
            left: -3px;
            top: 0;
            border-bottom-left-radius: inherit;
            transform: translateY(-0.5em) rotate(30deg);
            transform-origin: bottom right;
            box-shadow: .2em .2em .3em -.1em rgba(0, 0, 0, .15);
        }
    }
 
    .title16 {
        color: #FFF;
        padding-left: 50px;
        background: linear-gradient(-210deg, transparent 1.5em, #FE6C6F 0);
 
        &::before {
            content: '';
            display: block;
            width: 1.73em;
            height: 3em;
            position: absolute;
            background: linear-gradient(-60deg, #f18384 50%, transparent 0);
            left: -3px;
            top: 0;
            border-bottom-left-radius: inherit;
            transform: translateY(-0.5em) rotate(30deg);
            transform-origin: bottom right;
            box-shadow: .2em .2em .3em -.1em rgba(0, 0, 0, .15);
        }
    }
 
    .title17 {
        &:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            animation: animation3 1s linear infinite;
            background: linear-gradient(135deg, #01DFE3 0.25em, transparent 0.25em) -0.5em 0, linear-gradient(225deg, #01DFE3 0.25em, transparent 0.25em) -0.5em 0, linear-gradient(315deg, rgba(238, 161, 99, 0.25) 0.25em, transparent 0.25em) 0 0, linear-gradient(45deg, rgba(238, 161, 99, 0.25) 0.25em, transparent 0.25em) 0 0;
            background-size: 0.75em 0.75em;
            opacity: 0.3;
 
        }
    }
    .title18{
        &:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            opacity: 0.3;
            animation: animation2 1s linear infinite;
            background: repeating-linear-gradient(45deg, #01DFE3 0, #01DFE3 0.25em, transparent 0.25em, transparent 0.5em);
            background-size: 0.75em 0.75em;  
        }
    }
</style>

标题样式

部分预览

DEMO地址

https://ssshooter.com/2019-02-15-title-style-demo/

本文参考:

CSS标题样式

18款超看好纯css标题栏

[css demo] 标题样式 (样式来源于:https://saruwakakun.com/

除非特别注明,本站所有文字均为原创文章,作者:Fish

No Comment

留言

电子邮件地址不会被公开。 必填项已用*标注

发表留言请遵守中华人民共和国有关法律、法规,尊重网上道德