
@@ -102,7 +101,7 @@ import { mapGetters } from 'vuex';
import md5 from 'js-md5';
export default {
- components: { LangSelect, SocialSign, BranchAdd,Register,ResetPassword},
+ components: { LangSelect, SocialSign, BranchAdd, Register,ResetPassword},
name: 'login',
data() {
const validateDisplayUserid = (rule, value, callback) => {
diff --git a/src/views/login/index2.vue b/src/views/login/index2.vue
new file mode 100644
index 00000000..0fc0a62b
--- /dev/null
+++ b/src/views/login/index2.vue
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+

+
唛盟
+
+
+
+
+
平台{{status == 'register' ? '注册' : '登录' }}
+
没有账号?点此注册
+
已有账号?点此登录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/order/index.scss b/src/views/order/index.scss
new file mode 100644
index 00000000..cffa4bf3
--- /dev/null
+++ b/src/views/order/index.scss
@@ -0,0 +1,282 @@
+.full_continer {
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+ position: relative;
+ .banner {
+ margin-top: 35px;
+ height: 32px;
+ text-align: center;
+ border-bottom: 32px solid;
+ border-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#D8E0F5 40%, rgba(255,255,255,0.00) 99%) 2 2 2 2;
+ p {
+ line-height: 32px;
+ }
+ }
+}
+
+h2 {
+ font-size: 24px;
+ font-family: PingFang SC;
+ font-weight: bold;
+ color: #303030;
+}
+
+.flux_continer {
+ width: 80%;
+ height: 100%;
+ margin: 0 auto;
+ .content {
+ .top_desc {
+ h2 {
+ margin-top: 60px;
+ }
+ p {
+ margin-top: 34px;
+ color: #7D7D7D;
+ }
+ }
+
+ .version {
+ margin-top: 38px;
+ .version_item {
+ display: flex;
+ flex-direction: row;
+ .oItem:nth-child(2) {
+ background-color: #F8F6F4;
+ }
+ .oItem {
+ position: relative;
+ margin-top: 24px;
+ display: flex;
+ flex-direction: row;
+ width: 172px;
+ height: 86px;
+ margin-right: 20px;
+ border-radius: 5px;
+ background-color: #F4F5F8;
+ cursor: pointer;
+ img {
+ width: 80px;
+ height: 80px;
+ }
+ .desc {
+ margin-left: 10px;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ p:nth-child(2) {
+ margin-top: 8px;
+ font-size: 12px;
+ }
+ }
+ }
+ .select {
+ position: absolute;
+ right: 5px;
+ top: 10px;
+ color: #409EFF;
+ }
+ }
+ }
+
+ .sys_type {
+ margin-top: 52px;
+ .sys_desc {
+ display: flex;
+ height: 46px;
+ line-height: 46px;
+ h2 {
+ margin-right: 44px;
+ }
+ span {
+ margin-right: 60px;
+ cursor: pointer;
+ font-size: 18px;
+ font-weight: bold;
+ color: #606060;
+ }
+ }
+
+ .sys_modules {
+ margin-top: 30px;
+ display: flex;
+ flex-direction: row;
+ .module {
+ width: 161px;
+ height: 189px;
+ border-radius: 8px;
+ margin-right: 20px;
+ border: 2px solid #E3E4E6;
+ cursor: pointer;
+ .module_top {
+ height: 120px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ img {
+ width: 73px;
+ height: 73px;
+ margin-top: 20px;
+ }
+ span {
+ margin-top: 20px;
+ font-size: 14px;
+ color: #606060;
+ }
+ }
+ .module_bottom {
+ height: 30px;
+ text-align: center;
+ line-height: 30px;
+ }
+ }
+ }
+ }
+
+ .buy_count {
+ margin-top: 40px;
+ h2 {
+ span {
+ font-size: 12px;
+ margin-left: 5px;
+ color: #C7C7C7;
+ }
+ }
+ .buy_count_items {
+ display: flex;
+ flex-direction: row;
+ margin-top: 30px;
+ .oItem {
+ margin-right: 12px;
+ display: flex;
+ flex-direction: column;
+ width: 204px;
+ height: 110px;
+ border: 3px solid rgb(245, 246, 246);
+ justify-content: center;
+ border-radius: 6px;
+ .item_header {
+ height: 40px;
+ width: 100%;
+ text-align: center;
+ line-height: 30px;
+ color: #606060;
+ border-bottom: 2px solid rgb(245, 246, 246);
+ }
+ .item_bottom {
+ height: 50px;
+ width: 100%;
+ text-align: center;
+ line-height: 60px;
+ }
+ }
+ }
+
+ }
+
+ .buy_date {
+ margin-top: 50px;
+ h2 {
+ margin-bottom: 30px;
+ }
+ .buy_date_items {
+ display: flex;
+ flex-direction: row;
+ .oItem {
+ display: flex;
+ flex-direction: column;
+ width: 209px;
+ height: 157px;
+ border-radius: 8px;
+ margin-right: 30px;
+ border: 2px solid #E3E4E6;
+ cursor: pointer;
+ .header {
+ position: relative;
+ height: 60px;
+ width: 100%;
+ text-align: center;
+ line-height: 60px;
+ color: #424141;
+ border-bottom: 2px solid #E3E4E6;
+ .select {
+ position: absolute;
+ right: 10px;
+ top: 10px;
+ }
+ }
+ .bottom {
+ height: 80px;
+ width: 100%;
+ text-align: center;
+ position: relative;
+ img {
+ width: 113px;
+ height: 40px;
+ }
+ p {
+ margin-top: 12px;
+ }
+ .normal {
+ margin-top: 57px;
+ }
+ }
+
+ }
+ }
+ }
+
+ .pay_way {
+ margin-top: 50px;
+ h2 {
+ margin-bottom: 20px;
+ }
+ .pay_way_items {
+ display: flex;
+ .oItem {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ width: 209px;
+ height: 70px;
+ margin-right: 20px;
+ border: 2px solid #E3E4E6;
+ border-radius: 8px;
+ margin-top: 5px;
+ img {
+ width: 45px;
+ height: 37px;
+ margin: 13px 18px 13px 40px;
+ }
+ }
+ }
+ .phone {
+ margin-top: 10px !important;
+ width: 440px;
+ }
+ }
+
+ .pay_allAmount {
+ margin-top: 30px;
+ h2 {
+ margin-bottom: 20px;
+ }
+ .allAmount {
+ font-size: 24px;
+ font-weight: bold;
+ color: #FA5A55;
+ margin-bottom: 20px;
+ }
+ }
+
+ .submit {
+ margin-top: 35px;
+ }
+
+
+
+ }
+}
\ No newline at end of file
diff --git a/src/views/order/index.vue b/src/views/order/index.vue
new file mode 100644
index 00000000..4e1398bc
--- /dev/null
+++ b/src/views/order/index.vue
@@ -0,0 +1,210 @@
+
+
+
+
购买流程: 1.选择模块 》 2.确认订单 》 3.支付 》 4.完成
+
+
+
+
+
+
+
+
选择版本
+
+
+

+
+
+
+
+

+
+
+
+
+
+
+
+
选择产品
+ 项目管理系统
+ 协同办公系统
+ 电商定制系统
+
+
+
+
+
+
![]()
+
督办管理
+
+
+
+
+
+
+
+
![]()
+
资产管理
+
+
+
+
+
+
+
+
![]()
+
会议管理
+
+
+
+
+
+
+
+
![]()
+
会议管理
+
+
+
+
+
+
+
+
+
+ 购买数量
+ (购买账号不能少于10人)
+
+
+
+
+
+
+
期限选择
+
+
+
+
+

+
¥138.33/人月
+
+
+
+
+
+
+
+
+
+
+
支付方式
+
+
+

+
支付宝
+
+
+
+
+

+
微信
+
+
+
+
+
+
+
+
订单总额
+
¥299.00/年
+
同意《服务协议》
+
+
+
提交订单
+
+
+
+
+
+
+
+
+
\ No newline at end of file