Commit c418433f authored by 程新智's avatar 程新智 👽

油画

parent f8049575
...@@ -302,6 +302,7 @@ button::after { ...@@ -302,6 +302,7 @@ button::after {
opacity: 0.96; opacity: 0.96;
letter-spacing: .5em; letter-spacing: .5em;
margin-bottom: 32rpx; margin-bottom: 32rpx;
margin-top: 200rpx;
} }
.login__read { .login__read {
......
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
.shop__item2 { .shop__item2 {
width: 24%; width: 24%;
margin-right: 1%; margin-right:30rpx;
.item2__img { .item2__img {
margin-bottom: 20rpx; margin-bottom: 20rpx;
......
...@@ -157,7 +157,6 @@ export default { ...@@ -157,7 +157,6 @@ export default {
/deep/.u-input__content__field-wrapper__field { /deep/.u-input__content__field-wrapper__field {
text-align: right !important; text-align: right !important;
padding-right: 30rpx;
} }
.u-checkbox-group { .u-checkbox-group {
......
...@@ -200,7 +200,6 @@ export default { ...@@ -200,7 +200,6 @@ export default {
/deep/ .u-input__content__field-wrapper__field { /deep/ .u-input__content__field-wrapper__field {
text-align: right !important; text-align: right !important;
padding-right: 30rpx;
justify-content: space-evenly; justify-content: space-evenly;
} }
......
...@@ -214,6 +214,7 @@ export default { ...@@ -214,6 +214,7 @@ export default {
image { image {
width: 34rpx; width: 34rpx;
height: 36rpx; height: 36rpx;
padding-left: 20rpx;
} }
} }
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<template> <template>
<view class="appCotent"> <view class="appCotent">
<div class="myOrder"> <div class="myOrder">
<u-tabs :current='current' :list="list4" lineWidth="30" @change="changeVal" lineColor="#f56c6c" :activeStyle="{ <u-tabs :current='current' :list="list4" lineWidth="30" @change="changeVal" lineColor="#f56c6c" :activeStyle="{
color: '#303133', color: 'rgba(241, 37, 27, 1)',
fontWeight: 'bold', fontSize: '32rpx',
transform: 'scale(1.05)' transform: 'scale(1.05)'
}" :inactiveStyle="{ }" :inactiveStyle="{
color: '#606266', color: '#606266',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment