当前位置: 首页 > news >正文

外贸经济平台代销到哪里买网络营销推广优化

外贸经济平台代销到哪里买,网络营销推广优化,网站建设ahxkj,网站 技术文章目录 1. 页面效果2. 页面样式代码 更多登录ui页面 uni-app 微信小程序之好看的ui登录页面(一) uni-app 微信小程序之好看的ui登录页面(二) uni-app 微信小程序之好看的ui登录页面(三) uni-app 微信小程…

文章目录

  • 1. 页面效果
  • 2. 页面样式代码

更多登录ui页面

uni-app 微信小程序之好看的ui登录页面(一)
uni-app 微信小程序之好看的ui登录页面(二)
uni-app 微信小程序之好看的ui登录页面(三)
uni-app 微信小程序之好看的ui登录页面(四)
uni-app 微信小程序之好看的ui登录页面(五)

1. 页面效果

在这里插入图片描述

2. 页面样式代码

<!-- 简洁登录页面 -->
<template><view class="login-bg"><image class="img-a" src="https://zhoukaiwen.com/img/loginImg/bg1.png"></image><view class="t-login"><view class="t-b">登 录</view><form class="cl"><view class="t-a"><image src="https://zhoukaiwen.com/img/loginImg/user.png"></image><input type="number" name="phone" placeholder="请输入手机号码" maxlength="11" v-model="phone" /></view><view class="t-a"><image src="https://zhoukaiwen.com/img/loginImg/pwd.png"></image><input type="password" name="code" maxlength="6" placeholder="请输入密码" v-model="pwd" /></view><view class="t-c" @tap="forgotPwd()">忘记密码</view><button @tap="login()">登 录</button></form></view><view class="cardBox"><view>注册新账号</view></view><image class="img-b" src="https://zhoukaiwen.com/img/loginImg/bg2.png"></image></view>
</template>
<script>
export default {data() {return {phone: '', //手机号码pwd: '' //密码};},onLoad() {},methods: {//当前登录按钮操作login() {var that = this;if (!that.phone) {uni.showToast({ title: '请输入手机号', icon: 'none' });return;}if (!/^[1][3,4,5,7,8,9][0-9]{9}$/.test(that.phone)) {uni.showToast({ title: '请输入正确手机号', icon: 'none' });return;}if (!that.pwd) {uni.showToast({ title: '请输入密码', icon: 'none' });return;}uni.showToast({ title: '登录成功!', icon: 'none' });},//忘记密码forgotPwd() {uni.showToast({ title: '忘记密码', icon: 'none' });}}
};
</script>
<style>
.img-a {width: 100%;
}
.img-b {width: 100%;height: 45px;bottom: 0;position: absolute;
}
.login-bg {height: 100vh;background: linear-gradient(to bottom, #ff6a9a, #fe7d76);
}.t-login {width: 700rpx;padding: 55rpx;margin: 0 auto;font-size: 28rpx;background-color: #ffffff;border-radius: 20rpx;position: relative;margin-top: -100rpx;box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);z-index: 9;
}
.t-login button {font-size: 28rpx;background: linear-gradient(to right, #ff8f77, #fe519f);color: #fff;height: 90rpx;line-height: 90rpx;border-radius: 50rpx;
}.t-login input {padding: 0 20rpx 0 120rpx;height: 90rpx;line-height: 90rpx;margin-bottom: 50rpx;background: #f6f6f6;border: 1px solid #f6f6f6;font-size: 28rpx;border-radius: 50rpx;
}.t-login .t-a {position: relative;
}.t-login .t-a image {width: 40rpx;height: 40rpx;position: absolute;left: 40rpx;top: 28rpx;
}.t-login .t-b {text-align: left;font-size: 46rpx;color: #ff939b;font-weight: bold;margin: 0 0 50rpx 20rpx;
}.t-login .t-d {text-align: center;color: #999;margin: 80rpx 0;
}.t-login .t-c {text-align: right;color: #c0c0c0;margin: -20rpx 30rpx 40rpx 0;
}.t-login .t-f {text-align: center;margin: 200rpx 0 0 0;color: #666;
}.t-login .t-f text {margin-left: 20rpx;color: #aaaaaa;font-size: 27rpx;
}.t-login .uni-input-placeholder {color: #aeaeae;
}.cl {zoom: 1;
}.cl:after {clear: both;display: block;visibility: hidden;height: 0;content: '\20';
}
.cardBox {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;flex-direction: row;-webkit-box-align: center;-webkit-align-items: center;align-items: center;padding: 5rpx;background: #ffffff;opacity: 0.9;-webkit-border-radius: 20rpx;border-radius: 0 0 20rpx 20rpx;height: 70rpx;width: 600rpx;margin: 0 auto;position: relative;text-align: center;line-height: 70rpx;color: #aaa;font-size: 28rpx;
}
.cardBox .txt {margin-left: 10rpx;
}
</style>
http://www.tj-hxxt.cn/news/84655.html

相关文章:

  • 做的网站怎么打开是白板网络营销成功的案例分析
  • 国内b2c网站有哪些百度搜索关键词推广
  • 做网站需要规划好什么长沙网站关键词排名
  • asp网站建设教案郑州网站制作公司哪家好
  • 做导航网站把别人的网址链接过来要经过允许吗whois域名查询
  • 基于wamp的动态网站开发重庆百度快速优化
  • 租用的网站空间的缺点sem是什么意思啊
  • 自己怎么做引流推广厦门百度推广排名优化
  • 能免费做网站吗谷歌搜索引擎怎么才能用
  • 百度网站官网口碑营销的经典案例
  • wordpress update sql广东短视频seo营销
  • 地方门户网站有哪些淘宝交易指数换算工具
  • 手机怎么做淘客网站十堰seo排名公司
  • 网站cdn+自己做网络营销推广公司网站
  • google怎么做网站推广奶盘seo伪原创工具
  • 外包做网站哪家好短视频关键词seo优化
  • 网站头像有啥做会清晰免费的域名和网站
  • 创意网站制作网页设计个人主页
  • 关于江西建设监督网网站迁移网页搜索关键字
  • b s做的是网站吗宣传推广方案模板
  • 怎么免费网做百度收录的网站吗怎么提升关键词的质量度
  • dwcs5怎么做动态网站后台新营销模式有哪些
  • 动态ip代理伟哥seo博客
  • 门户网站概念苏州网站开发公司
  • 两学一做网站专题沈阳seo
  • 蜜雪冰城网络营销推广方案百度网站排名seo
  • 莱州哪有做网站的爱站网查询
  • 广州做网站做得比较好如何免费引流推广
  • 网站构架怎么做长沙好的seo外包公司
  • 商务网站网络环境设计推广百度百科