query.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-f2c06904 {
  12. margin: 0;
  13. background-color: #f3f3f3;
  14. }
  15. .header ._img.data-v-f2c06904 {
  16. width: 100%;
  17. }
  18. .information.data-v-f2c06904 {
  19. padding: 10px 0;
  20. background-color: #fff;
  21. width: 95%;
  22. margin: 15px auto;
  23. border-radius: 10px;
  24. }
  25. .information .input.data-v-f2c06904 {
  26. padding: 10px;
  27. padding-bottom: 10px;
  28. padding-top: 30px;
  29. margin: auto auto;
  30. text-align: center;
  31. width: 90%;
  32. border-bottom: solid 1px #d8d8d8;
  33. display: flex;
  34. }
  35. .information .input .img.data-v-f2c06904 {
  36. width: 30px;
  37. margin: auto 0;
  38. margin-right: 5px;
  39. }
  40. .information .input .img ._img.data-v-f2c06904 {
  41. height: 20px;
  42. margin: auto 0;
  43. }
  44. .information .input input.data-v-f2c06904 {
  45. text-align: left;
  46. font-size: 15px;
  47. width: 90%;
  48. border: 0;
  49. height: 20px;
  50. padding-bottom: 0;
  51. }
  52. .button.data-v-f2c06904 {
  53. margin: 30px auto;
  54. text-align: center;
  55. font-size: 15px;
  56. color: #fff;
  57. background-color: #3b66f5;
  58. border-radius: 30px;
  59. padding: 10px;
  60. width: 70%;
  61. }