xqzgdetail.wxss 1.2 KB

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