index.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .top {
  2. padding: 20rpx 30rpx;
  3. background: #ffffff;
  4. }
  5. .top .top-figure {
  6. margin: 20rpx 0;
  7. }
  8. .top .top-deails {
  9. display: flex;
  10. justify-content: space-between;
  11. border-bottom: 1rpx solid #adabab;
  12. }
  13. .top .top-deails .top-name {
  14. display: flex;
  15. justify-content: space-between;
  16. margin: 30rpx 0 0 0;
  17. padding-bottom: 30rpx;
  18. width: 93%;
  19. }
  20. .top .top-deails .top-name .input {
  21. width: 500rpx;
  22. text-align: right;
  23. color: #382E2E;
  24. }
  25. .top .top-deails .top-name .name {
  26. width: 200rpx;
  27. margin: auto 0;
  28. }
  29. .top .top-deails .top-name .content {
  30. text-align: right;
  31. }
  32. .top .top-deails .top-names {
  33. margin: 30rpx 0 0 0;
  34. padding-bottom: 30rpx;
  35. width: 93%;
  36. }
  37. .top .top-deails .top-names .input {
  38. margin-top: 20rpx;
  39. }
  40. .top .top-deails .top-names .name {
  41. width: 200rpx;
  42. }
  43. .bommon {
  44. position: fixed;
  45. bottom: 0;
  46. width: 100%;
  47. background: #ffffff;
  48. text-align: center;
  49. z-index: 999;
  50. padding: 10rpx 0;
  51. }
  52. .bommon .bommon-name {
  53. background: #46a9a4;
  54. padding: 30rpx 60rpx;
  55. border-radius: 30rpx;
  56. width: 500rpx;
  57. margin: 0 auto;
  58. }