css - 如何使用 vue transition 實現(xiàn) ios 按鈕一樣的平滑切換效果
問題描述

代碼部分
<template> <p class='register__user-wrapper font-size-default border-box relative'> /* register__user-active 表示當前頁面激活的 a 標簽 */<a id='register__personal-user'>個人用戶</a><a id='register__enterprise-user'>企業(yè)用戶</a> </p></template>
<style>.register__user-wrapper { width: 100%; height: 57px; margin-bottom: 31px; border-radius: 8px; padding: 3px; background-color: #ededed; } .register__user { width: 212px; height: 51px; line-height: 51px; border-radius: 8px; text-align: center; background-color: transparent; color: #4c4c4c; } .register__user-active { background-color: #fff; cursor: pointer; }</style>
問題解答
回答1:已經自己解決了。
相關文章:
1. dockerfile - [docker build image失敗- npm install]2. angular.js - angular內容過長展開收起效果3. docker-compose中volumes的問題4. 在windows下安裝docker Toolbox 啟動Docker Quickstart Terminal 失敗!5. golang - 用IDE看docker源碼時的小問題6. docker安裝后出現(xiàn)Cannot connect to the Docker daemon.7. docker內創(chuàng)建jenkins訪問另一個容器下的服務器問題8. mac里的docker如何命令行開啟呢?9. docker容器呢SSH為什么連不通呢?10. docker-machine添加一個已有的docker主機問題

網公網安備