手机每日签到页面代码

代码语言: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;
        }
        .colorb5 {
            color: #b5b5b5;
        }
        .colorstar {
            color: #ff4444;
        }
        .color29 {
            color: #292929;
        }
        .text-orange {
            color: #ffa15c;
        }
        .text-blue {
            color: #41a4e3;
        }
        .text-jiangjiu {
            color: #da5141;
        }

        /* 广东酱酒专家 */
        .texthidden {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        /* 1行 */
        .rows2 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* 2行 */
        /*高度和行高*/
        .h30 {
            height: 30px;
        }
        .h35 {
            height: 35px;
        }
        .h43 {
            height: 43px;
            line-height: 43px;
        }
        .h48 {
            height: 48px;
            line-height: 48px;
        }
        .h50 {
            height: 50px;
            line-height: 50px;
        }
        .h70 {
            height: 70px;
        }
        .lh25 {
            line-height: 25px;
        }
        .lh33 {
            line-height: 33px;
        }
        .lh34 {
            line-height: 34px;
        }
        .lh47 {
            line-height: 47px;
        }
        /*边框样式*/
        .bordernone {
            border: none;
        }
        .border0 {
            border: none;
        }
        .border {
            border: 1px solid #e8e9eb;
        }
        .bordert {
            border-top: 1px solid #e8e9eb;
        }
        .borderr {
            border-right: 1px solid #e8e9eb;
        }
        .borderb {
            border-bottom: 1px solid #e8e9eb;
        }
        .borderl {
            border-left: 1px solid #e8e9eb;
        }
        .bordertb {
            border-top: 1px solid #e8e9eb;
     .........完整代码请登录后点击上方下载按钮下载查看

网友评论0