qiyemore.wxss 695 B

123456789101112131415161718192021222324252627282930313233343536373839
  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-placeholder, .input-placeholder-dark{
  32. color: #c5c5c5!important;
  33. }
  34. .tj_btn{
  35. width: 100%!important;
  36. font-size: 32rpx;
  37. margin: 60rpx auto;
  38. padding: 24rpx 46rpx!important;
  39. }