qiyemore.wxss 1017 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* pages/qiyemore/qiyemore.wxss */
  2. .container{
  3. padding: 30rpx 30rpx;
  4. }
  5. .page-section{
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .input_vi{
  10. display: block;
  11. border-bottom: 1px solid #f3f3f3;
  12. height: 100rpx;
  13. }
  14. .input_vi .input_title{
  15. font-size: 34rpx;
  16. height: 100rpx;
  17. line-height: 100rpx;
  18. color: #181818;
  19. float: left;
  20. }
  21. .input_vi input{
  22. border:0px;
  23. height: 100rpx;
  24. line-height: 100rpx;
  25. padding-left: 20rpx;
  26. border-radius: 10rpx;
  27. font-size: 34rpx;
  28. color: #555;
  29. text-align: right;
  30. }
  31. .input_vi input.inp_txt2{
  32. border:0px;
  33. height: 100rpx;
  34. line-height: 100rpx;
  35. padding-left: 20rpx;
  36. border-radius: 10rpx;
  37. font-size: 34rpx;
  38. color: #555;
  39. text-align: right;
  40. float: right;
  41. }
  42. .input_vi i{
  43. display: block;
  44. float: right;
  45. line-height: 100rpx;
  46. margin-left: 14rpx;
  47. color: #535353;
  48. font-size: 48rpx;
  49. }
  50. .input-placeholder, .input-placeholder-dark{
  51. color: #c5c5c5!important;
  52. }
  53. .tj_btn{
  54. width: 100%!important;
  55. font-size: 32rpx;
  56. margin: 60rpx auto;
  57. padding: 24rpx 46rpx!important;
  58. }