li-guang
2020-12-15 230fb359b66f850baf8efccf731dcd962c29bf0d
hive-app/pages/member/detail.vue
@@ -68,6 +68,10 @@
            </view>
         </view>
      </view>
      <view class="flex content-btn justify-around">
         <button class="white-btn btn">开单</button>
         <button class="blue-btn btn">预约</button>
      </view>
   </view>
</template>
@@ -112,12 +116,16 @@
   .detail-item{
      width: 25%;
   }
   .detail-icon-box{
      width: 32px;
      height: 32px;
   }
   .detail-icon{
      width: 32px;
      height: 32px;
      width: 28px;
      height: 28px;
   }
   .content-btn{
      position: absolute;
      bottom: 15px;
      width: 100%;
   }
   .btn{
      width: 45%;
   }
</style>