|
|
|
@ -11,11 +11,11 @@ |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
|
|
|
|
|
.subscribe_header_input { |
|
|
|
|
width: calc(100% - 2.5rem - 2rem); |
|
|
|
|
width: calc(100% - 2.5rem - 4rem); |
|
|
|
|
height: 2.5rem; |
|
|
|
|
background: #f8f8f8; |
|
|
|
|
border-radius: 2.25rem; |
|
|
|
|
padding-left: 1rem; |
|
|
|
|
padding-left: 3rem; |
|
|
|
|
border: .0625rem solid green; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -90,161 +90,152 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.subscribe_scrollview { |
|
|
|
|
height: 100vh; |
|
|
|
|
background: #fafafa; |
|
|
|
|
.subscribe_item { |
|
|
|
|
display: flex; |
|
|
|
|
padding: .7rem; |
|
|
|
|
flex-direction: column; |
|
|
|
|
background: #ffffff; |
|
|
|
|
border-radius: 1rem; |
|
|
|
|
gap: 1rem; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
|
|
|
|
|
.subscribe_item { |
|
|
|
|
width: calc(100% - 2rem); |
|
|
|
|
height: auto; |
|
|
|
|
.item_header { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 1.5rem; |
|
|
|
|
display: flex; |
|
|
|
|
padding: .7rem; |
|
|
|
|
flex-direction: column; |
|
|
|
|
background: #ffffff; |
|
|
|
|
border-radius: 1rem; |
|
|
|
|
gap: 1rem; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
flex-direction: row; |
|
|
|
|
margin: auto; |
|
|
|
|
|
|
|
|
|
.item_header { |
|
|
|
|
width: 100%; |
|
|
|
|
.item_header_addtime_icon { |
|
|
|
|
width: 1.5rem; |
|
|
|
|
height: 1.5rem; |
|
|
|
|
margin: auto 0 auto 0; |
|
|
|
|
background-image: url(https://oss.jm-kid.com/wx_5colorflower/subscribeListHeaderIcon.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_header_addtime_text { |
|
|
|
|
width: auto; |
|
|
|
|
font-size: .7rem; |
|
|
|
|
color: rgba(0, 0, 0, .6); |
|
|
|
|
margin: auto auto auto .25rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_header_icon { |
|
|
|
|
width: 3.8rem; |
|
|
|
|
height: 1.6rem; |
|
|
|
|
border-radius: 1.5rem; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: row; |
|
|
|
|
margin: auto; |
|
|
|
|
|
|
|
|
|
.item_header_addtime_icon { |
|
|
|
|
width: 1.5rem; |
|
|
|
|
height: 1.5rem; |
|
|
|
|
margin: auto 0 auto 0; |
|
|
|
|
background-image: url(https://oss.jm-kid.com/wx_5colorflower/subscribeListHeaderIcon.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_header_addtime_text { |
|
|
|
|
width: auto; |
|
|
|
|
font-size: .7rem; |
|
|
|
|
color: rgba(0, 0, 0, .6); |
|
|
|
|
margin: auto auto auto .25rem; |
|
|
|
|
.item_header_icon_text { |
|
|
|
|
font-size: .875rem; |
|
|
|
|
font-weight: 600; |
|
|
|
|
margin: auto; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_header_icon { |
|
|
|
|
width: 3.8rem; |
|
|
|
|
height: 1.6rem; |
|
|
|
|
border-radius: 1.5rem; |
|
|
|
|
display: flex; |
|
|
|
|
.item_content { |
|
|
|
|
width: 100%; |
|
|
|
|
height: auto; |
|
|
|
|
background: #ffffff; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: row; |
|
|
|
|
|
|
|
|
|
.item_header_icon_text { |
|
|
|
|
font-size: .875rem; |
|
|
|
|
font-weight: 600; |
|
|
|
|
margin: auto; |
|
|
|
|
text-align: center; |
|
|
|
|
.content_container0 { |
|
|
|
|
width: 7rem; |
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
|
|
.aspect_ratio_flex_container0 { |
|
|
|
|
position: relative; |
|
|
|
|
width: 100%; /* 或者任意宽度 */ |
|
|
|
|
padding-top: calc((1 / 1) * 100%); /* 计算高度以保持16:9比例 */ |
|
|
|
|
|
|
|
|
|
.item_content_image0 { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; /* 使内容填充整个容器 */ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background-image: url(https://oss.jm-kid.com/wx_5colorflower/subscribeListHeaderIcon.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_content { |
|
|
|
|
width: 100%; |
|
|
|
|
.content_container1 { |
|
|
|
|
width: 10.75rem; |
|
|
|
|
height: auto; |
|
|
|
|
background: #ffffff; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: row; |
|
|
|
|
|
|
|
|
|
.content_container0 { |
|
|
|
|
width: 7rem; |
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
|
|
.aspect_ratio_flex_container0 { |
|
|
|
|
position: relative; |
|
|
|
|
width: 100%; /* 或者任意宽度 */ |
|
|
|
|
padding-top: calc((1 / 1) * 100%); /* 计算高度以保持16:9比例 */ |
|
|
|
|
|
|
|
|
|
.item_content_image0 { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; /* 使内容填充整个容器 */ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background-image: url(https://oss.jm-kid.com/wx_5colorflower/subscribeListHeaderIcon.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.content_container1 { |
|
|
|
|
width: 10.75rem; |
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
|
|
.aspect_ratio_flex_container1 { |
|
|
|
|
position: relative; |
|
|
|
|
width: 100%; /* 或者任意宽度 */ |
|
|
|
|
padding-top: calc((9 / 16) * 100%); /* 计算高度以保持16:9比例 */ |
|
|
|
|
|
|
|
|
|
.shade { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background: rgba(0, 0, 0, .4); |
|
|
|
|
z-index: 10; |
|
|
|
|
display: flex; |
|
|
|
|
border-radius: .75rem; |
|
|
|
|
|
|
|
|
|
.shade_context { |
|
|
|
|
color: #ffffff; |
|
|
|
|
font-size: 1.125rem; |
|
|
|
|
margin: auto; |
|
|
|
|
} |
|
|
|
|
.aspect_ratio_flex_container1 { |
|
|
|
|
position: relative; |
|
|
|
|
width: 100%; /* 或者任意宽度 */ |
|
|
|
|
padding-top: calc((9 / 16) * 100%); /* 计算高度以保持16:9比例 */ |
|
|
|
|
|
|
|
|
|
.shade { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background: rgba(0, 0, 0, .4); |
|
|
|
|
z-index: 10; |
|
|
|
|
display: flex; |
|
|
|
|
border-radius: .75rem; |
|
|
|
|
|
|
|
|
|
.shade_context { |
|
|
|
|
color: #ffffff; |
|
|
|
|
font-size: 1.125rem; |
|
|
|
|
margin: auto; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_content_image1 { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; /* 使内容填充整个容器 */ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
border-radius: .75rem; |
|
|
|
|
background-image: url(https://oss.jm-kid.com/wx_5colorflower/《屁》.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
z-index: 9; |
|
|
|
|
} |
|
|
|
|
.item_content_image1 { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; /* 使内容填充整个容器 */ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
border-radius: .75rem; |
|
|
|
|
background-image: url(https://oss.jm-kid.com/wx_5colorflower/《屁》.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
z-index: 9; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_content_container { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
margin-left: auto; |
|
|
|
|
.item_content_container { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
margin-left: auto; |
|
|
|
|
|
|
|
|
|
.item_content_title { |
|
|
|
|
width: auto; |
|
|
|
|
font-size: 1rem; |
|
|
|
|
font-weight: 600; |
|
|
|
|
margin: auto auto .25rem 0; |
|
|
|
|
} |
|
|
|
|
.item_content_title { |
|
|
|
|
width: auto; |
|
|
|
|
font-size: 1rem; |
|
|
|
|
font-weight: 600; |
|
|
|
|
margin: auto auto .25rem 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_content_endtime { |
|
|
|
|
width: auto; |
|
|
|
|
font-size: .8rem; |
|
|
|
|
color: rgba(0, 0, 0, .4); |
|
|
|
|
margin: 0 auto auto 0; |
|
|
|
|
} |
|
|
|
|
.item_content_endtime { |
|
|
|
|
width: auto; |
|
|
|
|
font-size: .8rem; |
|
|
|
|
color: rgba(0, 0, 0, .4); |
|
|
|
|
margin: 0 auto auto 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item_content_btn { |
|
|
|
|
font-size: .85rem; |
|
|
|
|
color: #3BA366; |
|
|
|
|
} |
|
|
|
|
.item_content_btn { |
|
|
|
|
font-size: .85rem; |
|
|
|
|
color: #3BA366; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|