uniapp——签到、登录

本文详细介绍了如何使用uni-app框架构建签到和登录界面,包括完整的CSS和JS代码示例,直接复制粘贴即可在项目中实现相应功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、签到界面

包括css和js的所有代码,复制粘贴代码即可看到效果:

 代码如下:

<template>
	<view class="container">
		<view class="head-back" />

		<view class="head-contain">
			<view class="head-integral">
				<text class="point-title">我的积分</text>
				<text class="point">2022</text>
			</view>
			<view class="bt-sign">
				立即签到
			</view>
			<view class="bt-shopping">
				积分商城
			</view>
		</view>

		<view class="middle-contain">
			<text class="text-day">{
  
  {dayNum}}天</text>
			<text class="text-point">5积分</text>
			<view class="view-week">
				<block v-for="(item, index) in weekList" :key="index">
					<view class="block-contain">
						<view class="radio-circle" :class="[item.isSign? 'background1':'background2']">
							<image class="radio-circle-img" src="../../static/right.png"></image>
						</view>
						<text class="week-name">{
  
  {item.weekName}}</text>
					</view>
				</block>
			</view>
		</view>

		<view class="title-context">
			积分任务
		</view>

		<view class="bottom-contain">
			<image class="img_head" src="../../static/share_me.png"></image>
			<view class="view-boom">
				<text class="title-boom">分享活动,邀请好友换积分</text>
				<text class="small-text">好友参与活动您可获得积分</text>
			</view>
			<view class="bt-mall">
				分享
			</view>
		</view>

		<view class="bottom-contain">
			<image class="img_head" src="../../static/cer_me.png"></image>
			<view class="view-boom">
				<text class="title-boom">完善个人信息</text>
				<text class="small-text">补充个人信息可获得积分</text>
			</view>
			<view class="bt-mall">
				开始
			</view>
		</view>

		<view class="bottom-contain">
			<image class="img_head" src="../../static/good_me.png"></image>
			<view class="view-boom">
				<text class="title-boom">为
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

wy313622821

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

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

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

打赏作者

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

抵扣说明:

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

余额充值