简体   繁体   English

如何上传平台中描述的代码? (电商详情页)

[英]How can I upload the code as described in the platform? (E-commerce details page)

 .mk_01{ color: #000000; font-size: 30px; font-style: normal; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; text-align: center; }.mk_02{ color: #000000; font-size: 20px; font-style: normal; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; text-align: center; margin-top: 10px; }.mk_banner1{ width: 1800px; height: 443px; margin-top: 150px; margin-bottom: 0px; background-color: #C8C8C8; margin-left: auto; margin-right: auto;
 <head> <meta charset="utf-8"> <title>M7</title> <link href="css/geshi.css" rel="stylesheet" type="text/css"> </head> <body> <div class="mk_01"><strong>PRÉSENTATION PRODUIT</strong></div> <div class="mk_02">Dido Enceinte bluetooth, Haut-Parleur Portable Sans Fil Résistant à l'eau avec 12 Heures de Travail, Bluetooth 5.0 stéréo Subwoofer</div> <section> <div class="mk_banner1"> <div class="mk_banner01"><img src="tupian/banner1.png" width="1100" height="443" alt=""/> </div> <div class="mk_yinzhi">SON ET SOPHISTICATION SUPERIEURS</div> <div class="mk_yinzhi_1">Enceinte intelligente multifonction au son immersif</div> </div></section> <section><body> <:-- begin snippet: js hide: false console: true babel: false -->
E-commerce product detail codes, but the platform has many restrictions. 电商商品明细码,但平台限制较多。 For example, the upload code format cannot contain styles such as. 比如上传代码格式不能包含styles之类的。 It cannot exceed 5000 characters. 不能超过 5000 个字符。 How can I upload the code according to the description of the platform? 如何根据平台的描述上传代码?

Sadly, such sites have a lots of restriction.遗憾的是,此类网站有很多限制。 What you can try is using the following sites to compress your css and html code.您可以尝试使用以下站点来压缩您的 css 和 html 代码。 It will make it's readability almost 0 but should allow you to fit lots of characters.它会使它的可读性几乎为 0,但应该允许你适应很多字符。 For css https://csscompressor.com/ for html https://htmlcompressor.com/ If this doesn't work as well, you may have to delete some parts of your code to make it fit into their criteria.对于 css https://csscompressor.com/对于 html https://htmlcompressor.com/如果这不起作用,您可能必须删除代码的某些部分以使其符合他们的标准。 But give those sites a go, just copy and paste your codes, it will provide the compressed version, copy paste that into that e commerce site.但是给那些网站一个 go,只需复制并粘贴您的代码,它就会提供压缩版本,将其复制粘贴到该电子商务网站中。 If asked, select 'most compresssed/ 0 readability' to compress it to max.如果询问,select '最压缩/ 0 可读性'将其压缩到最大。

EDIT: After seeing your comments, it feels like using body is not allowed as well, which you have used.编辑:在看到您的评论后,感觉也不允许使用您已经使用过的 body 。 Could you provide the actual rules of the site?你能提供网站的实际规则吗?

EDIT 2: No where have they mentioned that they want a css code.编辑 2:他们没有在哪里提到他们想要 css 代码。 They only want a good structured html code for the product description and marketing description.他们只需要一个结构良好的 html 代码用于产品描述和营销描述。 You need to have only 420 characters in the product description, only text.您只需要在产品描述中包含 420 个字符,只能是文字。 As for marketing description you can include images as well and limit it upto 5000 characters.至于营销描述,您也可以包含图片,但不得超过 5000 个字符。 They don't require a css code and hence you are not able to submit.他们不需要 css 代码,因此您无法提交。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM