样式修改

master
zhaoxiaomin 2 years ago
parent 6aa8e19b90
commit 7774a0d3f7
  1. 2
      pages/AvgCarry/index.vue
  2. 2
      pages/AvgOrderPkg/index.scss
  3. 2
      pages/checkAccept/index.scss
  4. 7
      pages/inventory/index.scss
  5. 15
      pages/payInto/index.scss
  6. 2
      pages/payInto/index.vue
  7. 2
      pages/receive/index.scss
  8. 2
      pages/receive/receiveHomeWorks/receiveHomeWork.vue
  9. 11
      pages/release/index.scss

@ -27,7 +27,7 @@
<u-select v-model="showTwo" :list="pointList1" @confirm="confirmTwo" mode="single-column"></u-select> <u-select v-model="showTwo" :list="pointList1" @confirm="confirmTwo" mode="single-column"></u-select>
</view> </view>
<view class="footer" style="position: absolute;bottom:8%;left: 50%;transform: translateX(-50%);"> <view class="footer" style="position: absolute;bottom:8%;left: 50%;transform: translateX(-50%);">
<u-button type="success" @click="checkOutPick()" style="width: 400rpx;background-color: #1296DB;">开始搬运 <u-button type="success" @click="checkOutPick()" style="width: 400rpx;background-color: #41ABE2;">开始搬运
</u-button> </u-button>
</view> </view>
</view> </view>

@ -219,7 +219,7 @@
line-height: 40px; line-height: 40px;
width: 60%; width: 60%;
font-size: 16px; font-size: 16px;
background-color: #1296DB; background-color: #41ABE2;
color: #fff; color: #fff;
} }
.foot{ .foot{

@ -196,7 +196,7 @@
height: 35px; height: 35px;
line-height: 35px; line-height: 35px;
width: 45%; width: 45%;
background-color: #1296DB; background-color: #41ABE2;
} }
} }

@ -218,10 +218,8 @@
line-height: 40px; line-height: 40px;
width: 60%; width: 60%;
font-size: 16px; font-size: 16px;
background-color: rgb(78, 159, 253); background-color: #41ABE2;
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
color: #fff; color: #fff;
// border: 1px solid #ccc;
} }
.bottom-button{ .bottom-button{
height: 100%; height: 100%;
@ -229,8 +227,7 @@
line-height: 30px; line-height: 30px;
width: 60%; width: 60%;
font-size: 16px; font-size: 16px;
color:rgb(18, 150, 219); color:#41ABE2;
// border: 1px solid #ccc;
width: 60%; width: 60%;
margin-left: -10%; margin-left: -10%;
text-align: center; text-align: center;

@ -55,13 +55,16 @@
} }
.golists{ .golists{
width: 75%; width: 55%;
height:5vh; height:5vh;
margin-left:11vh; margin-left:18vh;
margin-top: 2.5vh; margin-top: 2.5vh;
background-color: rgba(18, 150, 219,0.8); background: rgba(255, 141, 29, 0.8);
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4); border-radius: 28px;
color: #fff; font-family: Source Han Sans CN;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
} }
} }
.all-card{ .all-card{
@ -264,7 +267,7 @@
height: 100%; height: 100%;
line-height: 35px; line-height: 35px;
width: 70%; width: 70%;
background-color: rgb(31, 163, 219); background-color: #41ABE2;
font-size: 16px; font-size: 16px;
} }

@ -129,7 +129,7 @@
<u-modal v-model="show" @confirm="confirm" :show-cancel-button="true" :content="content" ref="uModal" <u-modal v-model="show" @confirm="confirm" :show-cancel-button="true" :content="content" ref="uModal"
:async-close="true"></u-modal> :async-close="true"></u-modal>
<button width="70%" @click="enterInstore()" type="primary" <button width="70%" @click="enterInstore()" type="primary"
style="background-color: #1296DB;">确认入库</button> style="background-color: #41ABE2;">确认入库</button>
</view> </view>
</view> </view>

@ -177,7 +177,7 @@
height: 35px; height: 35px;
line-height: 35px; line-height: 35px;
width: 45%; width: 45%;
background-color: #1296DB; background-color: #41ABE2;
} }
} }

@ -482,7 +482,7 @@
height: 35px; height: 35px;
line-height: 35px; line-height: 35px;
width: 45%; width: 45%;
background-color: #1296DB; background-color: #41ABE2;
} }
} }

@ -218,19 +218,10 @@
line-height: 40px; line-height: 40px;
width: 60%; width: 60%;
font-size: 16px; font-size: 16px;
background-color: rgb(78, 159, 253); background-color: #41ABE2;
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4); box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
color: #fff; color: #fff;
// border: 1px solid #ccc;
} }
// button{
// height: 100%;
// margin-top: 20px;
// line-height: 40px;
// width: 60%;
// font-size: 16px;
// }
.foot{ .foot{
position: fixed; position: fixed;
bottom: 15px; bottom: 15px;

Loading…
Cancel
Save