zhengjinyi 1 vuosi sitten
vanhempi
commit
7c432400e9
2 muutettua tiedostoa jossa 3 lisäystä ja 6 poistoa
  1. 1 1
      pages/seller/components/home.vue
  2. 2 5
      pages/seller/components/user.vue

+ 1 - 1
pages/seller/components/home.vue

@@ -184,7 +184,7 @@
 </script>
 
 <style lang="scss">
-	page{
+	.home{
 		background-color: #ff5b00;
 	}
 	.container-section{

+ 2 - 5
pages/seller/components/user.vue

@@ -367,19 +367,16 @@ export default {
 
 <style lang="scss">
 @import '@/uni.scss';
-page {
-	background-color: #f7f7f7;
-}
 .user {
 	width: 100%;
 	height: 100%;
 	position: relative;
-	background: rgba(247, 247, 247, 1);
+	background-color: #f7f7f7;
 	padding-bottom: 120rpx;
 }
 .header {
 	width: 100%;
-	position: relative;
+	position: relative; 
 	background-size: cover;
 }
 .header-main {