| | |
| | | <span>请勿涉及不文明及违规内容,违法必究!</span> |
| | | </div> |
| | | <div class="bottom"> |
| | | <van-button type="primary" @click="submit(2)" v-show="!this.shownim">匿名添加</van-button> |
| | | <van-button type="primary" @click="submit(1)">添加留言</van-button> |
| | | <div class="button"> |
| | | <van-button type="primary" @click="submit(2)" v-show="!this.shownim">匿名留言</van-button> |
| | | <van-button type="primary" @click="submit(1)">实名留言</van-button> |
| | | </div> |
| | | |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | .bottom { |
| | | position: absolute; |
| | | bottom: 50px; |
| | | left:0; |
| | | width: 100%; |
| | | display: flex; |
| | | .button{ |
| | | display: flex; |
| | | } |
| | | .van-button { |
| | | // margin: 0px 10px; |
| | | text-align: center; |
| | | width: 40%; |
| | | margin: 0px 10px; |
| | | flex: 1; |
| | | font-size: 18px; |