template-msg.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @charset "UTF-8";
  2. .text-center.data-v-baf77a74 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-baf77a74 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-baf77a74 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-baf77a74 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-baf77a74 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-baf77a74 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-baf77a74 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-baf77a74 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-baf77a74 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .title.data-v-baf77a74 {
  39. font-size: 28rpx;
  40. color: #ff8a00;
  41. height: 88rpx;
  42. line-height: 88rpx;
  43. padding: 0 24rpx;
  44. background-color: #fff0d9;
  45. }
  46. .list.data-v-baf77a74 {
  47. padding: 24rpx;
  48. }
  49. .list .item.data-v-baf77a74 {
  50. margin-bottom: 24rpx;
  51. background-color: #ffffff;
  52. height: 120rpx;
  53. padding: 0 40rpx;
  54. border-radius: 16rpx;
  55. }
  56. .list .item .btn.data-v-baf77a74 {
  57. font-size: 26rpx;
  58. padding: 20rpx 30rpx;
  59. border-radius: 64rpx;
  60. margin-left: 20rpx;
  61. }
  62. .list .item .btn.btn-subscribe.data-v-baf77a74 {
  63. border: 1rpx solid #409eff;
  64. background-color: #ffffff;
  65. color: #409eff;
  66. }
  67. .list .item .btn.btn-send.data-v-baf77a74 {
  68. background-color: #409eff;
  69. color: #ffffff;
  70. }