温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:酒店管理系统(ExtJs)源码
当前文件:
MyHotelManager/HotelUI/Css/main.css,打开代码结构图
MyHotelManager/HotelUI/Css/main.css,打开代码结构图1#north{ 2
border:0 none; 3
padding-top:3px; 4
padding-left:3px; 5
} 6
#north .api-title { 7
color:#333333; 8
margin:5px; 9
font-family: tahoma, arial, sans-serif; 10
font-size: 16px; 11
font-style: normal; 12
font-weight: bold; 13
font-variant: normal; 14
} 15
.loading-indicator { 16
font-size:11px; 17
background-image:url('images/loading.gif'); 18
background-repeat: no-repeat; 19
background-position:top left; 20
padding-left:20px; 21
height:18px; 22
text-align:left; 23
} 24
#loading-mask{ 25
position:absolute; 26
left:0; 27
top:0; 28
width:100%; 29
height:100%; 30
z-index:20000; 31
background-color:white; 32
} 33
#loading{ 34
position:absolute; 35
left:45%; 36
top:40%; 37
padding:2px; 38
z-index:20001; 39
height:auto; 40
} 41
#loading img { 42
margin-bottom:5px; 43
} 44
#loading .loading-indicator{ 45
background:white; 46
color:#555; 47
font:bold 13px tahoma,arial,helvetica; 48
padding:10px; 49
margin:0; 50
text-align:center; 51
height:auto; 52
} 53
.logintext { 54
font:normal 12px tahoma, arial, sans-serif; 55
font-weight: bold; 56
} 57
a:link { 58
font-size: 12px; 59
color: blue; 60
text-decoration: none; 61
} 62
a:visited { 63
font-size: 12px; 64
color: blue; 65
text-decoration: none; 66
} 67
a:hover { 68
font-size: 12px; 69
color: blue; 70
text-decoration: underline; 71
} 72
.download { 73
background:transparent url(/HotelUI/Images/download.gif) no-repeat center left; 74
height:46px; 75
} 76
.search { 77
background:url(/HotelUI/Images/select.gif) no-repeat center left !important; 78
} 79
.list { 80
background:url(/HotelUI/Images/list.gif) no-repeat center left !important; 81
} 82
.del { 83
background:url(/HotelUI/Images/del.gif) no-repeat center left !important; 84
} 85
.post { 86
background:url(/HotelUI/Images/post.gif) no-repeat center left !important; 87
} 88
.copy { 89
background:url(/HotelUI/Images/copy.gif) no-repeat center left !important; 90
} 91
.write { 92
background:url(../images/write.gif) no-repeat center left !important; 93
} 94
.edit { 95
background:url(../images/edit.gif) no-repeat center left !important; 96
} 97
.key { 98
background:url(../images/key.gif) no-repeat center left !important; 99
} 100
.refresh { 101
background:url(../images/refresh.gif) no-repeat center left !important; 102
}



border
