博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML样式编辑
阅读量:5758 次
发布时间:2019-06-18

本文共 1127 字,大约阅读时间需要 3 分钟。

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_36367789/article/details/54906644

样式三中标识

div class style

头部状态栏质感编辑

box-shadow:1px 1px 1px 1px #000

margin:上 右 下 左;

margin:垂直 水平;

margin:allstyle;

border:1px solid red   1像素红边框

图片标签4要素:src alt width height

   <style type="text/css">

    *{margin:0;padding:0;}
    body{font-size:12px;font-family:"微软雅黑";color:#666;}
    img{border:0;display:block;}
    
    /* top star */
    .top{width:100%;height:50px;background:#252525;box-shadow:0px 1px 5px 1px #000;}             //top{width height background box-shadow }
    .top .t_header{width:1000px;height:50px;margin:0 auto;}
    .top .t_header .t_logo{margin-top:10px;}
    .top .t_header .t_desc{float:right;font-size:24px;color:#fff;line-heigth:50px;margin-top:-15px;}
    /* end top */
    
    /* tool star */
    .tool{width:1000px;height:40px;margin:8px auto;}
    /* end tool */
    
    /* files star */
    .files{width:1000px;height:600px;margin: 0 auto;}
    .files table{width:1000px;border-collapse:collapse;}
    .files table tr td{border-bottom:1px solid #CACACA;line-height:46px;}
    .files table tr:hover{background:#EEE;}
    .files table .f_first{font-size:15px;font-weight:bold;background:#EEE;}
     /* end files */
   

你可能感兴趣的文章
SparkSQL Catalyst解析
查看>>
jSearch(聚搜) 1.0.0 终于来了
查看>>
盘点2018云计算市场,变化大于需求?
查看>>
极光推送(一)集成
查看>>
Android项目实战(三十九):Android集成Unity3D项目(图文详解)
查看>>
MySQL 8.0 压缩包版安装方法
查看>>
Netty Pipeline源码分析(2)
查看>>
@Transient注解输出空间位置属性
查看>>
Ansible-playbook 条件判断when、pause(学习笔记二十三)
查看>>
git 相关开发常用
查看>>
编码服务正在步入云端
查看>>
Tkonter 组件 —— Button
查看>>
5种你未必知道的JavaScript和CSS交互的方法(转发)
查看>>
Entity Framework Code First添加修改及删除单独实体
查看>>
openstack
查看>>
线程进程间通信机制
查看>>
galera mysql 多主复制启动顺序及命令
查看>>
Glibc辅助运行库 (C RunTime Library): crt0.o,crt1.o,crti.o crtn.o,crtbegin.o crtend.o
查看>>
毛玻璃效果
查看>>
mysql常用命令
查看>>