pliceOrder.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .goodImage {
  2. width: 100%;
  3. height: 598rpx;
  4. }
  5. .goodImage image {
  6. width: 100%;
  7. height: 100%;
  8. display: block;
  9. }
  10. .goodName {
  11. background: #FFF;
  12. padding: 35rpx 27rpx;
  13. }
  14. .goodName .score {
  15. font-size: 26rpx;
  16. }
  17. .goodName .score>text {
  18. font-size: 30rpx;
  19. font-weight: 550;
  20. }
  21. .goodName>.name {
  22. color: #222222;
  23. font-size: 28rpx;
  24. padding-top: 18rpx;
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. }
  29. .goodName>.name>text {
  30. display: block;
  31. }
  32. .goodName>.name>text text {
  33. color: #e23838;
  34. }
  35. .goodName>.name>view {
  36. background: #e23838;
  37. color: #FFF;
  38. padding: 5rpx 25rpx;
  39. border-radius: 23rpx;
  40. font-size: 26rpx;
  41. }
  42. .goods_content {
  43. background: #FFF;
  44. margin-top: 30rpx;
  45. margin-bottom: 100rpx;
  46. }
  47. .info_item {
  48. display: flex;
  49. align-items: center;
  50. justify-content: space-between;
  51. font-size: 28rpx;
  52. color: #333333;
  53. background: #ffffff;
  54. line-height: 120rpx;
  55. padding: 0 26rpx;
  56. border-bottom: 1px solid #F8F8F8;
  57. }
  58. .info_label {
  59. flex: none;
  60. font-size: 30rpx;
  61. width: 300rpx;
  62. color: #333333;
  63. }
  64. .mandatory::before {
  65. content: "*";
  66. color: #f56c6c;
  67. margin-right: 4px;
  68. }
  69. .mandatoryNot::before {
  70. content: "*";
  71. color: #fff;
  72. margin-right: 4px;
  73. }
  74. .info_input {
  75. flex: auto;
  76. display: block;
  77. text-align: right;
  78. width: 100%;
  79. background: none;
  80. border: none;
  81. height: 100rpx;
  82. font-size: 30rpx;
  83. }
  84. .phone_btm {
  85. width: 90%;
  86. margin: 120rpx auto auto auto;
  87. }
  88. .phone_btn1 {
  89. display: block;
  90. /* line-height: 88rpx; */
  91. width: 100% !important;
  92. text-align: center;
  93. background-color: var(--color);
  94. border-radius: 40rpx;
  95. font-size: 28rpx;
  96. color: #ffffff;
  97. box-shadow: 0px 12rpx 18rpx 0px rgba(45, 89, 230, 0.27);
  98. font-weight: 500;
  99. }