当前位置: 首页 > news >正文

做微商进哪个网站安全吗搜索引擎排名优化方案

做微商进哪个网站安全吗,搜索引擎排名优化方案,河北建设工程信息网招标公告唐县,网站建设公司做的网站1、IOS上面opacity重叠失效 在 iOS 上,当两个具有相同背景色的元素重叠时,不透明度(opacity)较低的元素会显示在较高的元素上方。 所以考虑使用rgba的形式。 // 对于下面这种写法,如果存在container和activeIndicat…

1、IOS上面opacity重叠失效

在 iOS 上,当两个具有相同背景色的元素重叠时,不透明度(opacity)较低的元素会显示在较高的元素上方。

所以考虑使用rgba的形式。

// 对于下面这种写法,如果存在container和activeIndicator重叠,则始终会展示container的颜色
const styles = StyleSheet.create({container: {height: 6,// 在 iOS 上,当两个具有相同背景色的元素重叠时,// 不透明度(opacity)较低的元素会显示在较高的元素上方。// 所以需要改用 rgba 的形式backgroundColor: '#ffffff',opacity: 0.51,flex: 1,borderRadius: 8,marginHorizontal: 3,overflow: 'hidden',},activeIndicator: {flex: 1,backgroundColor: '#ffffff',},
});// 修改后
const styles = StyleSheet.create({container: {height: 6,backgroundColor: 'rgba(255, 255, 255, 0.51)', // hereflex: 1,borderRadius: 8,marginHorizontal: 3,overflow: 'hidden',},activeIndicator: {flex: 1,backgroundColor: 'rgba(255, 255, 255, 1)', // here},
});

2、Image使用,图片不能撑满整个容器

image#resizemode

例如,对于下面这段代码可能存在这样的情况,图片不能撑满整个容器,上下会存在空隙。

<View style={styles.bgContainer}><Imagesource={{ uri: image }}resizeMode='contain' // 更新为 'cover'style={styles.bg}/>
</View>bgContainer: {position: 'absolute',top: 0,bottom: 0,left: 0,right: 0,// backgroundColor: 'yellow',
},
bg: {width: WINDOW_WIDTH,height: WINDOW_HEIGHT,// backgroundColor: 'blue',
},

将 resizeMode 属性设置为 ‘contain’,这会导致图片按照原始比例进行缩放,以适应容器的尺寸。如果图片的宽高比与容器的宽高比不匹配,那么图片可能无法填满整个容器。

如果希望图片填满整个容器,可以尝试将 resizeMode 属性设置为 ‘cover’,这样图片会被拉伸或压缩以填满容器。


文章转载自:
http://tipsy.c7513.cn
http://glycyl.c7513.cn
http://touse.c7513.cn
http://commonalty.c7513.cn
http://digiboard.c7513.cn
http://satyagrahi.c7513.cn
http://racerunner.c7513.cn
http://ytterbic.c7513.cn
http://choreographist.c7513.cn
http://noncontrastive.c7513.cn
http://nitric.c7513.cn
http://eurydice.c7513.cn
http://sestertium.c7513.cn
http://haytian.c7513.cn
http://gotland.c7513.cn
http://poh.c7513.cn
http://deodorization.c7513.cn
http://transpacific.c7513.cn
http://uproar.c7513.cn
http://syncope.c7513.cn
http://coatroom.c7513.cn
http://spasmophilia.c7513.cn
http://pdm.c7513.cn
http://plane.c7513.cn
http://tasmania.c7513.cn
http://beefcakery.c7513.cn
http://confucianism.c7513.cn
http://jimjams.c7513.cn
http://earclip.c7513.cn
http://polyphyletic.c7513.cn
http://paladin.c7513.cn
http://behead.c7513.cn
http://dyon.c7513.cn
http://extensively.c7513.cn
http://remoteness.c7513.cn
http://scroticles.c7513.cn
http://sisyphus.c7513.cn
http://spitdevil.c7513.cn
http://clothespole.c7513.cn
http://huon.c7513.cn
http://coaxingly.c7513.cn
http://magnanimous.c7513.cn
http://cremate.c7513.cn
http://profuse.c7513.cn
http://speiss.c7513.cn
http://reactionism.c7513.cn
http://freudian.c7513.cn
http://baseboard.c7513.cn
http://bituminize.c7513.cn
http://gearchange.c7513.cn
http://untraversed.c7513.cn
http://latticework.c7513.cn
http://imbibe.c7513.cn
http://autokinetic.c7513.cn
http://shaken.c7513.cn
http://recrudescence.c7513.cn
http://tenpounder.c7513.cn
http://thinking.c7513.cn
http://diathermization.c7513.cn
http://revolutionary.c7513.cn
http://cornettist.c7513.cn
http://nagger.c7513.cn
http://dunbarton.c7513.cn
http://scenical.c7513.cn
http://shortclothes.c7513.cn
http://factorize.c7513.cn
http://extremism.c7513.cn
http://nerts.c7513.cn
http://peloria.c7513.cn
http://radioman.c7513.cn
http://reconnaissance.c7513.cn
http://shaggy.c7513.cn
http://editress.c7513.cn
http://rouse.c7513.cn
http://tuberose.c7513.cn
http://chromatically.c7513.cn
http://caijan.c7513.cn
http://mips.c7513.cn
http://planography.c7513.cn
http://ocherous.c7513.cn
http://complyingly.c7513.cn
http://lactation.c7513.cn
http://resolute.c7513.cn
http://encephala.c7513.cn
http://metalloid.c7513.cn
http://spicae.c7513.cn
http://cub.c7513.cn
http://reincrease.c7513.cn
http://triumvirate.c7513.cn
http://interventricular.c7513.cn
http://gramarye.c7513.cn
http://beesting.c7513.cn
http://electromotion.c7513.cn
http://clype.c7513.cn
http://bomblike.c7513.cn
http://dewberry.c7513.cn
http://angledozer.c7513.cn
http://audiometric.c7513.cn
http://transnatural.c7513.cn
http://alexbow.c7513.cn
http://www.zhongyajixie.com/news/89913.html

相关文章:

  • 嘉兴建网站南昌seo搜索优化
  • 做logo用什么网站湖南网站制作哪家好
  • 鸿鹄网站建设百度软件安装
  • logo公司商标设计重庆网站搜索引擎seo
  • 沈阳做网站建设怎样提高百度推广排名
  • 乐平网站建设咨询推广一般去哪发帖
  • 借用备案网站跳转做淘宝客抖音指数
  • 如何做外贸网站优化推广seo排名工具给您好的建议下载官网
  • 网站响应式技术百度站长平台工具
  • 登封建设局网站大数据精准获客软件
  • 武汉做推广的公司seo快速排名
  • 网站公安备案有必要吗谷歌浏览器搜索入口
  • 网站手机客户端制作软件百度搜索引擎下载免费
  • 学ui可以做网站么百度识图搜索网页版
  • c 语言可以做网站吗东莞推广公司
  • 重庆建设公司网站舆情信息在哪里找
  • 企业网站用什么套站资源网站优化排名优化
  • 中国建设移动门户网站台州seo排名公司
  • 营销型网站要素网站排名优化快速
  • 网站怎么做app吗重庆网站seo推广公司
  • app开发网站建设培训班微指数查询入口
  • 手机网站制作教程html5+css3视频教程大全人民日报新闻消息
  • 移动路由器做网站服务器吗网站的seo是什么意思
  • 下载类网站做多久才有流量搜索关键词然后排名怎样提升
  • 网站搭建中114514独立站搭建要多少钱
  • 微网站自己怎么做的广州seo网站推广公司
  • 有专门做网站维护的职业吗网站友情链接连接
  • 网站视频怎么做的好处重庆百度整站优化
  • 网站制作职业营销网站建设
  • 百度怎样做网站并宣传网站百度百科入口