style: remove redundant box-border utility classes
Remove the unnecessary box-border CSS class from component template class lists across the codebase, cleaning up styling without altering any component functionality.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<!-- 联系方式 -->
|
||||
<view class="bg-white rounded-12 overflow-hidden">
|
||||
<view class="border-box border-bottom font-size-16 font-500 color-000 line-height-24 p-[12px]">联系方式</view>
|
||||
<view class="flex flex-items-center box-border p-[12px]">
|
||||
<view class="flex flex-items-center p-[12px]">
|
||||
<view class="font-size-14 font-500 color-525866 mr-12"> 联系人姓名 </view>
|
||||
<view class="right">
|
||||
<input class="border-box px-[4px] py-[2px] font-size-15 color-000 line-height-20"
|
||||
@@ -27,7 +27,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="flex flex-items-center box-border p-[12px]">
|
||||
<view class="flex flex-items-center p-[12px]">
|
||||
<view class="font-size-14 font-500 color-525866 mr-12"> 手机号码 </view>
|
||||
<view class="right">
|
||||
<input class="border-box px-[4px] py-[2px] font-size-15 color-000 line-height-20"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="booking-footer box-border bg-white flex flex-items-center font-family-misans-vf">
|
||||
<view class="booking-footer bg-white flex flex-items-center font-family-misans-vf">
|
||||
<text class="amt font-size-20 font-bold color-FF3D60 line-height-28 flex flex-items-center mr-8">
|
||||
{{ totalAmt }}
|
||||
</text>
|
||||
@@ -7,7 +7,7 @@
|
||||
<text class="font-size-12 color-A3A3A3 mr-4">明细</text>
|
||||
<uni-icons type="up" size="16" color="#A3A3A3" />
|
||||
</view> -->
|
||||
<view class="btn box-border rounded-10 flex flex-items-center ml-auto pl-[8px]" @click="handleBooking">
|
||||
<view class="btn rounded-10 flex flex-items-center ml-auto pl-[8px]" @click="handleBooking">
|
||||
<image class="icon" src="https://oss.nianxx.cn/mp/static/version_101/common/btn.png" />
|
||||
<text class="font-size-16 font-500 color-white">立即支付</text>
|
||||
</view>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="bg-white rounded-12 overflow-hidden mb-12">
|
||||
<view class="flex flex-items-center box-border p-[12px] border-bottom">
|
||||
<view class="flex flex-items-center p-[12px] border-bottom">
|
||||
<view class="font-size-16 font-500 color-000 line-height-24 flex-full">入住信息</view>
|
||||
<view class="right">
|
||||
<Stepper v-model="count" unit="间" />
|
||||
@@ -17,7 +17,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="flex flex-items-center box-border pt-[12px] pb-[12px]">
|
||||
<view class="flex flex-items-center pt-[12px] pb-[12px]">
|
||||
<view class="font-size-14 font-500 color-525866 mr-12"> 联系手机 </view>
|
||||
<view class="right">
|
||||
<input class="border-box px-[4px] py-[2px] font-size-15 color-000 line-height-20"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</template>
|
||||
</TopNavBar>
|
||||
|
||||
<view class="booking-content flex-full box-border p-[12px] overflow-hidden scroll-y">
|
||||
<view class="booking-content flex-full p-[12px] overflow-hidden scroll-y">
|
||||
<!-- 预约内容 -->
|
||||
<view class="border-box bg-white p-[12px] rounded-12 mb-12">
|
||||
<!-- 酒店类型入住离店日期部分 -->
|
||||
@@ -24,8 +24,7 @@
|
||||
|
||||
<!-- 权益部分 -->
|
||||
<view class="flex flex-items-center mb-8">
|
||||
<text
|
||||
class="bg-[#f7f7f7] box-border rounded-4 font-size-11 color-525866 mr-4 pt-[4px] pb-[4px] pl-[6px] pr-[6px]"
|
||||
<text class="bg-[#f7f7f7] rounded-4 font-size-11 color-525866 mr-4 pt-[4px] pb-[4px] pl-[6px] pr-[6px]"
|
||||
v-for="(item, index) in orderData.commodityFacilityList" :key="index">
|
||||
{{ item }}
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user