index.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .box {
  2. padding: 24rpx 32rpx;
  3. }
  4. .h-btn {
  5. margin: 48rpx auto;
  6. text-align: center;
  7. width: 686rpx;
  8. height: 84rpx;
  9. background: #FFE05C;
  10. border-radius: 50rpx;
  11. line-height: 84rpx;
  12. }
  13. .presentCount {
  14. font-size: 24rpx;
  15. line-height: 84rpx;
  16. color: #666666;
  17. }
  18. .customStyle{
  19. width: 100rpx;
  20. height: 50rpx;
  21. font-size: 24rpx;
  22. line-height: 50rpx;
  23. background: #FFE05C;
  24. text-align: center;
  25. border-radius: 10rpx;
  26. }
  27. /deep/ .u-text__value--tips {
  28. color: #333333 !important;
  29. }
  30. .popup{
  31. background: #ffffff;
  32. width: 750rpx;
  33. height: 750rpx;
  34. position: relative;
  35. }
  36. .popupClose{
  37. position: absolute;
  38. right: 30rpx;
  39. top: 24rpx;
  40. }
  41. .popupTitle{
  42. font-size: 30rpx;
  43. line-height: 90rpx;
  44. }
  45. .popupContent{
  46. width: 750rpx;
  47. height: 650rpx;
  48. overflow: auto;
  49. }
  50. .loveImage{
  51. width: 80rpx;
  52. height: 80rpx;
  53. border-radius: 40rpx;
  54. }
  55. .popupItem{
  56. padding: 24rpx 24rpx;
  57. border-bottom: 2rpx solid #F7F7F7;
  58. }
  59. .popupName{
  60. margin-left: 24rpx;
  61. font-size: 26rpx;
  62. }
  63. .popupPhone{
  64. margin-left: 24rpx;
  65. font-size: 24rpx;
  66. color: #999999;
  67. }