1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | Css 加粗: <strong>...</strong> //好像是<p></p>里面加<strong>才有效 文字左对齐/右对齐/中间对齐:[featured_box title="Sink" pos="left/right/center"]...[/featured_box] //好像是[featured_box][/featured_box]里面加pos才有效 <p style="text-align: left;">...</p>[style里面的]<p><div><a>都可以用 文字左对齐/右对齐/中间对齐: text-align: left; 字体颜色: color: #fe6f12; 字体大小: font-size: 31px; 背景颜色: background-color: #fe6f12; 背景颜色(渐变): background-color:rgba(94, 94, 94, 0.43); 四个角倒圆: border-radius:5px 5px 5px 5px; 行高: line-height:20px; border:1px 按纽: <p><a class="button" style="line-height: 50px; height: 50px; font-size: 14px; padding: 0 50px; background-color: #fe6f12;" href="#">About US</a></p> 按纽宽度: padding: 0 10px 强制换行符号 <br /> style="z-index: 6; white-space: nowrap; font-size: 33px; line-height: 55px; font-weight: 400; color: #ffffff; letter-spacing: 0px;font-family:Lato;background-color:rgba(94, 94, 94, 0.43);border-radius:5px 5px 5px 5px;"> mv /root/pic /home/wwwroot/default/demo/smcgroupca/pic 底色白色 H2: 字体:Arial 大小30,颜色:#fe6f12 H3: 字体:Arial 大小24,颜色:#fe6f12 橙色 (254-111-18) 普通字体:Arial 大小16,颜色:#333333 灰色 (51-51-51) 字体:#ffffff 白色 (255-255-255) font-size: 25px;color: #ffffff;line-height: 30px 600 32px Arial font-family:Arial,Verdana,arial,serif; <p><a class="button" style="line-height: 50px; height: 50px; font-size: 14px; padding: 0 50px; background-color: #fe6f12;border-radius:5px 5px 5px 5px;" href="#">Contact Us</a></p> |