|
|
@@ -165,56 +165,47 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style scoped>
|
|
|
-.components-container div {
|
|
|
- margin: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.time-container {
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-.top-wrapper {
|
|
|
- margin: 0px auto;
|
|
|
- width: 1400px;
|
|
|
- /*text-align: right;
|
|
|
- alignment: right;*/
|
|
|
- flex-direction: row;
|
|
|
-}
|
|
|
-.home-wrapper{
|
|
|
- margin:0px auto;
|
|
|
- width: 1400px;
|
|
|
- display: flex;
|
|
|
- alignment: center;
|
|
|
- align-items: center;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-@import '../assets/styles/base/variables';
|
|
|
+<style lang="scss" scoped>
|
|
|
+ @import '../assets/styles/base/variables';
|
|
|
|
|
|
-.back-width1 {
|
|
|
- background-color: #2F79F6;
|
|
|
- margin: 0px auto;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- top: 20px;
|
|
|
- width: 1400px;
|
|
|
-}
|
|
|
+ .components-container div {
|
|
|
+ margin: 10px;
|
|
|
+ }
|
|
|
|
|
|
+ .top-wrapper {
|
|
|
+ margin: 0px auto;
|
|
|
+ width: 1400px;
|
|
|
+ /*text-align: right;
|
|
|
+ alignment: right;*/
|
|
|
+ flex-direction: row;
|
|
|
+ }
|
|
|
+ .home-wrapper{
|
|
|
+ margin:0px auto;
|
|
|
+ width: 1400px;
|
|
|
+ display: flex;
|
|
|
+ alignment: center;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
|
|
|
-.login-footer1 {
|
|
|
- background-color: #34393D;
|
|
|
- font-size: 10px;
|
|
|
- clear: both;
|
|
|
- display: block;
|
|
|
- text-align: center;
|
|
|
- margin: 0px auto;
|
|
|
- bottom: 10px;
|
|
|
- width: 100%;
|
|
|
- a {
|
|
|
- color: $brand-color;
|
|
|
+ .back-width1 {
|
|
|
+ background-color: #2F79F6;
|
|
|
+ margin: 0px auto;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 20px;
|
|
|
+ width: 1400px;
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
|
|
+ .login-footer1 {
|
|
|
+ background-color: #34393D;
|
|
|
+ font-size: 10px;
|
|
|
+ clear: both;
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0px auto;
|
|
|
+ bottom: 10px;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
</style>
|