rtal-front/forks"> 0

6 Коммиты (adec477c00ac503fa99023656b6634a02b11241d)

Автор SHA1 Сообщение Дата
  xuchunyang 5017c98cd6 修改:1、发现板块,资源图片没显示,2.企业账户,重置密码,第二步,文字“激活邮件已发送至”改为“密码重置邮件已发送至” лет назад: 7
  luyanan c21ef87c19 登录注册相关页面logo添加链接 лет назад: 7
  xuchunyang b65ec0d216 修改邮箱发送跳转地址 лет назад: 7
  happy 6e8af56f15 企业页面 лет назад: 7
  xuchunyang efe56275a2 修改路径 лет назад: 7
  luyanan b6bd5b21dc 改变企业版访问层级目录 лет назад: 7
portal-front - Gogs: Go Git Service

portal html css js resource

style.css 1.1KB

    img{ border:0px; } li{ list-style:none; } a{ text-decoration:none; outline:none; } input{ outline:none; } /*以下为新加select样式*/ .divselect{width:175px; float:left; position:relative;} .input_select{ width:173px; height:26px; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background:url(../images/downselect.png) no-repeat 150px center; float:left;font-size:14px;line-height:26px; color:#000; padding-left:15px; cursor:pointer; display: block; font-style:normal; } .divselect ul{ width:170px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background-color:#ffffff; display:none; color: #999; font:font-size:14px;line-height:26px; position:absolute; z-index:10000; top:22px; } .divselect ul li{height:24px; line-height:24px;} .divselect ul li a{ display:block; height:24px; color:#333333; text-decoration:none; padding-left:15px; padding-right:15px; color: #a1a1a1; font-size:14px;line-height:26px; } .divselect ul li a:hover{background-color:#f9f9f9;}