mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
46 lines
948 B
Stylus
46 lines
948 B
Stylus
themeName = 'bubble'
|
|
activeColor = #fff
|
|
borderColor = #777
|
|
backgroundColor = #444
|
|
inactiveColor = #ccc
|
|
shadowColor = #ddd
|
|
textColor = #fff
|
|
|
|
@import './core'
|
|
@import './base'
|
|
@import './bubble/*'
|
|
|
|
.ql-container.ql-bubble:not(.ql-disabled)
|
|
a
|
|
position: relative
|
|
white-space: nowrap
|
|
a::before
|
|
background-color: #444
|
|
border-radius: 15px
|
|
top: -5px
|
|
font-size: 12px
|
|
color: #fff
|
|
content: attr(href)
|
|
font-weight: normal
|
|
overflow: hidden
|
|
padding: 5px 15px
|
|
text-decoration: none
|
|
z-index: 1
|
|
a::after
|
|
border-top: 6px solid #444
|
|
border-left: 6px solid transparent
|
|
border-right: 6px solid transparent
|
|
top: 0
|
|
content: " "
|
|
height: 0
|
|
width: 0
|
|
a::before, a::after
|
|
left: 0
|
|
margin-left: 50%
|
|
position: absolute
|
|
transform: translate(-50%, -100%)
|
|
transition: visibility 0s ease 200ms
|
|
visibility: hidden
|
|
a:hover::before, a:hover::after
|
|
visibility: visible
|