手机每日签到页面代码
代码语言:html
所属分类:布局界面
代码描述:手机每日签到页面代码
代码标签: 页面
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>签到</title>
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">
<style>
@charset "UTF-8";
h1,h2,h3,h4,h5,h6,span,p,a,.btn,input,select,textarea,div {
font-weight: normal;
font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,Helvetica Neue, Helvetica, Arial, sans-serif;
}
ul,li {
list-style: none;
margin: 0;
padding: 0;
}
a {
color: #323232;
}
a:hover {
color: #323232;
text-decoration: none;
}
.w100 {
width: 100%;
}
body {
background-color: #faca34
}
/*背景颜色*/
.bodybg {
background: #f7f7f7;
}
.bgbody {
background: #eeeff3;
}
.bg-white {
background: #fff;
}
.bg-red {
background: #e3393a;
}
.bgmainy {
background-color: #ffa15c;
}
/*crm商品管理,页面主题黄色*/
.bgea {
background: #EA6846;
}
.bgf1 {
background: #F1F2F4;
}
.bgf7 {
background: #f7f7f7;
}
.bgfb {
background: #fbfbfb;
}
.bgf36 {
background: #ff3366;
}
.bgf2f1 {
background: #f2f1f1;
}
.bgef1e3b {
background: #ef1e3b;
}
/*字体大小*/
.font10 {
font-size: 10px;
}
.font12 {
font-size: 12px;
}
.font13 {
font-size: 13px;
}
.font14 {
font-size: 14px;
}
.font15 {
font-size: 15px;
}
.font16 {
font-size: 16px;
}
.font18 {
font-size: 18px;
}
.font20 {
font-size: 20px;
}
.font42 {
font-size: 42px;
}
.font2m {
font-size: 2em;
}
.font3m {
font-size: 3em;
}
/*字体颜色*/
.text-red {
color: #df493b;
}
.text-white {
color: #fff;
}
.text-grey {
color: #ccc;
}
.text-grey1 {
color: #9e9ea1;
}
.text1 {
color: #50d2c2;
}
.text-f36 {
color: #ff3366;
}
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0