@@ -11,10 +11,16 @@
width: 104px;
height: 127px;
margin: 0 auto;
+
+ img {
+ width: inherit;
+ height: inherit;
+ }
}
.down {
text-align: center;
:global {
.van-button {
width: 194px;
@@ -29,6 +35,7 @@
padding-bottom: 32px;
width: 227px;
img {
width: 100%;
@@ -42,8 +49,9 @@
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
width: 88%;
margin: 0 6%;
-}
+}
@@ -606,4 +606,4 @@
line-height: 15px;
@@ -562,4 +562,55 @@
+.shareMate {
+ position: relative;
+ margin-top: 50px;
+ display: flex;
+ flex: 1;
+ align-items: center;
+ padding: 11px 12px;
+ background: #ffffff;
+ border-radius: 10px;
+ // border: 1px solid #2dc7aa;
+ .icon {
+ width: 36px;
+ height: 36px;
+ .info {
+ margin-left: 14px;
+ margin-right: 14px;
+ word-break: break-all;
+ >h4 {
+ color: var(--music-list-item-title-color);
+ font-size: 14px;
+ font-weight: 600;
+ width: 200px;
+ >p {
+ color: var(--music-list-item-mate-color);
+ line-height: 17px;
+ .tagDiscount {
+ position: absolute;
+ top: -26px;
+ left: 15px;
+ padding: 2px 10px 1px;
+ height: 23px;
+ background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
+ border-radius: 8px 8px 0px 0px;
+ color: #ffffff;
+ line-height: 20px;
@@ -308,18 +308,11 @@ export default defineComponent({
showTitleImg
list={data.value.rows}
onDetail={(item: any) => {
- const url =
- location.origin +
- location.pathname +
- '#/music-detail?id=' +
- item.id
- openDefaultWebView(url, () => {
- router.push({
- path: '/music-detail',
- query: {
- id: item.id
- }
- })
+ router.push({
+ path: '/music-detail',
+ query: {
+ id: item.id
})
}}
/>
@@ -36,7 +36,7 @@ export default defineComponent({
content
- const documentTitle = catalogId == 2 ? '公告详情' : ' '
+ const documentTitle = catalogId == 2 ? '公告详情' : 'ㅤ' //' '
document.title = documentTitle
} catch {}
useEventTracking('帮助中心')