提交 20b1967a 作者: ZhangLingKun

功能:logo替换

上级 e003f359
流水线 #7972 已通过 于阶段
in 5 分 27 秒
public/assets/image/logo/logo.png

70.5 KB | W: | H:

public/assets/image/logo/logo.png

12.5 KB | W: | H:

public/assets/image/logo/logo.png
public/assets/image/logo/logo.png
public/assets/image/logo/logo.png
public/assets/image/logo/logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -48,7 +48,7 @@ const ForumItemView: React.FC<{ detail: DetailType }> = ({ detail }) => { ...@@ -48,7 +48,7 @@ const ForumItemView: React.FC<{ detail: DetailType }> = ({ detail }) => {
{getForumMedia(0)?.length {getForumMedia(0)?.length
? getForumMedia(0)?.map((i, j) => ( ? getForumMedia(0)?.map((i, j) => (
<Image <Image
src={i.url} src={`${i?.url}?x-oss-process=image/quality,q_25`}
alt="图片" alt="图片"
key={j} key={j}
fallback={ fallback={
......
...@@ -9,7 +9,7 @@ const HomeSearchView = () => { ...@@ -9,7 +9,7 @@ const HomeSearchView = () => {
<div className="head-logo"> <div className="head-logo">
<img <img
className="image" className="image"
src="/assets/image/home/sharefly-web-headbg.png" src="/assets/image/home/sharefly-web-head-logo.png"
alt="云享飞官网" alt="云享飞官网"
/> />
</div> </div>
......
...@@ -34,11 +34,11 @@ export const HomeSearchWrap = styled.div` ...@@ -34,11 +34,11 @@ export const HomeSearchWrap = styled.div`
position: relative; position: relative;
//width: 11.33rem; //width: 11.33rem;
//height: 3.04rem; //height: 3.04rem;
width: 12.42rem; width: 13.42rem;
height: 3.08rem; height: 3.04rem;
//background-image: url('https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/sharefly-web-headlogo.png'); //background-image: url('https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/sharefly-web-headlogo.png');
background-image: url('/assets/image/home/sharefly-web-headbg.png'); background-image: url('/assets/image/home/sharefly-web-head-logo.png');
background-size: 100% 100%; background-size: cover;
margin-bottom: 1.88rem; margin-bottom: 1.88rem;
.image { .image {
display: none; display: none;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论