detail.scss 991 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .header {
  2. background-color: #fff;
  3. padding: 20rpx 30rpx 0rpx;
  4. box-sizing: border-box;
  5. margin-bottom: -16rpx;
  6. .title {
  7. font-size: 28rpx;
  8. font-family: PingFang SC-Bold, PingFang SC;
  9. font-weight: bold;
  10. color: #333333;
  11. margin-bottom: 16rpx;
  12. }
  13. }
  14. .confirm-box {
  15. position: relative;
  16. .info {
  17. position: absolute;
  18. height: 48rpx;
  19. text-align: center;
  20. line-height: 48rpx;
  21. color: #E7EEFF;
  22. border-radius: 8rpx;
  23. font-size: 24rpx;
  24. font-family: PingFang SC-Bold, PingFang SC;
  25. font-weight: bold;
  26. background-color: #3874F6;
  27. padding: 0 20rpx;
  28. top: -65rpx;
  29. right: 40rpx;
  30. }
  31. .textarea {
  32. width: 90%;
  33. height: 200rpx;
  34. box-sizing: border-box;
  35. padding: 20rpx 30rpx;
  36. background-color: #FDF9FC;
  37. margin: 20rpx auto;
  38. border: 1rpx solid #EEECEF;
  39. border-radius: 8rpx;
  40. }
  41. }