123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537 |
- .main {
- padding: 15px;
- .form {
- border-radius: 6px;
- background-color: white;
- overflow: hidden;
- }
- }
- .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: 20px;
- }
- .search {
- padding: 5px 15px 5px 15px;
- }
- .msilde {
- .search {
- padding: 7px 15px 10px 15px;
- }
- .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;
- }
- .title {
- color: $font-c;
- font-size: 14px;
- width: 85%;
- }
- .icon {
- float: right;
- color: $font-c;
- margin-top: -18px;
- font-size: 15px;
- }
- .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;
- position: relative;
- .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;
- }
- .bage {
- position: absolute;
- padding: 0px 5px;
- border-radius: 20px;
- background-color: red;
- color: white;
- top: 22px;
- right: 35px;
- font-size: 13px;
- }
- .arrow {
- font-size: 20px;
- float: right;
- color: #9a9a9a;
- margin-top: 10px;
- }
- }
- }
- .xy {
- color: $font-c;
- 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;
- font-size: 15px;
- &.form_group:last-child {
- border-bottom: 0px;
- }
- .lable {
- font-size: 15px;
- text-align: left;
- position: relative;
- float: left;
- color: $font-c;
- margin-top: 2px;
- .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: 2px;
- width: 72%;
- text-align: right;
- color: #9e9e9e;
- }
- input {
- font-size: 15px;
- border-radius: 5px;
- padding: 4px 10px 0px 3px;
- 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: -13px;
- top: 14px;
- font-weight: normal;
- color: $font-c;
- }
- }
- .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;
- }
- }
- .ql-editor.ql-blank:before {
- font-style: normal !important;
- }
- .listv {
- padding: 5px 12px 5px 10px;
- background-color: white;
- margin: 10px;
- border-radius: 10px;
- .item {
- border-radius: 5px;
- padding: 13px 8px 13px 8px;
- margin-bottom: 10px;
- overflow: hidden;
- border-bottom: 1px solid $line;
- &:last-child {
- border: 0px;
- }
- .title {
- font-size: 15px;
- font-weight: bold;
- .icon {
- color: orangered;
- padding-right: 3px;
- }
- }
- .desc {
- font-size: 14px;
- padding-top: 10px;
- color: $font-c;
- text {
- padding-left: 15px;
- &:first-child {
- padding-left: 0px;
- }
- }
- .state {
- float: right;
- }
- .edit {
- float: right;
- color: $main-color;
- }
- .del {
- color: red;
- float: right;
- padding-right: 0px;
- }
- }
- }
- }
- .popup {
- padding: 15px;
- background-color: white;
- border-radius: 10px;
- .mtt {
- text-align: center;
- font-size: 18px;
- padding-top: 15px;
- padding-bottom: 20px;
- }
- .item {
- overflow: hidden;
- border-bottom: 1px solid $line;
- padding: 10px;
- &:first-child {
- margin-top: 10px;
- }
- &:last-child {
- border: 0px;
- }
- .tt {
- float: left;
- }
- .la {
- float: right;
- width: 70%;
- text-align: right;
- image {
- width: 50px;
- height: 50px;
- border-radius: 5px;
- }
- }
- }
- }
- .history {
- overflow: hidden;
- padding-top: 10px;
- padding-bottom: 10px;
- .title {
- margin-bottom: 12px;
- font-weight: bold;
- }
- .del {
- float: right;
- font-size: 14px;
- margin-top: -30px;
- color: #f44336;
- .icon {
- padding-right: 3px;
- }
- }
- .tag {
- float: left;
- padding: 4px 10px;
- border-radius: 30px;
- background-color: #eeeeee;
- margin-right: 10px;
- margin-bottom: 5px;
- font-size: 14px;
- color: $font-c;
- }
- }
- .search_list {
- padding: 0px 10px 0px 10px;
- background-color: white;
- border-radius: 10px;
- margin-top: 15px;
- .item {
- padding: 15px 5px 15px 0px;
- overflow: hidden;
- border-bottom: 1px solid $line;
- &:last-child {
- border: 0px;
- }
- .title {
- color: $font-c;
- font-size: 14px;
- width: 85%;
- }
- .icon {
- float: right;
- color: $font-c;
- margin-top: -18px;
- font-size: 15px;
- }
- }
- }
|