• 0310


    searchroom
                            <el-row style="margin-top: 2em;" :gutter="10">
                               <el-col :xs="12" :sm="12" :md="12" :lg="12" class="hidden-sm-and-down">
                                  <el-tag>
                                    宽带
                                </el-tag>
                                <el-tag>
                                    wifi
                                </el-tag>
                               </el-col>
                               <el-col :xs="12" :sm="12" :md="12" :lg="12" >
                               <small> <small>wang--{{room.posttime}}发布</small></small>
                               <!--
                                   <small><a  href="'/room/'+room.id">{{room.shortroominfo}}...</a></small>
                                   -->
                               </el-col>
       
                           </el-row>
    

      

    求组
    <el-row :gutter="10"> 
         <el-col :xs="0" :sm="1" :md="2" :lg="2">.
         </el-col>
         <el-col :xs="24" :sm="22" :md="20" :lg="20">
      <div class="am-list-news-bd">
      <ul class="am-list">
        
    
    
          <li v-for="room in rooms" class=" am-list-item-desced am-list-item-thumbed am-list-item-thumb-left">
            <el-row :gutter="10">
              <el-col :xs="2" :sm="2" :md="2" :lg="2">
                  <div class="am-u-sm-3 am-list-thumb">
                    
                    <router-link :to="'/room/'+room.id">
                      <img :src="'/api/150_'+room.image" style=" 30px;height: 30px;" />
                      </router-link>
                  </div>
              </el-col>
              <el-col :xs="20" :sm="20" :md="20" :lg="20" >
                  <div class=" am-list-main" >
                      <!--<h3 class="am-list-item-hd"><router-link to="/room/2">-->
                      <el-row :gutter="10">
                          <el-col :xs="15" :sm="15" :md="14" :lg="12">
                          <h4 class="" style="margin-top: 1.1em;margin-bottom: 0.5em;"><router-link :to="'/room/'+room.id">
                            {{room.courtname}}-南卧  {{room.price}}<small>元/月</small> </router-link> 
                          </h4>
                          </el-col>
                          <el-col :xs="9" :sm="9" :md="10" :lg="12">
                          <h5 style="margin-top: 1.5em;margin-bottom: 0.5em;">
                         <small> <small>wang--{{room.posttime}}发布</small></small>
                          </h5>
                          </el-col>
                      </el-row>
                      
    
                      <div class="am-list-item-text" style="margin-top: 0.3em;">
                          <el-row :gutter="10">
                                <small>{{room.roominfo}}</small>
      
                           </el-row>
      
                            <el-row style="margin-top: 1.2em;margin-bottom: 0.3em;" :gutter="10">
                               <el-col :xs="12" :sm="12" :md="12" :lg="12" class="hidden-sm-and-down">
                                   <el-tag>
                                    无房
                                   </el-tag>
                                  <el-tag>
                                    it
                                   </el-tag>
                                  <el-tag>
                                    80后
                                   </el-tag>
                               </el-col>
                               <el-col :xs="12" :sm="12" :md="12" :lg="12" >
                               <i style="padding-right: 1em" class="el-icon-edit">200</i>
                               <i style="padding-right: 1em" class="el-icon-share">2</i>
                               
                               <!--
                                   <small><a  href="'/room/'+room.id">{{room.shortroominfo}}...</a></small>
                                   -->
                               </el-col>
       
                           </el-row>
       
                         
                      </div>
                  </div>
              </el-col>
               
            </el-row>
          </li>
        </ul>
      </div>
      </el-col>
      </el-row>
  • 相关阅读:
    [CentOS]Centos设置网卡
    [C#]创建Windows用户及组
    [C#]读取指定路径的配置文件[转]
    [C#]安装WindowsService的关键步骤
    [C#]如何解决修改注册表受限问题(转)
    [C#]DES再一例(转)
    [C#]获取当前程序运行路径的方法集合(转)
    [Postgres]Postgres复制表
    [Postgres]postgresql.conf : Permission denied处理一法
    【转】/proc/sysrq-trigger 详解
  • 原文地址:https://www.cnblogs.com/cnchengv/p/8541373.html
Copyright © 2020-2023  润新知