consumptionCode.wxss 979 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .content {
  2. text-align: center;
  3. background: #fff;
  4. width: 557rpx;
  5. height: 333rpx;
  6. position: absolute;
  7. top: 25%;
  8. right: 0;
  9. left: 0;
  10. margin: auto;
  11. border-radius: 10rpx;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. padding: 20rpx;
  16. font-size: 28rpx;
  17. box-shadow: 0 5rpx 10rpx rgba(0, 0, 0, .4);
  18. }
  19. .img{
  20. width: 100%;
  21. height:150rpx ;
  22. }
  23. .content image{
  24. width: 125rpx;
  25. height: 115rpx;
  26. margin-top: 25rpx;
  27. }
  28. .ins {
  29. font-size: 24rpx;
  30. position: absolute;
  31. top: 20rpx;
  32. right: 20rpx;
  33. }
  34. .title {
  35. font-size: 32rpx;
  36. font-weight: 700;
  37. margin: 80rpx 40rpx 40rpx;
  38. }
  39. .btn-group {
  40. display: flex;
  41. flex-direction: row;
  42. justify-content: space-around;
  43. width: 147rpx;
  44. height: 63rpx;
  45. margin: 20rpx 40rpx;
  46. background: var(--themeColor);
  47. border-radius: 30rpx;
  48. position: relative;
  49. top: 40rpx;
  50. }
  51. .makeSurePopup {
  52. text-align: center;
  53. color: #000;
  54. line-height: 63rpx;
  55. /* padding: 0 80rpx; */
  56. font-size: 28rpx;
  57. }