| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page.data-v-f2c06904 {
- margin: 0;
- background-color: #f3f3f3;
- }
- .header ._img.data-v-f2c06904 {
- width: 100%;
- }
- .information.data-v-f2c06904 {
- padding: 10px 0;
- background-color: #fff;
- width: 95%;
- margin: 15px auto;
- border-radius: 10px;
- }
- .information .input.data-v-f2c06904 {
- padding: 10px;
- padding-bottom: 10px;
- padding-top: 30px;
- margin: auto auto;
- text-align: center;
- width: 90%;
- border-bottom: solid 1px #d8d8d8;
- display: flex;
- }
- .information .input .img.data-v-f2c06904 {
- width: 30px;
- margin: auto 0;
- margin-right: 5px;
- }
- .information .input .img ._img.data-v-f2c06904 {
- height: 20px;
- margin: auto 0;
- }
- .information .input input.data-v-f2c06904 {
- text-align: left;
- font-size: 15px;
- width: 90%;
- border: 0;
- height: 20px;
- padding-bottom: 0;
- }
- .button.data-v-f2c06904 {
- margin: 30px auto;
- text-align: center;
- font-size: 15px;
- color: #fff;
- background-color: #3b66f5;
- border-radius: 30px;
- padding: 10px;
- width: 70%;
- }
|