diff --git a/src/common/platform.styl b/src/common/platform.styl index 5d7c37d..d464bb5 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -152,3 +152,24 @@ font-size: 16px; color: rgba(0,0,0,0.65); } +.flow-path { + background: -webkit-linear-gradient(left, #13ACC4 , #fff); + padding: 80px 9%; + position: relative; +} +.flow-title { + position: absolute; + top: 40%; + font-size: 30px; + color: #fff; +} +.flow-content { + margin-left: 20%; + width:30%; + font-size: 16px; + color: #fff; +} +.login-color { + color: #096DD9; + cursor: pointer; +} diff --git a/src/components/Introduce/CompanyProfile.vue b/src/components/Introduce/CompanyProfile.vue index 6960334..61aacd3 100644 --- a/src/components/Introduce/CompanyProfile.vue +++ b/src/components/Introduce/CompanyProfile.vue @@ -24,9 +24,7 @@ export default { }, data() { - return { - ModalText: 'Content of the modal', - }; + return { ModalText: 'Content of the modal', }; }, computed: mapState('home', ['profile']), diff --git a/src/components/PlatformList/Fruit.vue b/src/components/PlatformList/Fruit.vue index 8801fa0..10059c0 100644 --- a/src/components/PlatformList/Fruit.vue +++ b/src/components/PlatformList/Fruit.vue @@ -1,7 +1,7 @@