发现更多

This commit is contained in:
zhangmanman
2021-09-26 16:13:04 +08:00
parent 2da6c70904
commit d455049e5f
14 changed files with 305 additions and 481 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="content">
<view class="codeContent">
<image class="codeContent-back" src="../../static/icons/store_codeBack.png" mode="widthFix"></image>
<!-- <image class="codeContent-back" src="../../static/icons/store_codeBack.png" mode="widthFix"></image> -->
<image class="codeContent-cont" src="../../static/icons/store_contBack.png" mode="widthFix"></image>
<view class="textContent">
<view class="company">
@@ -146,7 +146,7 @@
<style lang="scss" scoped>
.content {
background-color: #e93340;
background: #7c52fc;
height: 100vh;
width: 100vw;
}
@@ -227,14 +227,14 @@
}
.codeBnt {
background-color: #e1293f;
background-color: #7c52fc;
text-align: center;
border-radius: 10rpx;
line-height: 90rpx;
font-weight: 600;
font-size: $title-size;
color: #FFFFFF;
box-shadow: 4rpx 0 10rpx rgba(155,0,19,.5);
box-shadow: 2px 0 5px rgb(124, 82, 252);
position: relative;
}