|
300金钱
本帖最后由 麦田里的稻草人 于 2017-10-24 17:40 编辑
擷取.PNG
(83.26 KB, 下载次数: 0)
如图片上,Tem-1#的DIV内的文字显示不全,怎么样才能显示全呢,overflow:hidden;去掉也不行,.nodeDIV .date是控制Tem的
- .nodeDiv
- {
- width: 65px ! important;
- height:80px ! important;
- overflow:hidden;
- position: absolute;
- z-index: 1;
- -moz-transform-origin: center;
- border: 1px solid #6e8885;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-
- }
- .nodeDiv .data
- {
- display: inline-block;
- width: 65px;
- background-color: white;
- height: 59px;
- text-align: center;
- color:#005000;
- vertical-align:middle;
- font-size: auto ! important;
-
-
-
- }
复制代码 |
|