圆角标题title

Html代码:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta content="yes" name="apple-mobile-web-app-capable" />
    <meta content="black" name="apple-mobile-web-app-status-bar-style" />
    <meta content="telephone=no" name="format-detection" />
    <title>Document</title>
    <style type="text/css">
    * {margin: 0;padding: 0;}
    body {max-width: 640px;margin: 50px auto;}
    .public_title { margin: 5px 2px;overflow: hidden; text-align: center; font-size: 16px;}
    .public_title .p_t_bottom,
    .public_title .p_t_top {height: 5px;margin: 0 5px;background: #ff5b80;}
    .public_title .p_t_top {border-radius: 5px 5px 0 0;}
    .public_title .p_t_body {height: 22px;line-height: 22px;background: #ff5b80;position: relative;font-size: 18px;border-radius: 5px;color: #fff;}
    .public_title .p_t_bottom {border-radius: 0 0 5px 5px;}

    .border_wrapper { margin: 30px 2px;overflow: hidden; text-align: center; font-size: 16px;}
    .border_wrapper .b_w_bottom,
    .border_wrapper .b_w_top {height: 5px;margin: 0 5px;border:1px solid #ff5b80;}
    .border_wrapper .b_w_top {border-radius: 5px 5px 0 0; border-bottom: 0;}
    .border_wrapper .b_w_body {height: 22px;line-height: 22px; border:1px solid #ff5b80;position: relative;font-size: 18px;border-radius: 5px;color: #333; border-top:0;border-bottom: 0}
    .border_wrapper .b_w_bottom {border-radius: 0 0 5px 5px;border-top:0;}
    </style>
</head>

<body>
    <div class="public_title">
        <div class="p_t_top"></div>
        <div class="p_t_body"><span>测试小姐的命格</span></div>
        <div class="p_t_bottom"></div>
    </div>
    <div class="border_wrapper">
        <div class="b_w_top"></div>
        <div class="b_w_body"><span>测试先生的命格</span></div>
        <div class="b_w_bottom"></div>
    </div>
</body>

</html>

效果图:

时间: 2024-11-03 01:35:03

圆角标题title的相关文章

Xamarin Mono for VS开发窗体标题(Title)乱码解决方案

利用mono for VS开发一个手机程序,结果只有窗体的标题 title部分是乱码,其他所有地方中文都显示正常,很郁闷.百度很久无果.最后发现只要在 VS菜单中 的 文件->高级保存选型中奖编码设置为 Unicode或者UTF8就行了.更改所有有乱码的文件,无论是axml还是.cs 文件.

SEO页面标题Title的优化

我在一个月前改过页面标题(Title),随后表现是:百度网页快照4天不更新,Google正常.而我仅仅是改了两个词组而已.在建博初期,修改Title的最频繁的时期,下面卢松松就我经历的修改Title过程给大家提供一些经验. 标题是网页优化最重要的因素,页面标题Title相当于赋予一个网页一些内容,它告诉搜索引擎蜘蛛此页面是关于什么的.所以任何一个网页Title的重要性是最高的,远远超过keyword和description. 1:如何保证Title不重复 这个问题很难解决,包括很多专门研究SEO

UINavigationController导航栏,点击第二页按钮,传标题title到第一页成为第一页标题

深刻理解代理模式 将第一页设为第二页的代理,通过代理完成将第二页的按钮按钮颜色改变,按钮名称传到第一页作为第一页的标题 没有tag怎么找到你创建的试图控制器 在第二页压栈的时候将当前页(即导航栏控制器UINavigationController的根视图控制器此处我将第一页设为根)设为第二页的代理,这样就指定了第二页(指定的)的代理为第一页 第一种:因为已设置第一页为第二页的代理, 在第二页.m文件中写 First * fir =(First *) self.delegate]; 第二种:通过na

SharePoint 2013 中文站点更新列表字段的标题(Title)不能work

本文讲述SharePoint 2013 中文站点更新列表字段的标题(Title)不能work的解决方案. 笔者的项目环境是个Varation的站点集,有中文和英文两个子站点. 但是下面创建不修改字段标题的代码,修改标题部分在英文站点里面可以工作,但中文站点里面没有效果: string dateField = myList.Fields.Add("DateFiled", SPFieldType.DateTime, false, false, null); SPFieldDateTime

(转)asp.net动态设置标题title 关键字keywords 描述descrtptions

方法一 if (!IsPostBack){//Page title网页标题Page.Title = “我的网站标题”;//须将网页head标签设成服务器控件模式,即<head runat="server">,否则无效 //Description网页描述HtmlMeta desc = new HtmlMeta();desc.Name = "Description";desc.Content = "我的网站描述";Page.Header.

EChart 标题 title 样式,x轴、y轴坐标显示,调整图表位置等

示例里工作一般情况是够用了,更复杂的可以查询教程: title 官方解说:http://echarts.baidu.com/option.html#title 坐标相关: X轴:http://echarts.baidu.com/option.html#xAxis 坐标相关: Y轴:http://echarts.baidu.com/option.html#yAxis 表格部分:http://echarts.baidu.com/option.html#grid <script> function

山寨今日头条的标题title效果

效果: 源码: // // ViewController.m // 今日头条 // // Created by YouXianMing on 14/11/26. // Copyright (c) 2014年 YouXianMing. All rights reserved. // #import "ViewController.h" @interface ViewController ()<UIScrollViewDelegate> @property (nonatomic

如何写一个网页标题title的闪动提示

通过网页title来提示用户有新消息这个功能很常见,比如现在的微博,还有一些邮箱,这个功能都很常见.如何实现则个功能呢? 思路是:通过ajax访问后台,若有新消息,则将网页的title替换为 提示信息 ,并与空格来回切换.例:[你有新消息]与[ ]切换.提示内容弄是动态的,所以替换文字的空格数目也是算出的.这里用全角的空格.但是如果提示消息中有‘数字’等半角字符的话就会出现问题.全角的空格比半角的1的宽度要宽的多.这样的话,闪动起来看着就不是很舒服:解决方法就是用全角的空格替换全角的字符,半角的

Jquery修改页面标题title其它JS失效

Jquery代码 $("title").html("hello"); 后来只好用下面这段js代码来实现 Js代码 document.title="hello";