ydui实现移动端手机端服务订单评价页面效果代码

代码语言:html

所属分类:布局界面

代码描述:ydui实现移动端手机端服务订单评价页面效果代码

代码标签: 手机 服务 订单 评价 页面 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="Access-Control-Allow-Origin" content="*">
    <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" />
    <meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta http-equiv="Pragma" content="no-cache">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="format-detection" content="telephone=no" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/ydui.css">
    <style>
        .padding02 {
            padding: .2rem;
        }
        .margin02 {
            margin: .2rem;
        }
        .colorblue {
            color: #007AFF;
        }
        .bgwhite {
            background: #FFFFFF;
        }
        .Start_scrollview {
            margin-bottom: 1rem!important;
        }
        .demo-icon {

            background-size: 2.2rem 1.7rem;
            width: .5rem;
            height: .5rem;
            display: block;
        }
        .tabbar-active .demo-icon.hallicon {
            background-position: -0.1rem -0.13rem;
        }
        .demo-icon.hallicon {
            background-position: -0.1rem -0.95rem;
        }
        .demo-icon.businessicon {
            background-position: -0.83rem -0.95rem;
        }
        .demo-icon.usericon {
            background-position: -1.55rem -0.95rem;
        }
        .tabbar-active .demo-icon.hallicon {
            background-position: -0.1rem -0.13rem;
        }
        .tabbar-active .demo-icon.businessicon {
            background-position: -0.83rem -0.10rem;
        }
        .tabbar-active .demo-icon.usericon {
            background-position: -1.55rem -0.10rem;
        }
        /************大厅介绍样式****************/
        .title_hall {
            height: .5rem;
            margin-bottom: .1rem;
            font-size: .32rem;
            line-height: .7rem;
        }
        .icon_title {
            background: url(//repo.bfw.wiki/bfwrepo/image/606afc1a62ae5.png) no-repeat center;
            background-size: cover;
         
            display: block;
            float: left;
            height: .5rem;
            width: .5rem;
            margin-right: .15rem;
        }
        .hall_content {
            position: relative;
            z-index: 1;
            padding-top: .8rem;
        }
        .hall_content .content_present {
            border: 2px solid #eaa700;
            padding: .15rem;
            box-shadow: .1rem .1rem 0rem rgba(193, 89, 0, 0.3);
            background: #FFFFFF;
            line-height: .45rem;
            font-size: .3rem;
            position: relative;
            z-index: 1;
        }
        .content_present::before {
            content: '';
            position: absolute;
            z-index: 11;
            top: -0.8rem;
            left: -2px;
            border-left: 0rem solid transparent;
            border-right: 1.2rem solid transparent;
            border-bottom: .8rem solid #eaa700;
        }
        .content_present::after {
            content: '';
            position: absolute;
            z-index: 12;
            top: -0.7rem;
            left: 0;
            border-left: 0rem solid transparent;
            border-right: 1.19rem solid transparent;
            border-bottom: .8rem solid #FFFFFF;
        }
        /***************************************/
        .Service_type {
            height: 1rem;
            background: #FFFFFF;
            line-height: 1rem;
            padding: 0 .2rem;
            white-space: nowrap;
        }
        .Service_type .departmentname {
            line-height: 01rem;
            display: inline-block;
            border-bottom: 0;
            padding: 0 .2rem;
            overflow: hidden;
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;

        }
        .Service_type .department-scroll {
            transition-duration: 0ms;
            transform: translate3d(0px, 0px, 0px) translateZ(0px);
        }
        .Service_type .departmentname .active {
            color: #007aff;
            border-bottom: 2px solid #007aff;
            display: block;
            width: auto;
        }
        .servicelist .iconimg img {
            width: 100%;
        }
        .servicelist .grids-icon {
            height: 1.5rem;
            margin-bottom: .2rem;
            padding: 0 .1rem;
        }
        .servicelist.m-grids-4 {
            background: none;
            font-size: .25rem;
        }
        .servicelist .grids-txt {
            font-size: .25rem;
            height: 1.2rem;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            word-break: break-word;
            box-sizing: bor.........完整代码请登录后点击上方下载按钮下载查看

网友评论0