fcdetail.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .container{
  2. margin: 30rpx;
  3. }
  4. .zg_bh{
  5. display: flex;
  6. flex-direction: row;
  7. color: #666;
  8. }
  9. input{
  10. border-bottom: 1px solid rgb(238, 238, 238);
  11. height: 50rpx;
  12. line-height: 50rpx;
  13. }
  14. .con_tit{
  15. text-align: center;
  16. height: 100rpx;
  17. line-height: 100rpx;
  18. font-size: 44rpx;
  19. display: block;
  20. }
  21. .flex_row{
  22. margin-bottom: 20rpx;
  23. line-height: 70rpx;
  24. font-size: 34rpx;
  25. color: #333;
  26. }
  27. .flex_row input{
  28. display: inline-table;
  29. padding: 0px 10rpx;
  30. text-align: center;
  31. }
  32. .text_ind{
  33. text-indent:60rpx;
  34. }
  35. textarea{
  36. border: 1px solid rgb(238, 238, 238);
  37. outline: 0px;
  38. padding: 1%;
  39. width: 98%;
  40. margin-bottom: 20rpx;
  41. }
  42. .mar_top{
  43. margin-top: 10rpx;
  44. }
  45. .mar_top2{
  46. margin-top: 30rpx;
  47. }
  48. button{
  49. width: 70%!important;
  50. margin: 50rpx auto;
  51. }
  52. .qm_img{
  53. width: 200rpx;
  54. height: 160rpx;
  55. }
  56. .txt_vi{
  57. display: flex;
  58. }
  59. .width_400{
  60. width:400rpx ;
  61. }
  62. .color_red{
  63. color: #f00;
  64. }
  65. .sign_img{
  66. width: 220rpx;
  67. height: 220rpx;
  68. }
  69. .sign_layout_parent{
  70. position: relative;
  71. }
  72. .sign_layout{
  73. position: absolute;
  74. top: -40%;
  75. right: 35rpx;
  76. }