qianming.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .hand_writing_container {
  2. width: 100%;
  3. padding: 0rpx 40rpx;
  4. box-sizing: border-box;
  5. }
  6. .tit_vi{
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. align-items: center;
  11. }
  12. .tips_title {
  13. height: 40rpx;
  14. line-height: 60rpx;
  15. margin-bottom: 20rpx;
  16. font-size: 20rpx;
  17. font-weight: 500;
  18. color: #181818;
  19. text-align: left;
  20. }
  21. .canvas {
  22. width: 100%;
  23. height: 66.194968vh;
  24. margin-bottom: 3.7735849vh;
  25. box-sizing: border-box;
  26. border: 1rpx dashed #555;
  27. }
  28. .firstCanvas {
  29. background-color: white;
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .btn_container {
  34. display: flex;
  35. flex-direction: row;
  36. align-items: center;
  37. justify-content: space-around;
  38. }
  39. .btn {
  40. width: 120rpx;
  41. height: 35rpx;
  42. padding: 0 10rpx;
  43. box-sizing: border-box;
  44. border-radius: 50rpx;
  45. /* justify-content:space-between; */
  46. display: flex;
  47. align-items: center;
  48. justify-content:center;
  49. margin-left: 20rpx;
  50. }
  51. .btn text {
  52. /* line-height: 35rpx; */
  53. font-size: 16rpx;
  54. color: #fff;
  55. padding-left: 10rpx;
  56. }
  57. .btn i {
  58. font-size: 16px;
  59. color: #fff;
  60. }
  61. .btn i.icon-wodetijiao {
  62. font-size: 22rpx;
  63. color: #fff;
  64. }
  65. .clean {
  66. background-color: #07c160;
  67. }
  68. .submit {
  69. background-color: #ff3d33;
  70. }