Commit 927851d8 authored by 张娇(东信)'s avatar 张娇(东信)

样式优化

parent 73096d13
...@@ -28,7 +28,7 @@ function back() { ...@@ -28,7 +28,7 @@ function back() {
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.search { .search {
width: 710rpx; width: 710rpx;
height: 80rpx; height: 80rpx;
......
...@@ -28,7 +28,7 @@ function back() { ...@@ -28,7 +28,7 @@ function back() {
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.search { .search {
position: absolute; position: absolute;
width: 710rpx; width: 710rpx;
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
width: 284rpx; width: 284rpx;
height: 128rpx; height: 128rpx;
float: right; float: right;
margin-top: -100rpx; margin-top: -98rpx;
margin-right: 30rpx; margin-right: 30rpx;
" "
/> />
...@@ -71,12 +71,19 @@ ...@@ -71,12 +71,19 @@
<image <image
class="presale-img" class="presale-img"
src="/static/presale/presale.png" src="/static/presale/presale.png"
style="width: 132rpx; height: 64rpx; z-index: 10; margin-left: 18rpx" style="
width: 132rpx;
height: 64rpx;
z-index: 10;
margin-left: 18rpx;
top: -70rpx;
left: -14rpx;
"
/> />
<image <image
class="preview-img" class="preview-img"
src="/static/presale/preview.png" src="/static/presale/preview.png"
style="width: 264rpx; height: 40rpx; z-index: 9" style="width: 264rpx; height: 40rpx; z-index: 9; top: -70rpx"
/> />
<text class="pre-text">预计9月15日发货</text> <text class="pre-text">预计9月15日发货</text>
</view> </view>
...@@ -104,12 +111,12 @@ ...@@ -104,12 +111,12 @@
<image <image
class="presale-img" class="presale-img"
src="/static/presale/presale.png" src="/static/presale/presale.png"
style="width: 132rpx; height: 64rpx; z-index: 10" style="width: 132rpx; height: 64rpx; z-index: 10; top: -70rpx"
/> />
<image <image
class="preview-img" class="preview-img"
src="/static/presale/preview.png" src="/static/presale/preview.png"
style="width: 264rpx; height: 40rpx; margin-left: 80rpx; z-index: 9" style="width: 264rpx; height: 40rpx; z-index: 9; top: -66rpx"
/> />
<text class="pre-text">预计9月15日发货</text> <text class="pre-text">预计9月15日发货</text>
</view> </view>
...@@ -306,8 +313,8 @@ page { ...@@ -306,8 +313,8 @@ page {
margin-left: -60rpx; margin-left: -60rpx;
} }
.tabs { .tabs {
width: 355px; width: 750rpx;
height: 38px; height: 76rpx;
margin-top: -64rpx; margin-top: -64rpx;
margin-left: 20rpx; margin-left: 20rpx;
border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px;
...@@ -463,8 +470,9 @@ page { ...@@ -463,8 +470,9 @@ page {
line-height: 14px; line-height: 14px;
color: #ffffff; color: #ffffff;
position: relative; position: relative;
left: -40rpx; left: -60rpx;
z-index: 999; z-index: 999;
top: -60rpx;
} }
.cart-floating { .cart-floating {
position: fixed; position: fixed;
......
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