suggest.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .page {
  2. padding: 0 30rpx;
  3. }
  4. .top {
  5. display: flex;
  6. padding: 30rpx 0;
  7. }
  8. .logov {
  9. width: 120rpx;
  10. height: 120rpx;
  11. margin-right: 20rpx;
  12. }
  13. .logov image {
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .names {
  18. flex: 1;
  19. }
  20. .names view:nth-child(1) {
  21. margin-top: 20rpx;
  22. }
  23. .names view:nth-child(2) {
  24. margin-top: 20rpx;
  25. color: #3f3f3f;
  26. }
  27. .tips {
  28. padding: 30rpx 0;
  29. }
  30. .tips view {
  31. line-height: 60rpx;
  32. }
  33. .part {
  34. background: #fff;
  35. box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08);
  36. border-radius: 16rpx;
  37. padding: 30rpx;
  38. }
  39. .part view {
  40. }
  41. .part textarea {
  42. width: 100%;
  43. height: 300rpx;
  44. }
  45. .rzrow {
  46. height: 100rpx;
  47. line-height: 100rpx;
  48. position: relative;
  49. color: #3c3c3c;
  50. border-bottom: 1rpx solid #e6e6e6;
  51. }
  52. .rzrow input {
  53. width: 100%;
  54. height: 100%;
  55. text-align: right;
  56. }
  57. .foot {
  58. height: 150rpx;
  59. text-align: center;
  60. position: relative;
  61. margin-top: 40rpx;
  62. }
  63. .bluebtn {
  64. position: absolute;
  65. left: 0;
  66. right: 0;
  67. top: 25rpx;
  68. height: 100rpx;
  69. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  70. color: #fff;
  71. text-align: center;
  72. line-height: 100rpx;
  73. border-radius: 50rpx;
  74. }
  75. .rzrow .flex1 {
  76. text-align: right;
  77. }