.bg { margin-top: -46px; margin-left: -10px; image { width: 110%; } } .main { padding: 15px; .form { border-radius: 10px; background-color: white; } } .tab { padding: 0px 5px 5px 5px; /* #ifdef H5 */ margin-top: -1px; /* #endif */ overflow: hidden; } .omit { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .ellip { -webkit-line-clamp: 3; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; margin-top: 7px; color: #666666; } .mt10 { margin-top: 10px !important; } .mt20 { margin-top: 20px !important; } .pdt0{ padding-top: 0px; } .pl5 { padding-left: 5px; } .flex { display: flex; text-align: center; .f { flex: 1; overflow: hidden; } } .btn { color: white; background-color: $main-color; border-radius: 30px; font-size: 15px; text-align: center; padding: 5px; margin-top: 15px; } .search { padding: 5px 15px 5px 15px; } .msilde { .top { padding: 10px; text-align: center; font-size: 15px; color: #535353; .icon { padding-left: 5px; } } .left { position: fixed; width: 33%; overflow-y: auto; z-index: 2; height: 95%; .item { padding: 13px 8px 13px 8px; font-size: 14px; text-align: center; &.active { background-color: white; color: $main-color; } } } .right { position: fixed; height: 100%; width: 67%; overflow-y: auto; left: 33%; z-index: 1; background-color: white; .contents { padding: 10px 10px 50px 10px; font-size: 14px; } .list { padding: 10px 10px 85px 10px; .item { padding: 15px 5px 15px 0px; overflow: hidden; border-bottom: 1px solid $line; &:first-child { padding-top: 0px; } .avatar { width: 70px; height: 100px; border-radius: 5px; float: left; } .con { float: left; width: 60%; padding-left: 12px; .name { font-weight: bold; } .brief { font-size: 13px; color: $font-c; line-height: 20px; } } } } } } /*****设置**********/ .cmd { margin-top: 15px; border-radius: 5px; overflow: hidden; .s_item { padding: 10px; background-color: white; color: $font-c; overflow: hidden; border-bottom: 1px solid #f0f2f7; font-size: 15px; .ic { display: block; float: left; width: 27px; height: 27px; font-size: 25px; text-align: center; padding: 7px; border-radius: 50%; margin-right: 5px; line-height: 29px; } .title { color: #545555; padding-top: 11px; float: left; } .arrow { font-size: 20px; float: right; color: #9a9a9a; margin-top: 10px; } } } .xy { color: $font-c; padding-top: 15px; font-size: 14px; .checkbox { float: left; font-size: 14px; margin-top: 1px; } .a { color: blue; } } /**底部按钮操作******/ .mfooter { position: fixed; width: 100%; bottom: 30px; text-align: center; .btn { border-radius: 35px; width: 40%; .icon { padding-right: 5px; } } } .form_group { padding: 9px 15px 9px 15px; overflow: hidden; position: relative; background-color: white; border-bottom: 1px solid $line; &.form_group:last-child { border-bottom: 0px; } .lable { font-size: 17px; text-align: left; position: relative; font-weight: bold; float: left; color: $font-c; margin-top: 7px; .limit { padding-left: 8px; font-size: 13px; font-weight: normal; color: darkgray; } } .re { &::before { content: '*'; width: 0px; height: 0px; color: red; position: absolute; top: -7px; left: -8px; font-weight: bold; } } .bgm { color: white; border-radius: 5px; margin-top: 12px; position: relative; .input { border: 0px; width: 75%; margin-top: 0px; } .msg { position: absolute; right: 10px; top: 9px; } } .avatar { position: absolute; top: 0px; right: 0px; width: 55px; height: 55px; border-radius: 50%; } .desc{ float: right; padding-top: 5px; width: 72%; text-align: right; } input { font-size: 15px; border-radius: 5px; padding: 10px 5px 10px 10px; width: 72%; float: right; text-align: right; } picker { position: relative; text-align: right; width: 72%; float: right; line-height: 0px; } textarea { font-size: 15px; border-radius: 5px; padding: 10px; margin-top: 40px; height: 120px; width: 93%; background-color: #f1f1f1; } .more { position: absolute; right: -10px; top: 20px; font-weight: normal; } } .detail { padding: 15px; background-color: white; border-radius: 8px; .top { text-align: center; .avatar { width: 55%; border-radius: 5px; } .title { font-size: 18px; padding-top: 3px; } } .desc { padding-top: 15px; font-size: 13px; color: #7c8388; .time { padding-right: 25px; } .fx { background-color: white; float: right; font-size: 15px; margin-right: -14px; margin-top: -13px; color: $main-color; .icon { padding-right: 3px; } } } .con { font-size: 14px; line-height: 23px; image { border-radius: 5px !important; } } } .bz { font-size: 12px; color: $font-c; margin-top:7px; .icon { padding-right: 3px; } .contact { background-color: #f1f1f1; float: right; font-size: 13px; color: $main-color; margin-top: -5px; } } .message-bubble-received { background: white; border-radius: 10px; padding: 13px; width: 85%; word-wrap: break-word; position: relative; margin-left: 10px; float: left; clear: both; font-size: 14px; color: #262626; margin-bottom: 15px; &::before { content: ''; position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent white transparent; left: -10px; } }