1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <style type="text/css">
- .item {
- border-bottom: none;
- }
-
- .border-style {
- font-size: 1.3rem;
- border-bottom: 1px solid #eeeeee;
- background-color: #f5f5f5;
- padding: 0;
- padding-left: 1.1rem;
- /* height: 2.2rem; */
- /* line-height: 2.2rem; */
- color: #666666
- }
-
- .item.item-input {
- border-width: 0px;
- }
- </style>
- <!-- <div class="bar bar-header bar-dark topHeadBg"> -->
- <!-- <div class="bar bar-header bar-stable"> -->
- <!-- <a class="button button-clear iconfont dsit-fanhui" ng-click="goBack()">返回</a> -->
- <!-- <a class="button button-positive" ng-click="goBack()">返回</a> -->
- <!-- <h1 class="title"></h1> -->
- <!-- <button class="button button-clear" ng-click="commentFunction()">发表评论</button> -->
- <!-- </div> -->
- <!--<div class="scroll-content has-header has-subheader has-footer has-subfooter">-->
- <div class="scroll-conten has-subfooter">
- <!-- <ionic-ratings ratingsobj='ratingsObject' index='0'></ionic-ratings> -->
- <div class="titledetail row ng-binding border-style">
- 常见问题信息<span class="font-color-gray fz-12 ng-binding"></span>
- </div>
- <!-- <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> -->
- <div class="item">
- <!-- <h3> 请输入您的评论</h3> -->
- <label class="item item-input">
- <textarea placeholder="最多可以输入500字" style="height: 300px;" ng-model="reviewContent" maxlength="500"></textarea>
- </label>
- <button class="button button-block button-positive submitButton" ng-click="commentSubmit()">提交</button>
- </div>
- </div>
|