diff --git a/manifest.json b/manifest.json
index edefc3b..afb3253 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
- "name" : "吧唧一番赏",
- "appid" : "__UNI__46B4383",
+ "name" : "一番赏",
+ "appid" : "__UNI__2E6CB39",
"description" : "",
"versionName" : "1.0.1",
"versionCode" : 101,
diff --git a/pages.json b/pages.json
index 9f80855..8cb8822 100644
--- a/pages.json
+++ b/pages.json
@@ -61,16 +61,16 @@
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "吧唧一番赏",
- "navigationBarBackgroundColor": "#222222",
- "navigationBarTextStyle": "white"
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/bangding",
"style": {
"navigationBarTitleText": "吧唧一番赏",
- "navigationBarBackgroundColor": "#222222",
- "navigationBarTextStyle": "white"
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTextStyle": "black"
}
},
{
diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue
index d2f10d2..5548bf5 100644
--- a/pages/shouye/index.vue
+++ b/pages/shouye/index.vue
@@ -935,8 +935,8 @@
// background: url($imgurl+'common/goodsBg.png') no-repeat 0 0 / 100% 100%;
.image1 {
- width: 38rpx;
- height: 30rpx;
+ width: 32rpx;
+ height: 32rpx;
position: absolute;
z-index: 10;
top: 10rpx;
@@ -1013,8 +1013,8 @@
.list_1>image {
// width: 290rpx;
// height: 290rpx;
- width: 90%;
- height: 88%;
+ width: 100%;
+ height: 100%;
}
.list_2 {
diff --git a/pages/user/bangding.vue b/pages/user/bangding.vue
index fa0002b..ef8c22a 100644
--- a/pages/user/bangding.vue
+++ b/pages/user/bangding.vue
@@ -1,19 +1,27 @@
-
+
+
+
申请获取以下权限
- 获得您的手机号
+ 获得您的手机号
-
+
+
@@ -97,10 +105,10 @@
} */
.header {
- margin: 90rpx 0 90rpx 50rpx;
- border-bottom: 1px solid #ccc;
+ padding-top: 90rpx;
+ /* padding: 90rpx 0 90rpx 50rpx; */
text-align: center;
- width: 650rpx;
+ width: 100%;
height: 300rpx;
line-height: 450rpx;
}
@@ -108,12 +116,15 @@
.header image {
width: 200rpx;
height: 200rpx;
+ border-radius: 50%;
}
.content {
+ margin-top: 68rpx;
margin-left: 50rpx;
margin-bottom: 90rpx;
- color: #fff;
+ color: #333333;
+ font-size: 28rpx;
}
.content text {
@@ -123,8 +134,10 @@
.bottom {
/* border-radius: 80rpx; */
+ width: 416rpx;
+ height: 80rpx;
margin: 70rpx 50rpx;
- font-size: 35rpx;
+ font-size: 28rpx;
}
button::after {
@@ -132,28 +145,24 @@
}
button {
- background: #AD77EF;
- font-size: 36rpx;
- font-family: zihun152hao-jijiachaojihei;
+ background: #333333;
+ font-size: 28rpx;
font-weight: 400;
- color: #ffffff;
- border-radius: 80rpx;
+ color: #CDEF27;
+ border-radius: 16rpx;
}
.quxiao {
- background: linear-gradient(90deg, #2dcbff 0%, #ff95fb 100%);
- filter: grayscale(1);
- width: 650rpx;
- height: 78rpx;
+ background-color: #CDEF27;
+ width: 416rpx;
+ height: 80rpx;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
- border-radius: 80rpx;
- margin: auto;
- font-size: 36rpx;
- font-family: zihun152hao-jijiachaojihei;
+ border-radius: 16rpx;
+ font-size: 28rpx;
font-weight: 400;
- color: #ffffff;
+ color: #333333;
}
\ No newline at end of file
diff --git a/pages/user/login.vue b/pages/user/login.vue
index 10358ab..98d2ca3 100644
--- a/pages/user/login.vue
+++ b/pages/user/login.vue
@@ -7,7 +7,7 @@
申请获取以下权限
- 获得你的公开信息(昵称,头像、地区等)
+ 获得你的公开信息(昵称,头像、地区等)
@@ -244,13 +244,14 @@
\ No newline at end of file