myKnowledgeComment.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <style type="text/css">
  2. .item {
  3. border-bottom: none;
  4. }
  5. .border-style {
  6. font-size: 1.3rem;
  7. border-bottom: 1px solid #eeeeee;
  8. background-color: #f5f5f5;
  9. padding: 0;
  10. padding-left: 1.1rem;
  11. /* height: 2.2rem; */
  12. /* line-height: 2.2rem; */
  13. color: #666666
  14. }
  15. .item.item-input {
  16. border-width: 0px;
  17. }
  18. </style>
  19. <!-- <div class="bar bar-header bar-dark topHeadBg"> -->
  20. <!-- <div class="bar bar-header bar-stable"> -->
  21. <!-- <a class="button button-clear iconfont dsit-fanhui" ng-click="goBack()">返回</a> -->
  22. <!-- <a class="button button-positive" ng-click="goBack()">返回</a> -->
  23. <!-- <h1 class="title"></h1> -->
  24. <!-- <button class="button button-clear" ng-click="commentFunction()">发表评论</button> -->
  25. <!-- </div> -->
  26. <!--<div class="scroll-content has-header has-subheader has-footer has-subfooter">-->
  27. <div class="scroll-conten has-subfooter">
  28. <!-- <ionic-ratings ratingsobj='ratingsObject' index='0'></ionic-ratings> -->
  29. <div class="titledetail row ng-binding border-style">
  30. 常见问题信息<span class="font-color-gray fz-12 ng-binding"></span>
  31. </div>
  32. <!-- <rating ng-model="score" max="10" state-on="'fa fa-heart text-red text-extra-large margin-right-5'" state-off="'fa fa-heart-o text-large margin-right-5'"></rating> -->
  33. <div class="item">
  34. <!-- <h3>&nbsp;&nbsp;请输入您的评论</h3> -->
  35. <label class="item item-input">
  36. <textarea placeholder="最多可以输入500字" style="height: 300px;" ng-model="reviewContent" maxlength="500"></textarea>
  37. </label>
  38. <button class="button button-block button-positive submitButton" ng-click="commentSubmit()">提交</button>
  39. </div>
  40. </div>