|
|
|
@ -839,18 +839,18 @@ button.cuIcon.lg { |
|
|
|
} |
|
|
|
|
|
|
|
.cu-tag.badge { |
|
|
|
border-radius: 200upx; |
|
|
|
border-radius: 16upx; |
|
|
|
position: absolute; |
|
|
|
top: -10upx; |
|
|
|
right: -10upx; |
|
|
|
left: -10upx; |
|
|
|
font-size: 20upx; |
|
|
|
padding: 0upx 10upx; |
|
|
|
height: 28upx; |
|
|
|
padding: 10upx; |
|
|
|
height: 40upx; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
.cu-tag.badge:not([class*="bg-"]) { |
|
|
|
background-color: #dd514c; |
|
|
|
background-color: #FF0000; |
|
|
|
} |
|
|
|
|
|
|
|
.cu-tag:empty:not([class*="cuIcon-"]) { |
|
|
|
@ -910,6 +910,13 @@ button.cuIcon.lg { |
|
|
|
font-size: 2.5em; |
|
|
|
} |
|
|
|
|
|
|
|
.cu-avatar.xxl { |
|
|
|
width: 150upx; |
|
|
|
height: 150upx; |
|
|
|
font-size: 2.5em; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.cu-avatar .avatar-text { |
|
|
|
font-size: 0.4em; |
|
|
|
} |
|
|
|
@ -3467,7 +3474,7 @@ scroll-view.cu-steps .cu-item { |
|
|
|
} |
|
|
|
|
|
|
|
.bg-red { |
|
|
|
background-color: #e54d42; |
|
|
|
background-color: #FF0000; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
|