|
@@ -793,6 +793,7 @@
|
793
|
793
|
min-width: 0px !important;
|
794
|
794
|
border-collapse: collapse;
|
795
|
795
|
table-layout: fixed;
|
|
796
|
+ width: 100% !important;
|
796
|
797
|
}
|
797
|
798
|
|
798
|
799
|
.art-main th, td {
|
|
@@ -800,11 +801,61 @@
|
800
|
801
|
padding: 10px 0;
|
801
|
802
|
/*white-space: normal;
|
802
|
803
|
word-wrap: break-word;*/
|
803
|
|
- overflow: hidden;
|
|
804
|
+ /*overflow: hidden;*/
|
804
|
805
|
}
|
805
|
806
|
.art-main nobr{
|
806
|
807
|
/*white-space: normal;
|
807
|
808
|
word-wrap: break-word;*/
|
808
|
|
- overflow: hidden;
|
|
809
|
+ /*overflow: hidden;*/
|
|
810
|
+ }
|
|
811
|
+ .td1{
|
|
812
|
+ width:70% !important;
|
|
813
|
+ white-space: pre-wrap;
|
|
814
|
+ word-break: break-all; word-wrap:break-word;
|
|
815
|
+ }
|
|
816
|
+ .td1 nobr{
|
|
817
|
+ word-break: break-all; word-wrap:break-word;
|
|
818
|
+ white-space: pre-wrap;
|
|
819
|
+ }
|
|
820
|
+
|
|
821
|
+ .td2{
|
|
822
|
+ width:30% !important;
|
|
823
|
+ }
|
|
824
|
+
|
|
825
|
+ #cl_detail .part .items{
|
|
826
|
+ padding: 0px 5px 5px 5px !important;
|
809
|
827
|
}
|
810
|
828
|
}
|
|
829
|
+
|
|
830
|
+#cl_detail .art-main{
|
|
831
|
+ position: relative;
|
|
832
|
+}
|
|
833
|
+#cl_detail .art-main-sp{
|
|
834
|
+ height: 450px;
|
|
835
|
+ overflow: hidden;
|
|
836
|
+}
|
|
837
|
+.btn-show{
|
|
838
|
+ bottom: 0;
|
|
839
|
+ height:30px;
|
|
840
|
+ text-align: center;
|
|
841
|
+ background: #fff;
|
|
842
|
+ width: 100%;
|
|
843
|
+ line-height: 30px;
|
|
844
|
+ cursor: pointer;
|
|
845
|
+ /*background-color: rgba(255, 255, 255, 0.9);*/ /* 半透明白色 */
|
|
846
|
+}
|
|
847
|
+
|
|
848
|
+.btn-bg{
|
|
849
|
+ height:80px;
|
|
850
|
+ line-height: 130px;
|
|
851
|
+ position: absolute;
|
|
852
|
+ background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,1)), url('your-image.jpg');
|
|
853
|
+ background-size: cover;
|
|
854
|
+}
|
|
855
|
+
|
|
856
|
+.btn-show span{
|
|
857
|
+ color: red;
|
|
858
|
+/* background: #fff;
|
|
859
|
+ padding: 5px 15px;
|
|
860
|
+ border-radius: 15px;*/
|
|
861
|
+}
|