24 Commitit (18e5f529afb70fb6695b1bbf797f51ae609281cf)

Tekijä SHA1 Viesti Päivämäärä
  dell 75742c1bc2 客服帮助中投诉和建议接口接通 8 vuotta sitten
  dell eaabc8a41a 1.咨询专家信息样式和最后回复,聊天页回复样式修改 8 vuotta sitten
  xiaoai_123 7112d370e3 1.咨询列表筛选Bug 8 vuotta sitten
  dell af809ce255 聊天中重复关于Bug 8 vuotta sitten
  dell ed74d99962 发送聊天消息,头像bug 8 vuotta sitten
  lipengtao 2c2adc44b2 个人修改 8 vuotta sitten
  dell d12e8df841 聊天头像Bug修改 8 vuotta sitten
  dell b0aef85179 咨询聊天头像bug 8 vuotta sitten
  dell 374c4bd2f4 1.咨询申请bug修复 8 vuotta sitten
  dell bf5685eebf 咨询聊天默认头像 8 vuotta sitten
  dell 5aea58765b 1.评价详情页数据 8 vuotta sitten
  xiaoai_123 b4714496a9 点击已评价,进入评价详情页 8 vuotta sitten
  xiaoai_123 8c7bdde4a6 1.评价内容字数限制 8 vuotta sitten
  xiaoai_123 b401fb96f1 1.咨询列表头像完善 8 vuotta sitten
  dell 01744155eb 1.聊天返回咨询列表更新咨询已完成状态 8 vuotta sitten
  dell 3910264d84 由聊天返回咨询列表,对咨询状态和未读消息的重新渲染修缮 8 vuotta sitten
  xiaoai_123 80c43ec5c1 从咨询列表页进入聊天页加载的完善 8 vuotta sitten
  xiaoai_123 bda0832a2a 1.咨询列表下拉加载 8 vuotta sitten
  xiaoai_123 e21a36201d 下拉刷新 8 vuotta sitten
  xiaoai_123 841cdf357a 咨询评价完善,专家信息中咨询功能 8 vuotta sitten
  xiaoai_123 6dec18239d 重新提交 8 vuotta sitten
  xiaoai_123 8b760ec136 咨询列表接口修改和完善; 8 vuotta sitten
  xiaoai_123 aa13b6ed72 重新提交。 8 vuotta sitten
  xiaoai_123 10043bedd8 1.聊天页,头部信息,聊天内容,保存消息功能实现 8 vuotta sitten
portal-front - Gogs: Go Git Service

portal html css js resource

webuploader2.css 2.7KB

    .webuploader-container { position: relative; position: relative; width: 100px; height: 100px; float: left; margin-right: 20px; } .webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); } .webuploader-pick { position: relative; display: inline-block; cursor: pointer; width:100px ; height:100px ; color: #fff; text-align: center; border-radius: 5px; overflow: hidden; border: 1px solid #ddd; background:#f0f0f0 url(../../images/up.png) no-repeat center; } .webuploader-pick-disable { opacity: 0.6; pointer-events:none; } /*demo样式*/ #picker { display: inline-block; line-height: 1.428571429; vertical-align: middle; margin: 0 12px 0 0; } #picker .webuploader-pick { padding: 6px 12px; display: block; } #uploader-demo .thumbnail { width: 110px; height: 110px; } #uploader-demo .thumbnail img { width: 100%; } .uploader-list { width: 100%; overflow: hidden; } .file-item { float: left; position: relative; margin: 0 20px 20px 0; padding: 4px; width:100px; heigth:100px; } @-webkit-keyframes progressmove { 0% { background-position: 0 0; } 100% { background-position: 17px 0; } } @-moz-keyframes progressmove { 0% { background-position: 0 0; } 100% { background-position: 17px 0; } } @keyframes progressmove { 0% { background-position: 0 0; } 100% { background-position: 17px 0; } } a.travis { position: relative; top: -4px; right: 15px; } #uploader-dome .file-panel{ position: absolute; height: 0; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0; background: rgba( 0, 0, 0, 0.5 ); width: 100%; top: 0; left: 0; overflow: hidden; z-index: 300; } #uploader-dome .file-panel span { width: 24px; height: 24px; display: inline; float: right; text-indent: -9999px; overflow: hidden; background: url(../../images/icons.png) no-repeat; margin: 5px 1px 1px; cursor: pointer; } #uploader-dome .file-panel span.cancel { background-position: -48px -24px; } #uploader-dome .file-panel span.cancel:hover { background-position: -48px 0; } .subUp{ padding: 8px 0px; background: #ff9900; border-radius: 4px; color: #fff; width: 100px; float: right; margin-top: 10px; text-align: center; cursor: pointer;}