|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .inSec2TabBox {
- width: 33.333333%;
- }
- .in2Sec3Row {
- padding: 0 24px 30px;
- overflow: hidden;
- }
-
- .in2Sec3Col6 {
- width: 50%;
- float: left;
- padding: 0 24px;
- margin-top: 24px;
- }
-
- .in2Sec3Con,
- .in2Sec3Con span {
- display: block;
- }
-
- .in2Sec3Con {
- font-size: 14px;
- text-align: center;
- }
-
- .in2Sec3Img {
- line-height: 0;
- padding: 15px;
- height: 70px;
- width: 70px;
- margin: 0 auto 10px;
- border: 1px solid #EDEDED;
- border-radius: 8px;
- }
-
- .in2Sec3Img img {
- width: 100%;
- }
-
- .in2Sec3Txt {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
|