温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Extjs简单版酒店管理系统
当前文件:
ExtjsHotelManage/UI/CSS/css.css[2K,2009-6-12 11:42:12],打开代码结构图
ExtjsHotelManage/UI/CSS/css.css[2K,2009-6-12 11:42:12],打开代码结构图1/*按钮样式*/ 2
.btn { 3
BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); BORDER-LEFT: #7b9ebd 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #7b9ebd 1px solid; 4
filter : progid:DXImageTransform.Microsoft.gradient(startColorStr=#96CDCD,endColorStr=#FFFFFF); 5
} 6
.aaaaa 7
{ 8
background-color:Red; 9
} 10
/*添加 删除 修改icon样式*/ 11
.hotelmanageicon 12
{ 13
background-image: url(/UI/Images/icons/hotelmanage.png) !important; 14
} 15
.addicon 16
{ 17
background-image: url(/UI/Images/icons/add.png) !important; 18
} 19
.editicon 20
{ 21
background-image: url(/UI/Images/icons/edit.png) !important; 22
} 23
.deleteicon 24
{ 25
background-image: url(/UI/Images/icons/delete.png) !important; 26
} 27
.refreshicon 28
{ 29
background-image: url(/UI/Images/icons/refresh.png) !important; 30
} 31
.roomtypeicon 32
{ 33
background-image: url(/UI/Images/icons/roomtypeicon.gif) !important; 34
} 35
.indexicon 36
{ 37
background-image: url(/UI/Images/icons/indexicon.gif) !important; 38
} 39
.todaypriceicon 40
{ 41
background-image: url(/UI/Images/icons/todaypriceicon.gif) !important; 42
43
} 44
.roomtypeseeicon 45
{ 46
background-image: url(/UI/Images/icons/roomtypeseeicon.png) !important; 47
48
} 49
.closetabone 50
{ 51
background-image: url(/UI/Images/icons/closetabone.gif) !important; 52
53
} 54
.closetaball 55
{ 56
background-image: url(/UI/Images/icons/closetaball.gif) !important; 57
58
} 59
.gonggao 60
{ 61
background-image: url(/UI/Images/icons/gonggao.gif) !important; 62
} 63
.serchopenroomrecord 64
{ 65
66
background-image: url(/UI/Images/icons/serchopenroomrecord.png) !important; 67
} 68
69
.homemanage 70
{ 71
background-image: url(/UI/Images/icons/homemanage.gif) !important; 72
} 73
74
.sysmanagemenu 75
{ 76
background-image: url(/UI/Images/icons/sysmanagemenu.png) !important; 77
} 78
79
.allmanagemenu 80
{ 81
background-image: url(/UI/Images/icons/allmanagemenu.png) !important; 82
} 83
84
85
.setuseridicon 86
{ 87
background-image: url(/UI/Images/icons/setuseridicon.png) !important; 88
} 89
.openroomicon 90
{ 91
background-image: url(/UI/Images/icons/openroomicons.gif) !important; 92
} 93
.openroomiconinfo 94
{ 95
background-image: url(/UI/Images/icons/openroomiconinfo.gif) !important; 96
} 97
.roomicons 98
{ 99
background-image: url(/UI/Images/icons/roomicons.gif) !important; 100
} 101
.guesticon 102
{ 103
background-image: url(/UI/Images/icons/guesticon.png) !important; 104
} 105
.roolrecordicon 106
{ 107
background-image: url(/UI/Images/icons/roolrecordicon.png) !important; 108
} 109
.roolrecordicons 110
{ 111
background-image: url(/UI/Images/icons/roolrecordicon.png) !important; 112
} 113
.totalicon 114
{ 115
background-image: url(/UI/Images/icons/totalicon.png) !important; 116
} 117
118
.usericon 119
{ 120
background-image: url(/UI/Images/icons/usericon.png) !important; 121
} 122
.publishicon 123
{ 124
background-image: url(/UI/Images/icons/publishicon.png) !important; 125
} 126




BORDER-RIGHT
.aaaaa
