zhengjinyi 4 gadi atpakaļ
vecāks
revīzija
6c837e01ae
1 mainītis faili ar 192 papildinājumiem un 38 dzēšanām
  1. 192 38
      second/pages/form/introduce.vue

+ 192 - 38
second/pages/form/introduce.vue

@@ -5,7 +5,7 @@
 	                <view ><image src="https://admin-b.caimei365.com/userfiles/1/images/photo/2020/11/%E9%87%87%E7%BE%8Elogo.png" mode=""></image></view>
 	                <view class="right-title">
 	                    <text>二手市场</text>
-	                    <span>SECOND-HANDMARKET</span>
+	                    <text>SECOND-HANDMARKET</text>
 	                </view>
 	            </view>
 	            <view class="top_text">
@@ -120,41 +120,195 @@
 	}
 </script>
 
-<style>
-			.fleaMarket{padding:20rpx;background-image: linear-gradient(#FF7676, #E15616);}
-	        .second-hand-wrapper image{width: 100%;display: block;margin: 20rpx auto 0;}
-	        .second-hand-btn button {width: 280rpx;height: 90rpx;background: linear-gradient(225deg,rgba(255,107,107,1) 0%,rgba(247,76,0,1) 100%);border-radius: 30rpx;color: #fff;border: none;
-			font-size: 27rpx;outline: none;margin-bottom:20rpx;margin-right: 20rpx;line-height: 90rpx;display: inline-block}
-	        body{position: relative;margin: 40rpx auto 0;}
-	        .second-hand-wrapper{background-image: url("https://admin-b.caimei365.com/userfiles/1/images/photo/2020/11/bg22.png");background-position: 50% 9%;background-repeat: no-repeat;background-size: 100%;}
-	        .second-hand-wrapper text{color: #FFFFFF;letter-spacing: 4rpx;}
-	        .second-hand-btn {position: relative;background: #FFFFFF;border-radius: 30rpx;margin-top: 30rpx;padding:40rpx 22.5rpx 37.5rpx 30rpx;margin-bottom: 15rpx;border-bottom: 9rpx solid #f1ac90;border-right: 9rpx solid #f1ac90;text-align: center;}
-	        .top_title{padding: 40rpx 0 40rpx 0;text-align: center;}
-	        .top_title text{letter-spacing: 12rpx;font-size: 40rpx;font-weight: bold}
-	        .top_title image{width: 104rpx;height: 90rpx}
-	        .top_title span{color: #FFFFFF;font-size: smaller;}
-	        .top_text{font-size: 60rpx;color: #FFFFFF;font-style: oblique;font-weight: bold;margin-top:40rpx;text-align: center;}
-	        .mian_text{margin-top: 75rpx;color: #FFFFFF;font-size: 22rpx;padding: 0 30rpx 0 30rpx;line-height: 40rpx;letter-spacing: 4rpx}
-	        .mian_text h1{font-size:36rpx;font-weight: bold;padding-bottom: 37.5rpx}
-	        .mian_content.top{margin-top: 500rpx;}
-	        .mian_content text{font-size: 36rpx;font-weight: bold;}
-	        .mian_content{margin-top: 80rpx;}
-	        .font_content{background: #FFFFFF;border-radius:37.5rpx;margin-top: 30rpx;padding:18.5rpx;font-weight: 400;line-height: 45rpx;color: rgba(109,114,120,1);opacity: 1;position: relative;border-bottom:9.75rpx solid #f1ac90;border-right: 9.75rpx solid #f1ac90;}
-	        .content_list p{font-size:30rpx;font-family:Source Han Sans CN;}
-	        .content_list span{font-size: 22rpx;}
-	        .content_list{margin-bottom: 37.5rpx;}
-	        .tishiyu{background: #FFF8F8;font-size:24rpx;font-family: Source Han Sans CN;font-weight: 400;line-height: 40rpx;color: #FF7354;opacity: 1;padding: 18rpx;border-radius: 20rpx}
-	        .twobuy{background: #EF5C3C;border-radius: 15rpx;font-size: 3.7vw;font-family: AlibabaPuHuiTiB;opacity: 1;padding: 6rpx;color: #FFFFFF;margin-bottom: 19.5rpx;text-align: center;width: 360rpx}
-	        .threebuy{background: #EF5C3C;border-radius: 9.75rpx;font-size: 27.7rpx;color: #fff;padding: 6rpx;margin-bottom: 37.5rpx}
-	        .bluefont{font-size: 24rpx !important;color: #0091FF}
-	        .foot_font{text-align: center;font-size: 34rpx;line-height: 52rpx}
-	        .yellow_icon{width: 315rpx;height: 22.5rpx;background: rgba(250,185,0,1);opacity: 1;margin-top: -22.5rpx}
-	        .yellow_icon.m{width: 160rpx;}
-	        .top_title view{display: inline-block;}
-	        .jiaoyi{font-size:24rpx;}
-	        .jiaoyi_pimg{display: none !important;}
-	        .top_title view:nth-child(1){margin-right: 20rpx}
-			.right-title{
-				width: 315rpx
-			}
+<style lang="scss">
+page{
+	position: relative;
+	margin: 40rpx auto 0;
+}	
+.fleaMarket{
+	padding:20rpx;
+	background-image: linear-gradient(#FF7676, #E15616);
+}
+.second-hand-wrapper {
+	image{
+		width: 100%;
+		display: block;
+		margin: 20rpx auto 0;
+	}
+}
+.second-hand-btn button {
+	width: 280rpx;
+	height: 90rpx;
+	background: linear-gradient(225deg,rgba(255,107,107,1) 0%,rgba(247,76,0,1) 100%);
+	border-radius: 30rpx;
+	color: #fff;
+	border: none;
+	font-size: 27rpx;
+	outline: none;
+	margin-bottom:20rpx;
+	margin-right: 20rpx;
+	line-height: 90rpx;
+	display: inline-block
+}
+.second-hand-wrapper{
+	background-image: url("https://admin-b.caimei365.com/userfiles/1/images/photo/2020/11/bg22.png");
+	background-position: 50% 9%;
+	background-repeat: no-repeat;
+	background-size: 100%;
+}
+.second-hand-wrapper text{
+	color: #FFFFFF;
+	letter-spacing: 4rpx;
+}
+.second-hand-btn {
+	position: relative;
+	background: #FFFFFF;
+	border-radius: 30rpx;
+	margin-top: 30rpx;
+	padding:40rpx 22.5rpx 37.5rpx 30rpx;
+	margin-bottom: 15rpx;
+	border-bottom: 9rpx solid #f1ac90;
+	border-right: 9rpx solid #f1ac90;
+	text-align: center;
+}
+.top_title{
+	padding: 40rpx 0 40rpx 0;
+	text-align: center;
+}
+.top_title {
+	text{
+		letter-spacing: 12rpx;
+		font-size: 40rpx;
+		font-weight: bold
+	}
+}
+.top_title image{
+	width: 104rpx;
+	height: 90rpx
+}
+.top_title span{
+	color: #FFFFFF;
+	font-size: smaller;
+}
+.top_text{
+	font-size: 60rpx;
+	color: #FFFFFF;
+	font-style: oblique;
+	font-weight: bold;
+	margin-top:40rpx;
+	text-align: center;
+}
+.mian_text{
+	margin-top: 75rpx;
+	color: #FFFFFF;
+	font-size: 22rpx;
+	padding: 0 30rpx 0 30rpx;
+	line-height: 40rpx;
+	letter-spacing: 4rpx
+}
+.mian_text h1{
+	font-size:36rpx;
+	font-weight: bold;
+	padding-bottom: 37.5rpx;
+}
+.mian_content.top{
+	margin-top: 500rpx;
+}
+.mian_content {
+	text{
+		font-size: 36rpx;
+		font-weight: bold;
+	}
+}
+.mian_content{
+	margin-top: 80rpx;
+}
+.font_content{
+	background: #FFFFFF;
+	border-radius:37.5rpx;
+	margin-top: 30rpx;
+	padding:18.5rpx;
+	font-weight: 400;
+	line-height: 45rpx;
+	color: rgba(109,114,120,1);
+	opacity: 1;
+	position: relative;
+	border-bottom:9.75rpx solid #f1ac90;
+	border-right: 9.75rpx solid #f1ac90;
+}
+.content_list p{
+	font-size:30rpx;
+	font-family:Source Han Sans CN;
+}
+.content_list span{
+	font-size: 22rpx;
+}
+.content_list{
+	margin-bottom: 37.5rpx;
+}
+.tishiyu{
+	background: #FFF8F8;
+	font-size:24rpx;
+	font-family: Source Han Sans CN;
+	font-weight: 400;
+	line-height: 40rpx;
+	color: #FF7354;
+	opacity: 1;
+	padding: 18rpx;
+	border-radius: 20rpx
+}
+.twobuy{
+	background: #EF5C3C;
+	border-radius: 15rpx;
+	font-size: 3.7rpx;
+	font-family: AlibabaPuHuiTiB;
+	opacity: 1;
+	padding: 6rpx;
+	color: #FFFFFF;
+	margin-bottom: 19.5rpx;
+	text-align: center;
+	width: 360rpx;
+}
+.threebuy{
+	background: #EF5C3C;
+	border-radius: 9.75rpx;
+	font-size: 27.7rpx;
+	color: #fff;
+	padding: 6rpx;
+	margin-bottom: 37.5rpx;
+}
+.bluefont{
+	font-size: 24rpx !important;
+	color: #0091FF;
+}
+.foot_font{
+	text-align: center;
+	font-size: 34rpx;
+	line-height: 52rpx;
+}
+.yellow_icon{
+	width: 315rpx;
+	height: 22.5rpx;
+	background: rgba(250,185,0,1);
+	opacity: 1;
+	margin-top: -22.5rpx;
+}
+.yellow_icon.m{
+	width: 160rpx;
+}
+.top_title view{
+	display: inline-block;
+}
+.jiaoyi{
+	font-size:24rpx;
+}
+.jiaoyi_pimg{
+	display: none !important;
+}
+.top_title view:nth-child(1){
+	margin-right: 20rpx;
+}
+.right-title{
+	width: 315rpx;
+}
 </style>