|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- @charset "utf-8";
- * {
- box-sizing: border-box;
- }
-
- #app-menu ul {
- padding: 0;
- }
-
- #app-menu li {
- list-style: none;
- }
-
- #app-menu {
- overflow: hidden;
- width: 100%;
- }
-
- .weixin-preview {
- position: relative;
- width: 320px;
- height: 540px;
- float: left;
- margin-right: 10px;
- border: 1px solid #e7e7eb;
- }
-
- .weixin-preview a {
- text-decoration: none;
- color: #616161;
- }
-
- .weixin-preview .weixin-hd .weixin-title {
- color: #fff;
- font-size: 15px;
- width: 100%;
- text-align: center;
- position: absolute;
- top: 33px;
- left: 0px;
- }
-
- .weixin-preview .weixin-header{
- text-align: center;
- padding: 10px 0;
- background-color: #616161;
- color: #ffffff;
- }
-
- .weixin-preview .weixin-menu {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- border-top: 1px solid #e7e7e7;
- background-position: 0 0;
- background-repeat: no-repeat;
- margin-bottom: 0px;
- }
-
- /*一级*/
- .weixin-preview .weixin-menu .menu-item {
- position: relative;
- float: left;
- line-height: 50px;
- height: 50px;
- text-align: center;
- width: 33.33%;
- border-left: 1px solid #e7e7e7;
- cursor: pointer;
- color: #616161;
- }
-
- /*二级*/
- .weixin-preview .weixin-sub-menu {
- position: absolute;
- bottom: 60px;
- left: 0;
- right: 0;
- border-top: 1px solid #d0d0d0;
- margin-bottom: 0px;
- background: #fafafa;
- display: block;
- padding: 0;
- }
-
- .weixin-preview .weixin-sub-menu .menu-sub-item {
- line-height: 50px;
- height: 50px;
- text-align: center;
- width: 100%;
- border: 1px solid #d0d0d0;
- border-top-width: 0px;
- cursor: pointer;
- position: relative;
- color: #616161;
- }
-
- .weixin-preview .weixin-sub-menu .menu-sub-item.on-drag-over{
- border-top: 2px solid #44b549;
- }
-
- .weixin-preview .menu-arrow {
- position: absolute;
- left: 50%;
- margin-left: -6px;
- }
-
- .weixin-preview .arrow_in {
- bottom: -4px;
- display: inline-block;
- width: 0px;
- height: 0px;
- border-width: 6px 6px 0px;
- border-style: solid dashed dashed;
- border-color: #fafafa transparent transparent;
- }
-
- .weixin-preview .arrow_out {
- bottom: -5px;
- display: inline-block;
- width: 0px;
- height: 0px;
- border-width: 6px 6px 0px;
- border-style: solid dashed dashed;
- border-color: #d0d0d0 transparent transparent;
- }
-
- .weixin-preview .menu-item .menu-item-title, .weixin-preview .menu-sub-item .menu-item-title {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- box-sizing: border-box;
- }
-
-
- .weixin-preview .menu-item.current, .weixin-preview .menu-sub-item.current {
- border: 1px solid #44b549;
- background: #fff;
- color: #44b549;
- }
-
- .weixin-preview .weixin-sub-menu.show {
- display: block;
- }
-
- .weixin-preview .icon_menu_dot {
- /* background: url(../images/index_z354723.png) 0px -36px no-repeat; */
- width: 7px;
- height: 7px;
- vertical-align: middle;
- display: inline-block;
- margin-right: 2px;
- margin-top: -2px;
- }
-
- .weixin-preview .icon14_menu_add {
- /* background: url(../images/index_z354723.png) 0px 0px no-repeat; */
- width: 14px;
- height: 14px;
- vertical-align: middle;
- display: inline-block;
- margin-top: -2px;
- }
-
- .weixin-preview li:hover .icon14_menu_add {
- /* background: url(../images/index_z354723.png) 0px -18px no-repeat; */
- }
-
- .weixin-preview .menu-item:hover {
- color: #000;
- }
-
- .weixin-preview .menu-sub-item:hover {
- background: #eee;
- }
-
- .weixin-preview li.current:hover {
- background: #fff;
- color: #44b549;
- }
-
- /*菜单内容*/
- .weixin-menu-detail {
- width: 600px;
- padding: 0px 20px 5px;
- background-color: #f4f5f9;
- border: 1px solid #e7e7eb;
- float: left;
- min-height: 540px;
- }
-
- .weixin-menu-detail .menu-name {
- float: left;
- height: 40px;
- line-height: 40px;
- font-size: 18px;
- }
-
- .weixin-menu-detail .menu-del {
- float: right;
- height: 40px;
- line-height: 40px;
- color: #459ae9;
- cursor: pointer;
- }
-
- .weixin-menu-detail .menu-input-group {
- width: 540px;
- margin: 10px 0 30px 0;
- overflow: hidden;
- }
-
- .weixin-menu-detail .menu-label {
- float: left;
- height: 30px;
- line-height: 30px;
- width: 80px;
- text-align: right;
- }
-
- .weixin-menu-detail .menu-input {
- float: left;
- width: 380px
- }
-
- .weixin-menu-detail .menu-input-text {
- border: 0px;
- outline: 0px;
- background: #fff;
- width: 300px;
- padding: 5px 0px 5px 0px;
- margin-left: 10px;
- text-indent: 10px;
- height: 35px;
- }
-
- .weixin-menu-detail .menu-tips {
- color: #8d8d8d;
- padding-top: 4px;
- margin: 0;
- }
-
- .weixin-menu-detail .menu-tips.cursor {
- color: #459ae9;
- cursor: pointer;
- }
-
- .weixin-menu-detail .menu-input .menu-tips {
- margin: 0 0 0 10px;
- }
-
- .weixin-menu-detail .menu-content {
- padding: 16px 20px;
- border: 1px solid #e7e7eb;
- background-color: #fff;
- }
-
- .weixin-menu-detail .menu-content .menu-input-group {
- margin: 0px 0 10px 0;
- }
-
- .weixin-menu-detail .menu-content .menu-label {
- text-align: left;
- width: 100px;
- }
-
- .weixin-menu-detail .menu-content .menu-input-text {
- border: 1px solid #e7e7eb;
- }
-
- .weixin-menu-detail .menu-content .menu-tips {
- padding-bottom: 10px;
- }
-
- .weixin-menu-detail .menu-msg-content {
- padding: 0;
- border: 1px solid #e7e7eb;
- background-color: #fff;
- }
-
- .weixin-menu-detail .menu-msg-content .menu-msg-head {
- overflow: hidden;
- border-bottom: 1px solid #e7e7eb;
- line-height: 38px;
- height: 38px;
- padding: 0 20px;
- }
-
- .weixin-menu-detail .menu-msg-content .menu-msg-panel {
- padding: 30px 50px;
- }
-
- .weixin-menu-detail .menu-msg-content .menu-msg-select {
- padding: 40px 20px;
- border: 2px dotted #d9dadc;
- text-align: center;
- }
-
- .weixin-menu-detail .menu-msg-content .menu-msg-select:hover {
- border-color: #b3b3b3;
- }
-
- .weixin-menu-detail .menu-msg-content strong {
- display: block;
- padding-top: 3px;
- font-weight: 400;
- font-style: normal;
- }
-
- .weixin-menu-detail .menu-msg-content .menu-msg-title {
- float: left;
- width: 310px;
- height: 30px;
- line-height: 30px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .icon36_common {
- width: 36px;
- height: 36px;
- vertical-align: middle;
- display: inline-block;
- }
-
- .icon_msg_sender {
- margin-right: 3px;
- margin-top: -2px;
- width: 20px;
- height: 20px;
- vertical-align: middle;
- display: inline-block;
- /* background: url(../images/msg_tab_z25df2d.png) 0 -270px no-repeat; */
- }
-
- .weixin-btn-group {
- text-align: center;
- width: 100%;
- margin: 30px 0px;
- overflow: hidden;
- }
-
- .weixin-btn-group .btn {
- width: 100px;
- border-radius: 0px;
- }
-
- #material-list {
- padding: 20px;
- overflow-y: scroll;
- height: 558px;
- }
-
- #news-list {
- padding: 20px;
- overflow-y: scroll;
- height: 558px;
- }
-
- #material-list table {
- width: 100%;
- }
|