123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- /*----------分类库存设定--------------*/
- .line20 {
- line-height: 20px;
- }
- .fw700 {
- font-weight: 700
- }
- .font18 {
- font-size: 18px;
- font-weight: 700;
- }
- .font16 {
- font-family: 16px;
- font-weight: 700
- }
- .font14 {
- font-size: 16px;
- }
- .font12 {
- font-size: 14px;
- }
- .font10 {
- font-size: 12px;
- }
- .title1 {
- font-size: 16px;
- font-weight: 700;
- color: #404040;
- border-bottom: 1px solid #EBEBEB;
- color: #404040;
- border-top: 1px solid #EBEBEB;
- margin-top: 5px;
- height: 42px;
- line-height: 42px;
- background-color: #FFFFFF;
- }
- .title2 {
- font-size: 16px;
- font-weight: 700;
- color: #404040;
- line-height: 30px;
- }
- .title3 {
- font-size: 14px;
- font-weight: 700;
- color: #404040;
- line-height: 26px;
- }
- .title4{font-size:12px; color:#404040; line-height:24px;}
- .text1 {
- font-size: 14px;
- color: #808080;
- line-height: 24px;
- }
- .text2 {
- font-size: 12px;
- color: #808080;
- line-height: 24px;
- }
- .text3 {
- font-size: 12px;
- color: #999999;
- line-height: 24px;
- }
- .shezhi {
- font-size: 16px;
- color: #808080;
- line-height: 30px;
- margin-top: 50px;
- text-align: center;
- }
- .wsheding {
- border: 1px solid #EBEBEB;
- height: 50px;
- margin: 12px;
- text-align: center;
- line-height: 50px;
- }
- .bgwhite {
- background: #FFFFFF
- }
- .underline {
- border-bottom: 1px solid #EBEBEB;
- }
- /*字体颜色*/
- .heightKC {
- color: #03A9F4
- }
- .lowKC {
- color: #CCA66E
- }
- .CKXD {
- color: #009688
- }
- .state {
- color: #8BC34A
- }
- .statew {
- color: #ff5722;
- }
- .date {
- color: #808080
- }
- /*nav-bottom*/
- .spanicon {
- width: 32px;
- height: 32px;
- background: url(../img/vip/icon_qqlevel_sprite.png) no-repeat;
- margin-top: 2px;
- }
- .title {
- vertical-align: middle;
- text-align: center;
- font-size: 12px;
- }
- /*---------------设置页面-------------*/
- .fencang {
- font-size: 16px;
- line-height: 50px;
- color: #101010;
- }
- .hejijian {
- font-size: 12px;
- color: #101010;
- line-height: 25px;
- }
- .baocun {
- float: right;
- line-height: 50px;
- width: 120px;
- font-size: 16px;
- }
- .text11 {
- font-size: 14px;
- color: #808080;
- line-height: 40px;
- }
- .addtext {
- font-size: 16px;
- color: #909090;
- line-height: 40px;
- margin-left: 70px;
- }
- .inputjian{ width:50px; line-height:20px; border:1px solid #EBEBEB; color:#ABABAB}
- /*定位正方形添加按钮*/
- .square_main {
- width: 40px;
- height: 40px;
- border: 1px solid #ababab;
- border-radius:5px;
- position: absolute;
- }
- /*定位水平div垂直居中*/
- .row_div {
- width: 32px;
- height: 1px;
- background-color: #ababab;
- position: absolute;
- top: 50%;
- left: 8%;
- }
- /*定位列div水平居中*/
- .clou_div {
- width: 1px;
- height: 32px;
- background-color: #ababab;
- position: absolute;
- left: 50%;
- top: 8%;
- }
- /*--------------setup---------------------*/
- #parent {
- overflow: hidden;
- }
- #parent select {width:200px; color: #888888; font-size:16px;height:30px; line-height:30px; border:1px solid #EBEBEB; margin-top:5px;
- }
- .option{color: #888888; font-size:16px;height:30px; line-height:30px;}
- .tjBT{font-size:18px; color:#101010}
- .inputSR{margin-top:5px; width:200px; font-size:16px;line-height:30px; border:1px solid #EBEBEB; color:#ABABAB}
- .beizhu{color:#ff9800; font-size:12px; line-height:30px;}
|