renwuUpdateJin.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .param{
  8. margin: 20rpx 0 0 0;
  9. width: 100%;
  10. background-color: rgba(255, 255, 255, 1);
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. line-height: 41rpx;
  14. color: rgba(0, 0, 0, 1);
  15. }
  16. .proMiao{
  17. margin: 31rpx 0 0 20rpx;
  18. width: 710rpx;
  19. }
  20. .prolittle{
  21. margin: 5rpx 0 0 20rpx;
  22. width: 710rpx;
  23. word-wrap: break-word;
  24. word-break: break-all;
  25. white-space: pre-line;
  26. }
  27. .proINname{
  28. margin: 25rpx 0 0 21rpx;
  29. width: 709rpx;
  30. height: 90rpx;
  31. border-radius: 13rpx;
  32. background: rgba(245, 248, 252, 1);
  33. border: 1rpx solid rgba(229, 229, 229, 1);
  34. font-size: 28rpx;
  35. line-height: 90rpx;
  36. /* color: rgba(179, 179, 179, 1); */
  37. }
  38. .proIMi{
  39. height: 315rpx;
  40. }
  41. .mingchen{
  42. font-size: 32rpx;
  43. font-weight: 500;
  44. line-height: 46rpx;
  45. }
  46. .title{
  47. color: rgba(102, 102, 102, 1);
  48. }
  49. /* 操作键 */
  50. .project{
  51. display: flex;
  52. margin: 61rpx 0 0 0;
  53. justify-content: space-evenly;
  54. }
  55. .butt{
  56. width: 330rpx;
  57. height: 90rpx;
  58. border-radius: 117rpx;
  59. font-size: 32rpx;
  60. line-height: 90rpx;
  61. text-align: center;
  62. }
  63. .quxiao{
  64. border: 1rpx solid rgba(0, 97, 255, 1);
  65. color: rgba(0, 97, 255, 1);
  66. }
  67. .queren{
  68. background: rgba(0, 97, 255, 1);
  69. color: rgba(255, 255, 255, 1);
  70. }