| | |
| | | background: transparent; |
| | | border-radius: 10px; |
| | | } |
| | | |
| | | .flares { |
| | | background: transparent; |
| | | border-radius: 10px; |
| | | } |
| | | /* .flare .layui-layer-title { |
| | | padding: 0 80px; |
| | | text-align: center; |
| | |
| | | .flare .layui-layer-content { |
| | | background: rgb(255, 255, 255); |
| | | border-radius: 5px 5px 5px 5px; |
| | | } |
| | | |
| | | .flares .layui-layer-content { |
| | | background: rgb(255, 255, 255); |
| | | border-radius: 5px 5px 5px 5px; |
| | | } |
| | | .flares .layui-layer-content::after{ |
| | | content: ''; |
| | | display: block; |
| | | width: 15px; |
| | | height: 15px; |
| | | background-color: #fff; |
| | | /* z-index: 1111111; */ |
| | | position: relative; |
| | | top: 8px; |
| | | left: 95px; |
| | | transform: rotate(45deg); |
| | | |
| | | } |