Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

我的这个DZ4的风格表格显示不正常,请问是风格哪个设置不对?

[复制链接]
ihobo 发表于 2006-12-2 16:19:00 | 显示全部楼层 |阅读模式
我的论坛表格展示:
http://bbs.codepub.com/thread-28982-1-1.html

换成官方默认风格又对了
http://bbs.codepub.com/viewthread.php?tid=28982&extra=page%3D1&page=1&styleid=11&sid=LDrcf6&styleid=13&sid=LDrcf6

正常的应该是这样
方案系统空间流量面板价格详细
新HS1Linux500MB5000MBDirectAdmin20元/月
新HS2Linux1000MB10000MBDirectAdmin40元/月
新HS3Linux5000MB20GBDirectAdmin75元/月
新HS4Linux10GB50GBDirectAdmin220元/月
新HS5Linux15GB80GBDirectAdmin280元/月
美SSL1Linux1GB50GBDirectAdmin150元/月
港1000Linux500MB10GBDA100元/月
港2000Linux1000MB20GBDA200元/月
港3000Linux1500MB30GBDA300元/月
美CP-5GLinux200MB5000MBcPanel50元/季
美CP-10GLinux500MB10000MBcPanel100元/季


[ 本帖最后由 ihobo 于 2006-12-2 16:29 编辑 ]
supercyf 发表于 2006-12-2 16:46:32 | 显示全部楼层
你升级到5.0还使用原4.1的风格模板当然有问题啦。
回复

使用道具 举报

 楼主| ihobo 发表于 2006-12-2 16:54:21 | 显示全部楼层
原帖由 supercyf 于 2006-12-2 16:46 发表
你升级到5.0还使用原4.1的风格模板当然有问题啦。

这个风格就是5。0的,我说的4。1默认样式
回复

使用道具 举报

倔犟的牛 发表于 2006-12-2 17:16:35 | 显示全部楼层

回复 #3 ihobo 的帖子

可能是他的CSS.HTM里面对表格的标记做了设定.你检查一下看看.
回复

使用道具 举报

 楼主| ihobo 发表于 2006-12-2 17:30:41 | 显示全部楼层
