| | |
| | | dropdown.render({ |
| | | elem: '.demo1' |
| | | , data: d |
| | | ,trigger: 'hover' |
| | | , className: 'site-dropdown-demo' |
| | | , click: function (obj) { |
| | | //点击事件 |
| | | // layer.tips('点击了:' + obj.title, this.elem, { tips: [1, '#5FB878'] }) |
| | | var str = obj.title; |
| | | $('.jimu-widget-instructions').find('.instructions-title').empty().append(str); |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | }); |
| | | }); |
| | |
| | | background: rgba(255, 255, 255, 1); |
| | | color: #fff; |
| | | /* border : 1px solid rgba(0, 0, 0, 0.3); */ |
| | | border-radius: 14px; |
| | | border-radius: 8px; |
| | | /* text-align : center; */ |
| | | /* cursor : pointer; */ |
| | | z-index: 15 !important; |
| | | box-sizing: border-box; |
| | | padding: 0 20px 0 20px; |
| | | /* padding: 0 20px 0 20px!important; */ |
| | | /* display: flex; */ |
| | | /* display: flex; */ |
| | | /*align-items: center; |
| | | justify-content: center; */ |
| | | transition: all 0.5s; |
| | |
| | | .jimu-widget-instructions img { |
| | | width: 20px; |
| | | position: relative; |
| | | top:-2px; |
| | | top: -2px; |
| | | left: -5px; |
| | | margin-left: 11px; |
| | | } |
| | |
| | | color: #5AA9FB; |
| | | font-size: 1rem; |
| | | font-weight: 400; |
| | | letter-spacing:1.5px; |
| | | letter-spacing: 1.5px; |
| | | display: inline-block; |
| | | margin-right: 11px; |
| | | } |
| | | |
| | | .site-dropdown-demo { |
| | | border-radius: 8px; |
| | | } |