diff --git a/src/pages/closeStyle/goCreatePhoto.vue b/src/pages/closeStyle/goCreatePhoto.vue index 81307fd..03473bd 100644 --- a/src/pages/closeStyle/goCreatePhoto.vue +++ b/src/pages/closeStyle/goCreatePhoto.vue @@ -4,12 +4,14 @@ > 风格名称 - + + + 金币余额:  30 @@ -48,9 +50,10 @@ function createing() { margin-top: 30rpx; margin-bottom: 50rpx; } -button { - width: 60% !important; +.buttonBox { + width: 60%; } + .balance { margin-top: 30rpx; font-size: 40rpx; diff --git a/src/pages/createing/index.vue b/src/pages/createing/index.vue index 946ec73..82676cb 100644 --- a/src/pages/createing/index.vue +++ b/src/pages/createing/index.vue @@ -12,7 +12,12 @@ > - + @@ -31,13 +36,15 @@ 点击查看高清写真 - + + + @@ -58,7 +65,11 @@ function changeStyle() { url: "/pages/closeStyle/closeStyle", }); } - +function goLookPhoto() { + uni.redirectTo({ + url: "/pages/lookPhoto/index", + }); +} //#endregion --------------------- //#region @@ -129,8 +140,8 @@ function changeStyle() { margin-top: 20rpx; margin-bottom: 30rpx; } - button { - width: 70% !important; + .buttonBox { + width: 50%; } } diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index e70e4ce..6c36c2d 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -9,12 +9,14 @@ :controls="false" /> - + + + 金币余额:  30 - - - - + + + + + + + + + + + + @@ -143,16 +151,17 @@ function bueCoin() { font-size: 40rpx; margin-bottom: 50rpx; } - button { - width: 60% !important; + .buttonBox { + width: 60%; } + .btnBox { margin-top: 90rpx; width: 100%; display: flex; justify-content: space-between; - button { - width: 30% !important; + .buttonBox { + width: 30%; } } } diff --git a/src/pages/uploadPhoto/uploadPhoto.vue b/src/pages/uploadPhoto/uploadPhoto.vue index 65ddb70..ff1949e 100644 --- a/src/pages/uploadPhoto/uploadPhoto.vue +++ b/src/pages/uploadPhoto/uploadPhoto.vue @@ -32,12 +32,14 @@ mode="aspectFit" /> - + + + 请按照样片上传您五官清晰的正面照片 @@ -152,9 +154,12 @@ function toCloseStyle() { } } } +.buttonBox { + width: 50%; +} // 上传 .u-button { - width: 70% !important; + // width: 70% !important; } .tips { margin-top: 20rpx;