就是使用的这个
https://discuz.dismall.com/thread-376206-1-1.html

  1. body {
  2.         margin: 0px;
  3.         scrollbar-base-color: {ALTBG1};
  4.         scrollbar-arrow-color: {BORDERCOLOR};
  5.         font: {FONTSIZE} {FONT};
  6.         {BGCODE};
  7.         color: {TEXT};
  8. }
  9. legend {
  10.         color: {TEXT};
  11. }
  12. table {
  13.         font: {FONTSIZE} {FONT};
  14.         color: {TABLETEXT} ;
  15. }

  16. input, select, textarea {
  17.         font: {FONTSIZE} {FONT};
  18.         color: {TABLETEXT};
  19.         font-weight: normal;
  20.         background-color: {INPUTBORDER};
  21. }
  22. a {
  23.         text-decoration: none;
  24.         color: {LINK};
  25. }
  26. a:hover {
  27.         text-decoration: underline;
  28. }
  29. .checkbox, .radio {
  30.         border: 0px;
  31.         background: none;
  32.         vertical-align: middle;
  33.         height: 16px;
  34. }

  35. form {
  36.         margin: 0px;
  37.         padding: 0px;
  38. }
  39. .nav {
  40.         font: {FONTSIZE} {FONT};
  41.         color: {NAVTEXT};
  42.         font-weight: {BOLD};
  43. }
  44. .nav a {
  45.         color: {NAVTEXT};
  46. }
  47. .header {
  48.         font: {FONTSIZE} {SMFONT} !important;
  49.         font-weight: {BOLD} !important;
  50.         font: {SMFONTSIZE} {SMFONT};
  51.         font-weight: {BOLD};
  52.         color: {HEADERTEXT};
  53.         {HEADERBGCODE};
  54. }
  55. .header a {
  56.         color: {HEADERTEXT};
  57. }
  58. .footer {
  59.         margin: 0px 1px 1px 1px;
  60.         clear: both;
  61.         height: 8px;
  62.         font-size: 0px;
  63.         line-height: 0px;
  64.         padding: 0px;
  65.         {HEADERBGCODE};
  66. }
  67. #announcement {
  68.         margin-bottom: 0px;
  69.         padding: 0px 0px;
  70. }
  71. .headermenu {
  72.         {HEADERMENUBGCODE};
  73.         height: 30px;
  74. }
  75. #menu, #menu a {
  76.         color: {HEADERMENUTEXT};
  77.         padding-top: 0px !important;
  78.         padding-top: 0px;
  79. }
  80. .absmiddle {
  81.         vertical-align: middle;
  82. }
  83. .msgheader {
  84.         margin:0 2em;
  85.         font-weight: bold;
  86.         background: {MSGHEADER};
  87.         padding: 5px;
  88.         color: {MSGHEADERTEXT}
  89. }
  90. .msgborder {
  91.         margin: 0 2em;
  92.         margin-top: 3px;
  93.         padding: 10px;
  94.         border: {INNERBORDERWIDTH}px solid {BORDERCOLOR};
  95.         word-break: break-all;
  96.         overflow: hidden;
  97. }
  98. .category {
  99.         font: {FONTSIZE} {SMFONT} !important;
  100.         font: {SMFONTSIZE} {SMFONT};
  101.         color: {CATTEXT};
  102.         {CATBGCODE};
  103. }
  104. .tableborder {
  105.         background: {INNERBORDERCOLOR};
  106.         border: {BORDERWIDTH}px solid {BORDERCOLOR};
  107. }

  108. .singleborder {
  109.         font-size: 0px;
  110.         line-height: {BORDERWIDTH}px;
  111.         padding: 0px;
  112.         background-color: {ALTBG1};
  113. }
  114. .smalltxt {
  115.         font: {FONTSIZE} {SMFONT} !important;
  116.         font: {SMFONTSIZE} {SMFONT};
  117. }
  118. .lighttxt {
  119.         color: {LIGHTTEXT}
  120. }
  121. .outertxt {
  122.         font: {FONTSIZE} {FONT};
  123.         color: {TEXT};
  124. }
  125. .outertxt a {
  126.         color: {TEXT};
  127. }
  128. .option {
  129.         padding: 1px;
  130.         width: {TABLEWIDTH};
  131.         height: 35px;
  132.         border: 1px solid {BGBORDER};
  133.         background-color: {ALTBG1};
  134. }
  135. .bold {
  136.         font-weight: {BOLD};
  137. }
  138. .altbg1        {
  139.         background: {ALTBG1};
  140.         font: {FONTSIZE} {FONT};
  141. }
  142. .altbg2 {
  143.         background: {ALTBG2};
  144.         font: {FONTSIZE} {FONT};
  145. }
  146. .t_infoline {
  147.         background: {POSTNOTICEBG};
  148. }
  149. .maintable{
  150.         width: {MAINTABLEWIDTH};
  151.         font: {FONTSIZE} {FONT};
  152.         background-color: {MAINTABLECOLOR};
  153. }
  154. .subtable {
  155.         text-align: left;
  156.         padding: 0;
  157.         margin: 0 auto;
  158. }
  159. .simpletable {
  160.         background: {INNERBORDERCOLOR};
  161.         border: {BORDERWIDTH}px solid {BORDERCOLOR};
  162.         padding: 1px;
  163. }
  164. .simpletable div {
  165.         padding: {TABLESPACE}px;
  166. }
  167. .left {
  168.         float: left;
  169.         text-align: left;
  170.         padding: 0px;
  171. }
  172. .right {
  173.         float: right;
  174.         text-align: right;
  175.         padding: 0px;
  176. }
  177. .line {
  178.         border-top:1px solid {BGBORDER};
  179. }
  180. .newspecial {
  181.         text-align:center;
  182.         font-size:14px;
  183.         font-weight: {BOLD};
  184. }
  185. .newspecialmenu {
  186.         width: 86px !important;
  187.         width: 88px;
  188. }
  189. .signature {
  190.         height: expression(minY = (this.scrollHeight < parseInt(this.currentStyle.minHeight) + 1) ? this.currentStyle.minHeight : maxY = (this.scrollHeight > parseInt(this.currentStyle.maxHeight) + 1) ? this.currentStyle.maxHeight : "auto");
  191. }
  192. .percent {
  193.          height: 10px !important;
  194.          height: 12px;
  195.          border: {BORDERWIDTH}px solid {BORDERCOLOR};
  196.          float: left;
  197.          padding: 0px;
  198. }
  199. .percent div {
  200.         {HEADERBGCODE};
  201.         background-repeat: repeat-x;
  202.         background-position: 0 50%;
  203.         width: 100%;
  204.         height: 8px;
  205.         line-height: 0px;
  206.         font-size: 0px;
  207.         margin: 1px;
  208.         padding: 0px;
  209. }
  210. .percenttxt {
  211.         float:left;
  212.         font: {SMFONTSIZE} {SMFONT};
  213.         padding-top: 2px !important;
  214.         padding-top: 1px;
  215.         color: {HEADERTEXT};
  216.         font-weight: {BOLD};
  217. }
  218. .percenttxt u {
  219.         text-decoration: none;
  220.         font-weight: normal;
  221.         color: {LIGHTTEXT};
  222. }
  223. .paddingmenu td{
  224.         padding: 6px;
  225. }

  226. .f_row {
  227.         width: {TABLEWIDTH};
  228.         margin: -1px;
  229.         border-left: {BORDERWIDTH}px solid {BORDERCOLOR};
  230.         border-right: {BORDERWIDTH}px solid {BORDERCOLOR};
  231.         border-bottom: none;
  232.         border-top: none;
  233.         background: {INNERBORDERCOLOR};
  234. }
  235. .f_row td {
  236.         padding: {TABLESPACE}px;
  237. }
  238. .f_folder {
  239.         width: 4%;
  240.         background: {ALTBG2};
  241.         text-align: center;
  242. }
  243. .f_icon {
  244.         width: 4%;
  245.         background: {ALTBG1};
  246.         text-align: center;
  247. }
  248. .f_author {
  249.         width: 14%;
  250.         background: {ALTBG1};
  251.         text-align: center;
  252. }
  253. .f_replies {
  254.         width: 6%;
  255.         background: {ALTBG2};
  256.         text-align: center;
  257. }
  258. .f_views {
  259.         width: 6%;
  260.         background: {ALTBG1};
  261.         text-align: center
  262. }
  263. .f_last        {
  264.         width: 19%;
  265.         background: {ALTBG2};
  266.         text-align: right;
  267.         font: {SMFONTSIZE} {SMFONT};
  268. }
  269. .subject a, .f_title a {
  270.         color: {TABLETEXT};
  271. }
  272. .t_row {
  273.         margin-top:-1px;
  274.         border: {BORDERWIDTH}px solid {BORDERCOLOR};
  275.         border-bottom:none;
  276.         border-top:none;
  277.         background: {INNERBORDERCOLOR};
  278. }
  279. .t_user        {
  280.         word-break: break-all;
  281. }
  282. .t_msg {
  283.         table-layout: fixed;
  284.         word-wrap: break-word;
  285.         width: 100%;
  286.         height: 100%;
  287.         overflow: hidden;
  288. }
  289. .t_footer {
  290.         height:0px;
  291.         font-size: 0px;
  292.         line-height: 0px;
  293.         width: {TABLEWIDTH};
  294.         background-color: {MAINTABLECOLOR};
  295.         border-top: {BORDERWIDTH}px solid {BORDERCOLOR};
  296. }
  297. .t_infoline {
  298.         background: {POSTNOTICEBG};
  299. }
  300. .t_table {
  301.         border-left: 1px solid {BORDERCOLOR};
  302.         border-top: 1px solid {BORDERCOLOR};
  303.         border-spacing: 0px;
  304. }
  305. .p_bar {
  306.         margin: 1px 0px;
  307.         clear: both;
  308. }
  309. .p_bar a {
  310.         float: left;
  311.         padding: 1px 4px;
  312.         font-size: 12px;
  313.         text-decoration: none;
  314. }
  315. .p_input {
  316.         border: 0px;
  317.         padding: 0px;
  318.         width: 40px;
  319.         height: 16px !important;
  320.         height: 15px;
  321.         margin: 0px;
  322.         background: {ALTBG2};
  323. }
  324. .p_total {
  325.         background-color: {ALTBG1};
  326.         border: 1px solid {BORDERCOLOR};
  327.         border-right: 0px solid {BORDERCOLOR};
  328.         font-weight: {BOLD};
  329. }
  330. .p_pages {
  331.         background-color: {ALTBG1};
  332.         border: 1px solid {BORDERCOLOR};
  333.         margin-right:1px;
  334.         vertical-align: middle;
  335.         font-weight: {BOLD};
  336. }
  337. .p_num {
  338.         background-color: {ALTBG2};
  339.         border: 1px solid {CATBORDER};
  340.         margin-right:1px;
  341.         vertical-align: middle;
  342. }
  343. a:hover.p_num  {
  344.         background-color: {ALTBG1};
  345.         border: 1px solid {BORDERCOLOR};
  346.         text-decoration: none;
  347. }
  348. .p_redirect {
  349.         background-color: {ALTBG2};
  350.         border: 1px solid {CATBORDER};
  351.         margin-right:1px;
  352.         font-size: 11px !important;
  353.         font-size: 13px;
  354. }
  355. a:hover.p_redirect {
  356.         background-color: {ALTBG1};
  357.         border: 1px solid {BORDERCOLOR};
  358.         text-decoration: none;
  359. }
  360. .p_curpage {
  361.         margin-right:1px;
  362.         border: 1px solid {CATBORDER};
  363.         vertical-align: middle;
  364.         {CATBGCODE};
  365.         color: {CATTEXT};
  366.         font-weight: {BOLD};
  367. }

  368. .wysiwyg {
  369.         font: {MSGFONTSIZE} {FONT};
  370.         border: 1px #DDDDDD solid;
  371.         padding: 4px;
  372. }
  373. .wysiwyg a {
  374.         text-decoration: underline;
  375.         color: {LINK};
  376. }
  377. .editor        {
  378.         background: {ALTBG1};
  379.         border: 1px solid {BGBORDER};
  380.         border-bottom: 1px solid {BORDERCOLOR};
  381. }
  382. .editor_line {
  383.         border-top:1px solid {BORDERCOLOR};
  384. }
  385. .editor_switcher {
  386.         position: relative;
  387.         top: 1px;
  388.         border-bottom: 1px solid {BORDERCOLOR};
  389.         background: {ALTBG1};
  390.         margin-left: 10px;
  391.         vertical-align: middle;
  392. }
  393. .editor_switcher_highlight {
  394.         position: relative;
  395.         top: 1px;
  396.         border-bottom: 1px solid #FFFFFF;
  397.         background: #FFFFFF;
  398.         margin-left: 10px;
  399.         vertical-align: middle;
  400.         font-weight: {BOLD};
  401. }
  402. .editor_text {
  403.         font: {MSGFONTSIZE} {FONT};
  404.         border: 1px solid {BORDERCOLOR};
  405.         border-top: 0px;
  406.         background: #FFFFFF;
  407. }
  408. .editor_text textarea {
  409.         border: 0px;
  410.         background: #FFFFFF;
  411.         overflow: auto;
  412.         padding: 4px;
  413. }
  414. .editor_button {
  415.         background: {ALTBG1};
  416.         border: 1px solid {BGBORDER};
  417.         border-top: 1px solid {BORDERCOLOR};
  418.         position: relative;
  419.         top: -1px;
  420.         margin-bottom: 6px;
  421. }
  422. .editor_textexpand {
  423.         float: left;
  424.         position: relative;
  425.         top: -3px;
  426.         border-top: 0px;
  427. }
  428. .editor_buttonnormal {
  429.         background: {ALTBG1};
  430.         color: #000000;
  431.         padding: 1px;
  432.         border: none;
  433. }
  434. .editor_buttondown, .editor_buttonhover, .editor_buttonselected {
  435.         background: {ALTBG1};
  436.         color: #000000;
  437.         padding: 0px;
  438.         border: 1px solid {BORDERCOLOR};
  439. }
  440. .editor_menunormal, .editor_menuhover {
  441.         font: 11px tahoma;
  442.         height: 18px;
  443.         padding: 0px 3px 0px 3px;
  444.         white-space: nowrap;
  445.         overflow: hidden;
  446.         background: #FFFFFF;
  447.         color: #000000;
  448. }
  449. .editor_menunormal {
  450.         border-right: 1px solid #FFFFFF;
  451. }
  452. .editor_menuhover {
  453.         border-right: 1px solid {BORDERCOLOR};
  454. }
  455. .editor_menuhover div, .editor_menunormal div {
  456.         background: #FFFFFF;
  457.         color: #000000;
  458. }
  459. .editor_colormenunormal {
  460.         border-right: 1px solid #FFFFFF;
  461. }
  462. .editor_colormenuhover {
  463.         border-right: 1px solid {BORDERCOLOR};
  464. }
  465. .editor_colornormal {
  466.         padding: 2px;
  467.         font-size: 1px;
  468. }
  469. .editor_colorhover {
  470.         background: {BORDERCOLOR};
  471.         white-space: nowrap;
  472.         padding: 2px;
  473.         font-size: 1px;
  474. }
  475. .editor_colornormal div {
  476.         width: 10px;
  477.         height: 10px;
  478.         border: 1px solid {CATTEXT};
  479. }
  480. .editor_colorhover div {
  481.         width: 10px;
  482.         height: 10px;
  483.         border: 1px solid {BORDERCOLOR};
  484. }

  485. .popupmenu_popup {
  486.         background: #FFFFFF;
  487.         color: {HEADERTEXT};
  488.         border: 1px solid {BORDERCOLOR};
  489. }
  490. .popupmenu_option {
  491.         background: {MENUBG};
  492.         color: {MENUTEXT};
  493.         font: {FONTSIZE} {FONT};
  494.         white-space: nowrap;
  495.         cursor: pointer;
  496. }
  497. .popupmenu_option a {
  498.         color: {MENUTEXT};
  499.         text-decoration: none;
  500. }
  501. .headermenu_popup {
  502.         color: {MENUTEXT};
  503.         border: 1px solid {BORDERCOLOR};
  504.         border-top: 0px;
  505.         margin-top: 8px;
  506. }
  507. .headermenu_popup a {
  508.         color: {MENUTEXT};
  509.         text-decoration: none;
  510. }
  511. .popupmenu_option a:hover, .popupmenu_option a:active {
  512.         color: {MENUHLTEXT};
  513.         text-decoration: none;
  514. }
  515. .popupmenu_highlight {
  516.         background: {MENUHLBG};
  517.         color: {MENUHLTEXT};
  518.         font: {FONTSIZE} {FONT};
  519.         white-space: nowrap;
  520.         cursor: pointer;
  521. }
  522. .popupmenu_highlight a {
  523.         color: {MENUHLTEXT};
  524.         text-decoration: none;
  525. }
  526. .popupmenu_highlight a:link {
  527.         color: {MENUHLTEXT};
  528.         text-decoration: none;
  529. }
  530. .popupmenu_highlight a:visited {
  531.         color: {MENUHLTEXT};
  532.         text-decoration: none;
  533. }
  534. .popupmenu_highlight a:hover, .popupmenu_highlight a:active {
  535.         color: {MENUHLTEXT};
  536.         text-decoration: none;
  537. }
  538. .expire, .expire a:link, .expire a:visited {
  539.         color: {CALENDAREXPIRE};
  540. }
  541. .default, .default a:link, .default a:visited {
  542.         color: {CALENDARTEXT};
  543. }
  544. .checked, .checked a:link, .checked a:visited {
  545.         color: {CALENDARCHECKED};
  546. }
  547. .today, .today a:link, .today a:visited {
  548.         color: {CALENDARTODAY};
  549. }
  550. #calendar_year {
  551.         display: none;
  552.         line-height: 130%;
  553.         background: {MAINTABLECOLOR};
  554.         position: absolute;
  555.         z-index: 10;
  556. }
  557. #calendar_year .col {
  558.         float: left;
  559.         background: {MAINTABLECOLOR};
  560.         margin-left: 1px;
  561.         border: 1px solid {BORDERCOLOR};
  562.         padding: 4px;
  563. }
  564. #calendar_month {
  565.         display: none;
  566.         background: {MAINTABLECOLOR};
  567.         line-height: 130%;
  568.         border: 1px solid {BORDERCOLOR};
  569.         padding: 4px;
  570.         position: absolute;
  571.         z-index: 11;
  572. }
