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

uniapp 微信小程序 金额展示套餐_第1张图片

html

			
							
								喜欢作者
								
							
							
								
									¥{{item}}
							
						

js

			//打赏
			async fun_reward(price) {
				//里面写逻辑
			},

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;
			}

		}

你可能感兴趣的:(uniapp,v2,组件,uni-app,微信小程序,小程序)