zoukankan      html  css  js  c++  java
  • web script / html css style

    1

    背景1

    2

    背景2

    3

    <style>
    <!--
    /* h2 用户自定义样式,以class "lindows1" 标识 */
    .lindows1:hover {
        color: rgb(255, 102, 0);
    }
    
    /* h2 用户自定义样式,以class "lindows1" 标识 */
    .lindows1 {
        box-shadow: rgb(95, 90, 75) 0px 0px 0px 1px, rgba(10, 10, 0, 0.5) 1px 1px 6px 1px;
        color: rgb(255, 255, 255);
        font-family: 微软雅黑, 宋体, 黑体, Arial;
        font-size: 20px;
        font-weight: bold;
        height: 35px;
        line-height: 21px;  
        text-shadow: rgb(34, 34, 34) 2px 2px 3px;
        background: rgb(0, 142, 183);
        border-radius: 6px;
        padding: 8px 0px 5px 5px;
        margin: 18px 0px !important;
    }
    
    /* h3 用户自定义样式,以class "lindows2" 标识 */
    
    .lindows2 {
        box-shadow: rgb(95, 90, 75) 0px 0px 0px 1px, rgba(10, 10, 0, 0.5) 1px 1px 6px 1px;
        color: rgb(255, 255, 255);
        font-family: 微软雅黑, 宋体, 黑体, Arial;
        font-size: 18px;
        font-weight: bold;
        height: 29px;
        line-height: 20px;
        text-shadow: rgb(34, 34, 34) 2px 2px 3px;
        background: rgb(57, 154, 178);
        border-radius: 6px;
        padding: 8px 0px 5px 5px;
        margin: 18px 0px !important;
    }
    -->
    
    </style>
  • 相关阅读:
    整合springmvc+spring+mybatis
    springmvc 登录拦截器
    Python3.6.5 Win10安装numpy,scipy,scikit-learn,matplotlib
    windows+mysql+python+navicat入坑指南
    TP5 paginate()分页后给结果集追加字段和数据
    cropper+php+ajax 上传头像
    PHP base64转换成图片
    Echarts通过Ajax实现动态数据加载
    用php获取当天年份、月份、日及天数
    jquery对json 键值对或数组的增加、删除、遍历操作
  • 原文地址:https://www.cnblogs.com/lindows/p/11044776.html
Copyright © 2011-2022 走看看