复制代码
回复

使用道具 举报

倔犟的牛 发表于 2006-12-2 17:48:05 | 显示全部楼层

回复 #5 ihobo 的帖子

你跟作者联系一下.看一下是不是定义了哪个类.具体我没用过也不清楚.
回复

使用道具 举报

┚嘎嘎┎聖火 发表于 2006-12-2 23:02:28 | 显示全部楼层
模板的改变太大拉 我们也只能尽力去模仿

当然现在这个1.3.1已经是基本能够达到高仿4.x 但是头像和一些细节问题还是不能解决...
回复

使用道具 举报

 楼主| ihobo 发表于 2006-12-3 10:39:04 | 显示全部楼层
原帖由 ┚嘎嘎┎聖火 于 2006-12-2 23:02 发表
模板的改变太大拉 我们也只能尽力去模仿

当然现在这个1.3.1已经是基本能够达到高仿4.x 但是头像和一些细节问题还是不能解决...

:L :L :L :L
回复

使用道具 举报

┚嘎嘎┎聖火 发表于 2006-12-3 11:41:56 | 显示全部楼层
现在时间没有暑假那时候多拉...汗 so..楼主可能要再等待下...表格问题可以开启admin的html权限实现<=不推荐

或者是在ps或者office里做好表格截图上传

谢谢支持
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 00:20 , Processed in 0.029629 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表