413 Commits (6226ebfbd4cbed9e6edca9c2579f09ee748d15e5)

Author SHA1 Message Date
  jack 6226ebfbd4 特邀专家登录 7 years ago
  jack db56e83ef3 改正验证文字 7 years ago
  jack 7468fa4302 登录bug修正 7 years ago
  zzy.zhiyuan.foxmail 1b72634fd9 Merge branch 'dev' into test 7 years ago
  jack d83f55b64d 样式 7 years ago
  jack 6011db34e4 登录后跳转首页 7 years ago
  jack aeb090f294 校验两次密码 7 years ago
  jack 39fd202092 修改密码 7 years ago
  jack fa60c3b16b 邮箱验证密码都有值的时候,点击跳转 7 years ago
  xuchunyang 50fe1ca7f6 登录,注册,找回密码修改 7 years ago
  jack f3c134db92 注册 7 years ago
  jack ac3a47b3e4 邮箱注册bug修正 7 years ago
  jack 6eaf89c2df 登录注册 7 years ago
  jack 3e04267a34 修正重置密码成功或者失败再去登录bug 7 years ago
  jack a149c42514 样式问题 7 years ago
  jack cb5acc8b57 注册ie点击登录邮箱跳转好多次 7 years ago
  luyanan 97b87c0343 新版搜索 7 years ago
  luyanan 7f6f12af99 新版搜索以及文章相关样式 7 years ago
  luyanan 914082432f 新版文章发布、文章预览、文章详情、工作台文章列表 7 years ago
  luyanan ec47f01ca6 新版文章相关icon 7 years ago
  zzy.zhiyuan.foxmail e4312c3959 Merge branch 'dev' into test 7 years ago
  jack e890d18865 注册样式问题 7 years ago
  jack 1518a5f6c9 修正格式 7 years ago
  jack fd83e29456 注册 7 years ago
  zzy.zhiyuan.foxmail 05c85b138f Merge branch 'dev' into test 7 years ago
  zzy.zhiyuan.foxmail 833642dd05 --解决合并冲突 7 years ago
  jack a671e32cf7 邮箱发送成功后,手机注册及邮箱注册不能点 7 years ago
  jack b38c2a5f8d 登录 7 years ago
  xuchunyang bc5ca014b7 编辑器修改 7 years ago
  jack cd8528516e 注册及发邮箱 7 years ago
  xuchunyang 205ba4beb3 注册 7 years ago
  jack 71cd9f160c 注册新页面 7 years ago
  xuchunyang 833bd16dba 登陆,忘记密码,改版 7 years ago
  luyanan 34cb7c8459 完善信息中的错误提示样式 7 years ago
  xuchunyang 3b38de652a 邀请码登录后,设置密码页面改版 7 years ago
  xuchunyang 58fcd89a92 登录,首次登录个人信息页面改版 7 years ago
  luyanan d60cd98165 完善信息身份选择,特邀专家首次登录设置密码 7 years ago
  jack 8404664c7d 邀请好友注册加上名字字数限制 7 years ago
  jack 41131d4309 邀请好友分享的注册页面 7 years ago
  luyanan 7ce6b509c3 新版 密码找回、注册 7 years ago
  luyanan a2e775138b 新版邀请注册页面 7 years ago
  zzy.zhiyuan.foxmail bbb7f8899d 更改合并冲突; 7 years ago
  zzy.zhiyuan.foxmail 7f78301390 Merge remote-tracking branch 'origin/dev' into test 7 years ago
  jack 7b6aa93162 样式及工作台未登录跳转登录页面 7 years ago
  jack b611346f09 未登录跳登录页面 7 years ago
  luyanan c584f7d38f 咨询申请成功标志更换 7 years ago
  luyanan e6c3c09286 更换专家头像,文章留言头像形状 7 years ago
  jack 407944b6ba 工作台显示企业类型及企业规模 7 years ago
  luyanan 4ec079af5c 搜索条和导航头像 7 years ago
  happy b42137cf32 Merge branch 'dev' of http://121.42.53.174:3000/jiapeng/portal-front.git into dev 7 years ago
portal-front - Gogs: Go Git Service

portal html css js resource

bootstrap-datetimepicker.css 7.9KB

    /*! * Datetimepicker for Bootstrap 3 //! version : 4.0.0-beta * https://github.com/Eonasdan/bootstrap-datetimepicker/ */ .bootstrap-datetimepicker-widget.dropdown-menu { margin: 2px 0; padding: 4px; width: 19em; } @media (min-width: 768px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 992px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 1200px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after { content: ''; display: inline-block; position: absolute; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); top: -7px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; top: -6px; left: 8px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); bottom: -7px; left: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; bottom: -6px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { left: auto; right: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { left: auto; right: 7px; } .bootstrap-datetimepicker-widget .list-unstyled { margin: 0; } .bootstrap-datetimepicker-widget a[data-action] { padding: 6px 0; } .bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width: 54px; font-weight: bold; font-size: 1.2em; margin: 0; } .bootstrap-datetimepicker-widget button[data-action] { padding: 6px; } .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle AM/PM"; } .bootstrap-datetimepicker-widget .picker-switch { text-align: center; } .bootstrap-datetimepicker-widget .picker-switch::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle Date and Time Screens"; } .bootstrap-datetimepicker-widget .picker-switch td { padding: 0; margin: 0; height: auto; width: auto; line-height: inherit; } .bootstrap-datetimepicker-widget .picker-switch td span { line-height: 2.5; height: 2.5em; width: 100%; } .bootstrap-datetimepicker-widget table { width: 100%; margin: 0; } .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th { text-align: center; border-radius: 4px; } .bootstrap-datetimepicker-widget th { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget th.picker-switch { width: 145px; } .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget th.prev::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Previous Month"; } .bootstrap-datetimepicker-widget th.next::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Next Month"; } .bootstrap-datetimepicker-widget thead tr:first-child th { cursor: pointer; } .bootstrap-datetimepicker-widget thead tr:first-child th:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget td { height: 54px; line-height: 54px; width: 54px; } .bootstrap-datetimepicker-widget td.cw { font-size: .8em; height: 20px; line-height: 20px; color: #777777; } .bootstrap-datetimepicker-widget td.day { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover { background: #eeeeee; cursor: pointer; } .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new { color: #777777; } .bootstrap-datetimepicker-widget td.today { position: relative; } .bootstrap-datetimepicker-widget td.today:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-bottom: 7px solid #428bca; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; } .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover { background-color: #428bca; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget td.active.today:before { border-bottom-color: #fff; } .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget td span { display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 4px; } .bootstrap-datetimepicker-widget td span:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget td span.active { background-color: #428bca; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget td span.old { color: #777777; } .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget.usetwentyfour td.hour { height: 27px; line-height: 27px; } .input-group.date .input-group-addon { cursor: pointer; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }