C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 line
900 B

  1. .Box {
  2. width: 90%;
  3. /* height: 100vh; */
  4. margin: auto;
  5. overflow: hidden;
  6. }
  7. .titleBox {
  8. overflow: hidden;
  9. margin: 20rpx 0;
  10. }
  11. .title {
  12. height: 40rpx;
  13. float: left;
  14. padding: 20rpx 20rpx 20rpx 0;
  15. }
  16. .titValueBox {
  17. width: 500rpx;
  18. float: left;
  19. border: 1px solid rgba(0, 0, 0, 0.1);
  20. border-radius: 6rpx;
  21. padding: 10rpx 10rpx 10rpx 0;
  22. margin: 10rpx 10rpx 10rpx 0;
  23. }
  24. .titValue {
  25. margin-left: 20rpx;
  26. }
  27. .describeBox {
  28. padding: 20rpx 20rpx 20rpx 0;
  29. }
  30. .describeValueBox {
  31. width: 80%;
  32. margin-left: 108rpx;
  33. margin-top: 40rpx;
  34. border-radius: 6rpx;
  35. border: 1px solid rgba(0, 0, 0, 0.1);
  36. height: 600rpx;
  37. }
  38. .describeValue {
  39. width: 92%;
  40. height: 90%;
  41. margin: 10rpx auto;
  42. }
  43. .submit{
  44. width: 600rpx;
  45. height: 80rpx;
  46. background-color: #FD832D;
  47. color: #fff;
  48. text-align: center;
  49. line-height: 80rpx;
  50. border-radius: 50rpx;
  51. margin: 100rpx 0rpx 0 50rpx;
  52. }