Advertisement
jackwuseo

內頁shortcode設定語法參考

Apr 28th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.80 KB | None | 0 0
  1. <div class="userinfo">
  2. [aff_user_avatar]
  3. <div style="text-align:center;">
  4. <strong>
  5. 您好,請使用以下資料與我聯絡,或填寫下方聯絡表單,我將竭力協助您!
  6. </strong>
  7. </div>
  8. <hr />
  9. [aff_user_info]
  10. </div>
  11.  
  12. 需另行設定CSS:
  13.  
  14.  
  15. .avatar {
  16.   display: block;
  17.   float: none;
  18.   border: 2px solid #d7d7d7;
  19.   border-radius: 50%;
  20. }
  21.  
  22. .userinfo .avatar {
  23.   display: block;
  24.   position: relative;
  25.   margin: 36px auto 18px;
  26.   float: none;
  27.   border: 2px solid #d7d7d7;
  28.   border-radius: 50%;
  29.   width: 159px;
  30.   height: 159px;
  31.   overflow: hidden;
  32. }
  33.  
  34. .userinfo p {
  35.   display: block;
  36.   margin: 0 auto 18px;
  37.   padding: 0;
  38.   float: none;
  39.   text-align: center;
  40.   width: 70%;
  41.   font-weight: 300;
  42.   font-size: 18px;
  43.   letter-spacing: 1px;
  44.   line-height: 27px;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement