|
|
@@ -582,6 +582,11 @@ export default {
|
|
|
.hero-actions .hero-icon-btn {
|
|
|
width: 50upx;
|
|
|
height: 50upx;
|
|
|
+ margin-left: 30upx;
|
|
|
+}
|
|
|
+
|
|
|
+.hero-actions .hero-icon-btn:first-child {
|
|
|
+ margin-left: 0;
|
|
|
}
|
|
|
|
|
|
.hero-actions .hero-action-icon {
|
|
|
@@ -595,7 +600,7 @@ export default {
|
|
|
z-index: 4;
|
|
|
width: 65upx;
|
|
|
height: 65upx;
|
|
|
- margin-left: 18upx;
|
|
|
+ margin-left: 30upx;
|
|
|
border-radius: 50%;
|
|
|
background: rgba(255, 255, 255, 0.94);
|
|
|
display: flex;
|
|
|
@@ -604,6 +609,10 @@ export default {
|
|
|
box-shadow: 0 8upx 20upx rgba(0, 0, 0, 0.08);
|
|
|
}
|
|
|
|
|
|
+.hero-icon-btn:first-child {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
.hero-action-icon,
|
|
|
.title-icon-img {
|
|
|
display: block;
|