Commit fb02631d authored by zhangdong's avatar zhangdong

”修改官网样式“

parent 1a12e949
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
body{ html,body{
min-width: 12rem; min-width: 12rem;
} }
a { a {
...@@ -74,4 +74,14 @@ fieldset, img { border: 0; } ...@@ -74,4 +74,14 @@ fieldset, img { border: 0; }
font-size: .25rem; font-size: .25rem;
color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, 1);
font-weight: bold; font-weight: bold;
}
.el-input__inner{
border: 1px solid #FF5203
}
.el-textarea__inner{
border: 1px solid #FF5203
}
.el-upload--picture-card{
border: 1px dashed #FF5203
} }
\ No newline at end of file
...@@ -104,7 +104,7 @@ import Cookies from "js-cookie" ...@@ -104,7 +104,7 @@ import Cookies from "js-cookie"
background-color: #FF5203; background-color: #FF5203;
color: #FFFFFF color: #FFFFFF
} }
.el-input__inner{ 易优采{
border:1px solid #FF5203 border:1px solid #FF5203
} }
.el-input__inner:focus{ .el-input__inner:focus{
......
...@@ -322,10 +322,9 @@ import Cookies from 'js-cookie' ...@@ -322,10 +322,9 @@ import Cookies from 'js-cookie'
position: relative; position: relative;
} }
.left { .left {
margin-left: 0.3rem; text-align: center;
margin-right: 0.15rem; width:1rem;
width:70px;
} }
.el-button{ .el-button{
color: #fff; color: #fff;
...@@ -402,4 +401,5 @@ import Cookies from 'js-cookie' ...@@ -402,4 +401,5 @@ import Cookies from 'js-cookie'
transform:translateX(-50%); transform:translateX(-50%);
margin-top:20px margin-top:20px
} }
</style>
\ No newline at end of file </style>
...@@ -255,9 +255,8 @@ import Cookies from 'js-cookie' ...@@ -255,9 +255,8 @@ import Cookies from 'js-cookie'
} }
.left { .left {
margin-left: 0.3rem; text-align: center;
margin-right: 0.15rem; width:1rem;
width:70px;
} }
.el-button{ .el-button{
color: #fff; color: #fff;
......
...@@ -311,10 +311,9 @@ export default { ...@@ -311,10 +311,9 @@ export default {
position: relative; position: relative;
} }
.left { .left {
margin-left: 0.3rem; text-align: center;
margin-right: 0.15rem; width:1rem;
width:70px }
}
.el-button{ .el-button{
color: #fff; color: #fff;
background-color: #FF5203; background-color: #FF5203;
......
...@@ -322,10 +322,9 @@ export default { ...@@ -322,10 +322,9 @@ export default {
} }
.left { .left {
margin-left: 0.3rem; text-align: center;
margin-right: 0.15rem; width:1rem;
width:70px; }
}
.el-button{ .el-button{
color: #fff; color: #fff;
background-color: #FF5203; background-color: #FF5203;
......
...@@ -636,7 +636,7 @@ ...@@ -636,7 +636,7 @@
class="t2 nextButton" class="t2 nextButton"
v-if="active == 1"> v-if="active == 1">
提交</button> 提交</button>
<div class=" nextButton y1" style="margin-right:20px" v-if="active==1" @click="prev" v-show="isshow">上一步</div> <div class=" nextButton y1" style="margin-top:0px" v-if="active==1" @click="prev" v-show="isshow">上一步</div>
<button <button
@click="next" @click="next"
class="t2 nextButton" class="t2 nextButton"
...@@ -1375,9 +1375,8 @@ export default { ...@@ -1375,9 +1375,8 @@ export default {
height: 0.48rem; height: 0.48rem;
background: rgba(4, 134, 254, 1); background: rgba(4, 134, 254, 1);
border-radius: 0.04rem; border-radius: 0.04rem;
line-height: 0.46rem; line-height: 0.48rem;
margin-top: 0.45rem; margin-top: 0.45rem;
margin-bottom: 0.8rem;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
} }
...@@ -1495,12 +1494,11 @@ export default { ...@@ -1495,12 +1494,11 @@ export default {
} }
.y1{ .y1{
text-align: center; text-align: center;
margin-top:-60px;
width:1rem;
position: relative;
left:33%;
background: white; background: white;
color:blue color:blue;
width: 3rem;
height: 0.48rem;
line-height: .48rem;
} }
.y2{ .y2{
margin-left:10% margin-left:10%
......
...@@ -149,10 +149,132 @@ window['adaptive'].baseFont = 14; ...@@ -149,10 +149,132 @@ window['adaptive'].baseFont = 14;
// ��ʾ����� ��ѡ // ��ʾ����� ��ѡ
window['adaptive'].maxWidth = 1920; window['adaptive'].maxWidth = 1920;
// remֵ�ı��ִ�з��� ��ѡ // remֵ�ı��ִ�з��� ��ѡ
// window['adaptive'].setRemCallback = function () { // window['adaptive'].setRemCallback = function () {
// alert(1) // alert(1)
// } // }
// ��ʼ�� // ��ʼ��
window['adaptive'].init(); window['adaptive'].init();
\ No newline at end of file
// (function (win, lib) {
// var doc = win.document;
// var docEl = doc.documentElement;
// var metaEl = doc.querySelector('meta[name="viewport"]');
// var flexibleEl = doc.querySelector('meta[name="flexible"]');
// var dpr = 0;
// var scale = 0;
// var tid;
// var flexible = lib.flexible || (lib.flexible = {});
// if (metaEl) {
// console.warn('将根据已有的meta标签来设置缩放比例');
// var match = metaEl.getAttribute('content').match(/initial-scale=([d.]+)/);
// if (match) {
// scale = parseFloat(match[1]);
// dpr = parseInt(1 / scale);
// }
// } else if (flexibleEl) {
// var content = flexibleEl.getAttribute('content');
// if (content) {
// var initialDpr = content.match(/initial-dpr=([d.]+)/);
// var maximumDpr = content.match(/maximum-dpr=([d.]+)/);
// if (initialDpr) {
// dpr = parseFloat(initialDpr[1]);
// scale = parseFloat((1 / dpr).toFixed(2));
// }
// if (maximumDpr) {
// dpr = parseFloat(maximumDpr[1]);
// scale = parseFloat((1 / dpr).toFixed(2));
// }
// }
// }
// if (!dpr && !scale) {
// var isAndroid = win.navigator.appVersion.match(/android/gi);
// var isIPhone = win.navigator.appVersion.match(/iphone/gi);
// var devicePixelRatio = win.devicePixelRatio;
// if (isIPhone) {
// // iOS下,对于2和3的屏,用2倍的方案,其余的用1倍方案
// if (devicePixelRatio >= 3 && (!dpr || dpr >= 3)) {
// dpr = 3;
// } else if (devicePixelRatio >= 2 && (!dpr || dpr >= 2)) {
// dpr = 2;
// } else {
// dpr = 1;
// }
// } else {
// // 其他设备下,仍旧使用1倍的方案
// dpr = 1;
// }
// scale = 1 / dpr;
// }
// docEl.setAttribute('data-dpr', dpr);
// if (!metaEl) {
// metaEl = doc.createElement('meta');
// metaEl.setAttribute('name', 'viewport');
// metaEl.setAttribute('content', 'initial-scale=' + scale + ', maximum-scale=' + scale + ', minimum-scale=' + scale + ', user-scalable=no');
// if (docEl.firstElementChild) {
// docEl.firstElementChild.appendChild(metaEl);
// } else {
// var wrap = doc.createElement('div');
// wrap.appendChild(metaEl);
// doc.write(wrap.innerHTML);
// }
// }
// function refreshRem() {
// var width = docEl.getBoundingClientRect().width;
// console.log(width)
// width = width > 1200 ? width : 1200
// if (width / dpr > 540) {
// width = 540 * dpr;
// }
// var rem = width / 10;
// docEl.style.fontSize = rem + 'px';
// flexible.rem = win.rem = rem;
// }
// win.addEventListener('resize', function () {
// clearTimeout(tid);
// tid = setTimeout(refreshRem, 300);
// }, false);
// win.addEventListener('pageshow', function (e) {
// if (e.persisted) {
// clearTimeout(tid);
// tid = setTimeout(refreshRem, 300);
// }
// }, false);
// if (doc.readyState === 'complete') {
// doc.body.style.fontSize = 12 * dpr + 'px';
// } else {
// doc.addEventListener('DOMContentLoaded', function (e) {
// doc.body.style.fontSize = 12 * dpr + 'px';
// }, false);
// }
// refreshRem();
// flexible.dpr = win.dpr = dpr;
// flexible.refreshRem = refreshRem;
// flexible.rem2px = function (d) {
// var val = parseFloat(d) * this.rem;
// if (typeof d === 'string' && d.match(/rem$/)) {
// val += 'px';
// }
// return val;
// }
// flexible.px2rem = function (d) {
// var val = parseFloat(d) / this.rem;
// if (typeof d === 'string' && d.match(/px$/)) {
// val += 'rem';
// }
// return val;
// }
// })(window, window['lib'] || (window['lib'] = {}));
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment