123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- /*S userRecord*/
- #userRecord {
- }
- #userMachine {
- text-align:right;
- padding:0 10px 5px 0;
- }
- #userRecordCategory {
- position:absolute;
- background:#fdfdfd;
- width:38px;
- position:absolute;
- top:50px;
- left:5px;
- overflow:hidden;
- z-index:100;
- }
- #userRecordCategory dt {
- background: #f3f3f3 url(../images/bg_tools.png) repeat-x left top;
- cursor: pointer;
- border-bottom: 1px solid #DCDCDC;
- border-right:1px solid #DCDCDC;
- height: 24px;
- line-height: 24px;
- text-align: center;
- display: block;
- margin-left: -1px;
- text-decoration: none;
- color: #999;
- }
- #userRecordCategory dt:hover{
- background:#e2ebff;
- }
- #userRecordCategory dt.active {
- background:#0d98d8;
- border-right:1px solid #0d98d8;
- color:#FFF;
- font-weight:bold;
- }
- #userRecordList {
- margin:5px 0 10px 70px;
- position:relative;
- z-index:90;
- }
- #userRecordList dt {
- padding:5px;
- font-size:12px;
- cursor:pointer;
- color:#333;
- border-bottom:1px solid #DDD;
- height:24px;
- line-height:24px;
- position:relative;
- }
- #userRecordList dt:hover,
- #userRecordList dt.select {
- background:#e2ebff;
- }
- #userRecordList dt .num {
- font-size:20px;
- font-family:Arial,serif;
- color:#CCCCCC;
- text-align:right;
- left:-55px;
- position:absolute;
- height:24px;
- width:40px;
- padding:0 5px;
- overflow:hidden;
- }
- #userRecordList dt .name {
- display:inline-block;
- width:140px;
- height:24px;
- overflow:hidden;
- }
- #userRecordList dt .date {
- font-size:10px;
- color:#999;
- font-weight:normal;
- float:right;
- }
- #userRecordList dt .option {
- display:none;
- }
- #userRecordList dt:hover .date {
- display:none;
- }
- #userRecordList dt:hover .option {
- position:absolute;
- right:10px;
- top:10px;
- display:block;
- }
- #userRecordList dt:hover .option .edit {
- display:block;
- float:right;
- width:14px;
- height:14px;
- overflow:hidden;
- text-indent:-999px;
- margin-right:5px;
- background:url(../images/glyphicons-halflings.gif) no-repeat -96px -72px;
- }
- #userRecordList dt:hover .option .del {
- display:block;
- float:right;
- width:14px;
- height:14px;
- overflow:hidden;
- text-indent:-999px;
- background:url(../images/glyphicons-halflings.gif) no-repeat -312px 0;
- }
- #userRecordList dt:hover .option .share {
- display:block;
- float:right;
- width:14px;
- height:14px;
- overflow:hidden;
- text-indent:-999px;
- margin-right:5px;
- background:url(../images/glyphicons-halflings.gif) no-repeat -120px -72px;
- }
- /*note*/
- .user-record-note {}
- .user-record-note .address {
- color:#999;
- text-align:right;
- display:block;
- font-size:11px;
- }
- /*graffiti*/
- .user-record-graffiti {}
- .user-record-graffiti .graffiti {
- width:300px;
- }
- .user-record-graffiti .address {
- color:#999;
- text-align:right;
- display:block;
- font-size:11px;
- }
- /*video*/
- .user-record-video {}
- .user-record-video {
- width:400px;
- }
- .user-record-video .address {
- color:#999;
- text-align:right;
- display:block;
- font-size:11px;
- }
- /*sound*/
- .user-record-sound {
- }
- .user-record-sound {
- width:300px;
- }
- .user-record-sound .address {
- color:#999;
- text-align:right;
- display:block;
- font-size:11px;
- }
- /*image*/
- .user-record-image {}
- .user-record-image .image {
- width:400px;
- }
- .user-record-image .address {
- color:#999;
- text-align:right;
- display:block;
- font-size:11px;
- }
- /*E userRecord*/
|