applyDistCon.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. page {
  2. display: block;
  3. min-height: 100%;
  4. background-color: #f8f8f9;
  5. }
  6. .main {
  7. padding: 30rpx;
  8. }
  9. .section {
  10. display: flex;
  11. margin: 20rpx 0;
  12. width: 100%;
  13. align-items: center;
  14. justify-content: space-between;
  15. }
  16. input {
  17. padding: 16rpx 32rpx;
  18. box-sizing: border-box;
  19. height: 100rpx;
  20. width: 100%;
  21. background: #fff;
  22. border: 1rpx solid #ddd;
  23. font-size: 32rpx;
  24. line-height: 32rpx;
  25. border-radius: 6rpx;
  26. box-shadow: inset 0 1rpx 2rpx rgba(0, 0, 0, 0.06);
  27. }
  28. .submit-btn {
  29. margin-top:40rpx;
  30. width: 100%;
  31. font-size: 30rpx;
  32. height: 90rpx;
  33. line-height: 90rpx;
  34. text-align: center;
  35. background: #e43130;
  36. border-radius: 6rpx;
  37. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3);
  38. }
  39. .submit-btn text {
  40. color: #fff;
  41. }
  42. /* input列表 */
  43. .input-box {
  44. margin-top: 30rpx;
  45. width: 100%;
  46. background: #fff;
  47. }
  48. .section text {
  49. width: 20%;
  50. }
  51. .section picker{
  52. width: 70%;
  53. padding: 0 30rpx;
  54. }
  55. .section .pca{
  56. width: 70%;
  57. }
  58. .section .arrow {
  59. width: 8%;
  60. color: #ccc;
  61. }
  62. .section .arrow image{
  63. width:40rpx;
  64. height:40rpx;
  65. }
  66. /* end input列表 */
  67. .upload{
  68. margin:20rpx 0;
  69. height:360rpx;
  70. border:3px dashed #ccc;
  71. border-radius:10rpx;
  72. background:#fff;
  73. line-height:360rpx;
  74. text-align:center;
  75. color: #999;
  76. }
  77. .upload image{
  78. width:100%;
  79. height:100%;
  80. }