跳转到主要内容
所有收藏新手入门店铺设置商品
商品详情-富文本编辑器常规操作
商品详情-富文本编辑器常规操作
超过 3 周前更新

1.怎么配置链接

2.插入图片,让图片适应屏幕宽度

3.怎么插入列表菜单(呈现套餐样式)

可呈现效果(如下)↓预览示例链接

方法1:手动绘制表格

PS:如果边框设置为0不生效

可以去高级中修改边框颜色

如:价格列右对齐,字号、颜色等

方法2:复制代码

如果以上觉得麻烦,可以将以下代码,直接粘贴到富文本框的【源代码】模式中

套餐表格:代码模板↓

<table style="border-collapse: collapse; width: 100%; height: 88px; border-width: 0px;" border="1"> <tbody> <tr style="height: 22px;"> <td style="width: 63.244%; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h7"><strong>·主食</strong></span></td> <td style="width: 14.6578%; height: 22px; border-width: 0px;"> </td> <td style="width: 20.0149%; height: 22px; border-width: 0px;"> </td> </tr> <tr style="height: 22px;"> <td style="width: 63.244%; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">香辣芝士鸡腿汉堡</span></td> <td style="width: 14.6578%; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #95a5a6;">(1份)</span></td> <td style="width: 20.0149%; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">$6.5</span></td> </tr> <tr style="height: 22px;"> <td style="width: 63.244%; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">五香烤鸡(整只)</span></td> <td style="width: 14.6578%; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #95a5a6;">(1份)</span></td> <td style="width: 20.0149%; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">$12</span></td> </tr> <tr style="height: 22px;"> <td style="width: 63.244%; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">鸡米花(大份)</span></td> <td style="width: 14.6578%; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #95a5a6;">(1份)</span></td> <td style="width: 20.0149%; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">$2.5</span></td> </tr> </tbody> </table> <p> </p> <table style="border-collapse: collapse; width: 336px; height: 66px; border-width: 0px;" border="1"> <tbody> <tr style="height: 22px;"> <td style="width: 214.281px; height: 22px; border-width: 0px;"><strong><span class="i18n-text-standard-h7">·小食(2选1</span>)</strong></td> <td style="width: 49.1094px; height: 22px; border-width: 0px;"> </td> <td style="width: 66.1406px; height: 22px; border-width: 0px;"> </td> </tr> <tr style="height: 22px;"> <td style="width: 214.578px; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">椒盐鸡块</span></td> <td style="width: 49.125px; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #95a5a6;">(1份)</span></td> <td style="width: 66.1875px; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">$5</span></td> </tr> <tr style="height: 22px;"> <td style="width: 214.641px; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">薯条(大)</span></td> <td style="width: 49.125px; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #95a5a6;">(1份)</span></td> <td style="width: 66.2188px; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">$5</span></td> </tr> </tbody> </table> <p> </p> <table style="border-collapse: collapse; width: 336px; height: 44px; border-width: 0px;" border="1"> <tbody> <tr style="height: 22px;"> <td style="width: 215.281px; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h7"><strong>·饮料</strong></span></td> <td style="width: 48.1094px; height: 22px; border-width: 0px;"> </td> <td style="width: 66.1562px; height: 22px; border-width: 0px;"> </td> </tr> <tr style="height: 22px;"> <td style="width: 215.578px; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">可乐</span></td> <td style="width: 48.125px; height: 22px; border-width: 0px;"><span class="i18n-text-standard-h9" style="color: #95a5a6;">(2份)</span></td> <td style="width: 66.1875px; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h9" style="color: #3d3d3d;">$4</span></td> </tr> </tbody> </table> <p> </p> <table style="border-collapse: collapse; width: 336px; border-width: 0px;" border="1"> <tbody> <tr style="height: 22px;"> <td style="width: 200.344px; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h8" style="text-decoration: line-through; color: #95a5a6;">总价:$30</span></td> <td style="width: 123.266px; height: 22px; border-width: 0px; text-align: right;"><span class="i18n-text-standard-h8">优惠价:</span><span style="color: #e67e23;"><strong><span class="i18n-text-standard-h5">¥18</span></strong></span></td> </tr> </tbody> </table> <p> </p>
这是否解答了您的问题?