uniapp 微信小程序 金额展示套餐

html

html 复制代码
			<view class="gradelist">
							<view class="flex jsb ac">
								<text class="gradelisTitle">喜欢作者</text>
								<!-- <text class="gradelisOtherPrice" @click="otherPiceButton(1)">其他金额</text> -->
							</view>
							<view class="gradelis flex flexwrap">
								<view class="gradeli flex jc ac" v-for="(item,index) in rewardPriceList" :key="index"
									@click.stop="fun_reward(item)" >
									¥{{item}}</view>
							</view>
						</view>

js

javascript 复制代码
			//打赏
			async fun_reward(price) {
				//里面写逻辑
			},

css

css 复制代码
		.gradelist {
			padding: 30rpx;
			background: #f5f5f5;
			border-radius: 8rpx;
			box-sizing: border-box;
			border-radius: 12rpx;
			margin-top: 30rpx;

			.gradelisTitle {
				color: #999;
				font-size: 28rpx;

			}

			.gradelisOtherPrice {
				color: steelblue;
				font-size: 28rpx;

			}

			.gradelis {
				width: 100%;
				margin-top: 30rpx;
			}

			.gradeli {
				width: 31%;
				height: 100rpx;
				background: #fff;
				margin-right: 3%;
				border-radius: 8rpx;
				margin-bottom: 20rpx;
				font-size: 28rpx;
				font-weight: bold;
			}

			.gradeli:nth-child(3n+3) {
				margin-right: 0 !important;
			}

		}
相关推荐
modaoshi519911 小时前
uniapp 页面铺满屏幕
前端·javascript·uni-app
顽疲1 小时前
java 小红书源码 1:1还原 uniapp
java·开发语言·uni-app
说私域1 小时前
数字经济时代下的创新探索与实践:以“开源AI智能名片2+1链动模式S2B2C商城小程序源码”为核心
人工智能·小程序·开源
ForteScarlet2 小时前
Jetbrains 官方微信小程序插件已上线!
前端·ide·微信小程序·小程序
竣子好逑2 小时前
uniapp 微信小程序 编写文章等 editor 编辑器编写富文本
微信小程序·小程序·uni-app
_Legend_King2 小时前
uniapp省市区懒加载封装
前端·javascript·uni-app
炫爱小七2 小时前
uniapp 地图(map)加载大量自定义坐标卡顿优化
uni-app
厘子 车4 小时前
小程序如何引入腾讯位置服务
前端·微信小程序·小程序
kay5355 小时前
Vue uni-app免手动import
前端·vue.js·uni-app