uniapp——scroll-view卡片横向滚动

scroll-view卡片横向滚动

效果图:
在这里插入图片描述

代码

<template>

	<view class="scroll_box">

		<scroll-view class="sc_contain" scroll-x="true">
			<block v-for="item in scList">
				<view class="view_sc_1">
					<view class="card1" :style="{background: item.background}">
						<view class="text-area">
							<text class="title" :style="{color:item.text_color1}">{{item.title}}</text>
							<text class="text_content" :style="{color:item.text_color2}">{{item.content}}</text>
						</view>
						<image class="logo" src="/static/logo.png"></image>
					</view>
				</view>
			</block>


			<!-- <view class="view_sc_1">
				<view class="card1" style="background-color: #ffede6;">
					<view class="text-area">
						<text class="title" style="color:#ff7341 ;">{{title}}</text>
						<text class="text_content" style="color:#ff9c7e ;">每天10点抢大奖</text>
					</view>
					<image class="logo" src="/static/logo.png"></image>
				</view>
			</view>

			<view class="view_sc_1">
				<view class="card1" style="background-color: #fdf4d5;">
					<view class="text-area">
						<text class="title" style="color:#c58268 ;">{{title}}</text>
						<text class="text_content" style="color:#d5a08e ;">每天10点抢大奖</text>
					</view>
					<image class="logo" src="/static/logo.png"></image>
				</view>
			</view>

			<view class="view_sc_1">
				<view class="card1" style="background-color: #e9f2dd;">
					<view class="text-area">
						<text class="title" style="color:#84a379 ;">{{title}}</text>
						<text class="text_content" style="color:#a6be9d ;">每天10点抢大奖</text>
					</view>
					<image class="logo" src="/static/logo.png"></image>
				</view>
			</view> -->

		</scroll-view>

	</view>
</template>

<script>
	export default {
		data() {
			return {
				scList: [{
					title: "每日抽奖",
					content: "每天10点抢大奖",
					background: "#ffede6",
					text_color1: "#ff7341",
					text_color2: "#ff9c7e",
				}, {
					title: "疯狂领劵",
					content: "每天定时疯抢",
					background: "#fdf4d5",
					text_color1: "#c58268",
					text_color2: "#d5a08e",

				}, {
					title: "五折优惠",
					content: "大奖不断发送",
					background: "#e9f2dd",
					text_color1: "#84a379",
					text_color2: "#a6be9d",
				}],
				title: '每日抽奖',

			}
		},
		onLoad() {

		},
		methods: {

		}
	}
</script>

<style>
	page {
		width: 100%;
		height: 100%;
	}

	.sc_contain {
		width: 100%;
		height: 140upx;
		white-space: nowrap;
	}

	.view_sc_1 {
		/*控制横向排列*/
		display: inline-block;
		/* background-color: #ffede6; */
		border-radius: 15upx;
		width: 280upx;
		height: 120upx;
		margin-left: 20upx;

	}

	.card1 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		height: 120upx;
		border-radius: 15upx;
	}

	.logo {
		height: 100upx;
		width: 80upx;
		margin-left: 10upx;

	}

	.text-area {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.title {
		font-size: 30upx;
		/* color: #ff7341; */
	}

	.text_content {
		font-size: 23upx;
		/* color: #ff9c7e; */
	}
</style>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

wy313622821

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值