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: border-box;
            white-space: initial
        }
        .servicelist.m-grids-4 .grids-item:not(:nth-child(4n)):before,
        .servicelist.m-grids-4:before,
        .servicelist .grids-item:after {
            border: 0px;
            border-bottom: 0px;
            border-right: 0px;
        }

        .service_detailed .service_title {
            height: .8rem;
            position: relative;
            z-index: 1;
        }
        .service_detailed .service_title .name {
            position: absolute;
            padding: .1rem .2rem;
            left: -0.1rem;
            z-index: 11;
            font-size: .3rem;
            top: .1rem
        }
        .service_detailed .service_title .name:before {
            content: '';
            position: absolute;
            top: .5rem;
            left: 0rem;
            border-left: .1rem solid transparent;
            border-right: 0rem solid transparent;
        }
        .btn-bule {
    background-color: #1b89ea;
    color: #FFF;
}
        .service_detailed .cell-left {
            color: #999999;
        }
        .service_detailed .service_title .badge-danger.name:before {
            border-top: .2rem solid #bb1a1a;
        }
        .service_detailed .service_title .badge-primary.name:before {
            border-top: .2rem solid #026d01;
        }
        .service_detailed .service_title .badge-hollow.name:before {
            border-top: .2rem solid #eaa700;
        }
        .service_detailed .service_title .badge-bule.name:before {
            border-top: .2rem solid #007AFF;
        }
        .service_detailed .service_title .badge-warning.name:before {
            border-top: .2rem solid #c78d00;
        }
        .service_detailed .fwillustrate {
            line-height: .5rem;
        }
        .material_title {
            font-size: .4rem;
        }
        .policylist {}
        .policyimg {
            width: 2.5rem;
            height: 2.5rem;
            margin: 0.2rem 0;
        }
        .policylist .cell-right {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            text-align: left;
            margin-left: .2rem;
            position: relative;
            z-index: 11;
            font-size: .3rem;
        }
        .policylist .cell-right .policytime {
            position: absolute;
            left: .2rem;
            bottom: .2rem;
            z-index: 12;
            color: #888888;
            font-size: .3rem;
            font-weight: normal;
        }
        .policylist .cell-right .title_name {
            height: 1.5rem;
            line-height: .5rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            word-break: break-word;
            box-sizing: border-box;
            display:block;
        }
        .title_hall  .icon {
            background-size: .75rem .75rem;
            background-position: -0.1rem -0.15rem;
            display: block;
            float: left;
            height: .5rem;
            width: .5rem;
            margin-right: .15rem;
        }
       
        .announcement .cell-left {
            font-size: .2rem;
            width: 75%;
            overflow: hidden;
            line-height: .4rem;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            word-break: break-word;
        }
        .not_processed {
            background: #f1f3ff;
        }
        .processed {
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            padding: .2rem;
            margin-bottom: .3rem;
            position: relative;
            z-index: 9;
        }
        .processed .processed-left {
            width: 70%;
            float: left;
            font-size: .3rem;
            position: relative;
            z-index: 11;
            line-height: .5rem;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            white-space: nowrap;
            display: -webkit-flex;
        }
        .processed .processed-left:before {
            content: "";
            position: absolute;
            right: 0;
            height: 80%;
            top: 10%;
            border-right: 1px solid #FFFFFF;
            z-index: 12;
        }
        .processed .processed-right {
            width: 30%;
            float: left;
            text-align: right;
            font-size: .3rem;
            line-height: .4rem;
        }
        .processed .processed-right h4 {
            font-weight: normal;
            color: #999999;
        }
        .processed .schedulebtn {
            border: 1px solid #007AFF;
            color: #007AFF;
        }
        .modestyle {
            width: 1rem;
            height: 1rem;
            position: absolute;
            top: 0;
            left: 0px;
            overflow: hidden;
            z-index: 1;
        }
        .pro-type {
            display: inline-block;
            text-align: center;
            width: 1rem;
            height: 1rem;
            position: absolute;
            top: -5px;
            left: 0px;
            z-index: 2;
            overflow: hidden;
        }
        .ribbon6 {
            background: url(../images/xx_16.png) no-repeat;
            background-size: 100% 100%;
            color: #FFF;
            font-size: .25rem;
        }
        .pro-type span {
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            overflow: hidden;
            display: inline-block;
            text-align: center;
            position: absolute;
            z-index: 12;
            top: .25rem;
            left: 0rem;
        }
        .inprogress .processed-left {
            padding-left: .5rem;
        }

        .announcementstyle .title_name {
            font-size: .35rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: .2rem;
        }
        .announcementstyle  .releasetime {
            color: #999999;
            text-align: center;
            font-size: .3rem;
            margin-bottom: .3rem;
        }
        .announcementstyle  .releasecontent {
            font-size: .3rem;
            line-height: .5rem;
        }

        .schedulebtnbtn {
            float: right;
            border: 1px solid #007AFF;
            text-align: center;
            border-radius: .1rem;
            color: #007AFF;
            height: .5rem;
            line-height: .5rem;
            margin-top: .2rem;
            width: 1rem;
        }
        input[type=checkbox].ace, input[type=radio].ace {
            opacity: 0;
            position: absolute;
            z-index: 12;
            width: 16px;
            height: 16px;
            cursor: pointer;
            top: 0px;
            left: 0px;
            margin: 0px;
        }
        .appraisal_level .SelectionBox,
        .appraisal_score .SelectionBox {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #979797;
        }
        .appraisal_level .SelectionBox {
            height: 2rem;
        }
        .appraisal_score .SelectionBox {
            height: .5rem;
            width: .5rem;
            margin: 0rem 0.1rem;
        }
        .appraisal_level .cell-item,
        .appraisal_score .cell-item {
            padding: 0;
        }
        .appraisal_level .SelectionBox input[type=checkbox].ace+.lbl,
        .appraisal_level .SelectionBox input[type=radio].ace+.lbl,
        .appraisal_score .SelectionBox input[type=checkbox].ace+.lbl,
        .appraisal_score .SelectionBox input[type=radio].ace+.lbl {
            position: relative;
            z-index: 11;
            display: inline-block;
            margin: 0;
            width: 100%;
            text-align: center;
            font-weight: normal;
            margin-top: 0px;
            top: 0px;
        }
        .appraisal_level .SelectionBox input[type=checkbox].ace+.lbl,
        .appraisal_level .SelectionBox input[type=radio].ace+.lbl {
            line-height: 3rem;
            min-height: 2rem;
        }
        .appraisal_score .SelectionBox input[type=checkbox].ace+.lbl,
        .appraisal_score .SelectionBox input[type=radio].ace+.lbl {
            line-height: .5rem;
            min-height: .5rem;
            font-size: 0px;
        }
        .appraisal_level .SelectionBox input[type=checkbox].ace+.lbl::before,
        .appraisal_level .SelectionBox input[type=radio].ace+.lbl::before,
        .appraisal_score .SelectionBox input[type=checkbox].ace+.lbl::before,
        .appraisal_score .SelectionBox input[type=radio].ace+.lbl::before {
            font-family: iconfont;
            font-weight: normal;
            position: absolute;
            z-index: 11;

            color: #333333;
            content: "";
            border-radius: 0;
            display: block;
            text-align: center;
        }
        .appraisal_level .SelectionBox input[type=checkbox].ace+.lbl::before,
        .appraisal_level .SelectionBox input[type=radio].ace+.lbl::before {
            top: .2rem;
            left: 50%;
            margin-left: -0.5rem;
            height: 1.2rem;
            font-size: 12px;
            line-height: 1rem;
            min-width: 1rem;
            background: url(//repo.bfw.wiki/bfwrepo/image/60d1d1cd7bedd.png) no-repeat;
            background-size: 5.2rem 2.5rem;

        }
        .appraisal_score .SelectionBox input[type=checkbox].ace+.lbl::before,
        .appraisal_score .SelectionBox input[type=radio].ace+.lbl::before {
            height: .5rem;
            top: 0rem;
            line-height: .5rem;
            font-size: 0px;
            min-width: .5rem;
            background: url(../images/detail-iocn001.png) no-repeat;
            background-size: 0.5rem 0.5rem;
        }
        .appraisal_score .SelectionBox input[type=checkbox].ace+.lbl.clibg::before,
        .appraisal_score .SelectionBox input[type=radio].ace+.lbl.clibg::before,
        .appraisal_score .SelectionBox input[type=radio].ace:checked+.lbl::before,
        .appraisal_score .SelectionBox input[type=checkbox].ace:checked+.lbl::before {
            background: url(../images/detail-iocn01.png) no-repeat;
            background-size: 0.5rem 0.5rem;
        }
        .appraisal_level .SelectionBox input[type=radio].ace+.Selectstyle0::before {
            background-position: -4.2rem 0rem;

        }
        .appraisal_level .SelectionBox input[type=radio].ace+.Selectstyle1::before {

            background-position: -2.75rem 0rem;
        }
        .appraisal_level .SelectionBox input[type=radio].ace+.Selectstyle2::before {
            background-position: -1.4rem 0rem;

        }
        .appraisal_level .SelectionBox input[type=radio].ace+.Selectstyle3::before {

            background-position: -0.03rem 0rem;
        }
        .appraisal_level .SelectionBox input[type=radio].ace:checked+.Selectstyle0::before {
            background-position: -4.2rem -1.48rem;
        }
        .appraisal_level .SelectionBox input[type=radio].ace:checked+.Selectstyle1::before {
            background-position: -2.78rem -1.4rem;
        }
        .appraisal_level .SelectionBox input[type=radio].ace:checked+.Selectstyle2::before {
            background-position: -1.4rem -1.45rem;
        }
        .appraisal_level .SelectionBox input[type=radio].ace:checked+.Selectstyle3::before {
            background-position: -0.03rem -1.43rem;
        }
        .keyword {
            text-align: center;
            min-height: 1rem;
            padding: .2rem;
        }
        .keyword .SelectionBox {
            height: .7rem;
            display: block;
            float: left;
            position: relative;
            z-index: 1;
        }
        .form-textarea {
            width: 100%;
            height: 3rem;
            border-color: #DDDDDD;
            padding: .2rem;
        }
        .appraisalstyle .word_count {
            color: #D74747;
            font-size: .3rem;
        }
        .keyword .SelectionBox .........完整代码请登录后点击上方下载按钮下载查看

网友评论0