qiyexqtable.wxss 883 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* pages/qiyexqtable/qiyexqtanle.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. margin-bottom: 20rpx;
  14. }
  15. .input_vi .input_title{
  16. font-size: 34rpx;
  17. height: 100rpx;
  18. line-height: 100rpx;
  19. color: #181818;
  20. float: left;
  21. }
  22. .input_vi input{
  23. border:0px;
  24. height: 100rpx;
  25. line-height: 100rpx;
  26. padding-left: 20rpx;
  27. border-radius: 10rpx;
  28. font-size: 34rpx;
  29. color: #555;
  30. text-align: right;
  31. }
  32. .input-placeholder, .input-placeholder-dark{
  33. color: #c5c5c5!important;
  34. }
  35. .table_btn{
  36. display: flex;
  37. flex-direction: row;
  38. }
  39. .sc_btn{
  40. width: 30%!important;
  41. font-size: 32rpx;
  42. margin: 60rpx auto;
  43. padding: 24rpx 0px!important;
  44. }
  45. .tj_btn{
  46. width: 60%!important;
  47. font-size: 32rpx;
  48. margin: 60rpx auto;
  49. padding: 24rpx 0px!important;
  50. }