pay.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .store-info.data-v-5040d364 {
  12. padding: 46rpx 30rpx;
  13. justify-content: flex-start;
  14. align-items: center;
  15. }
  16. .store-info .store-logo.data-v-5040d364 {
  17. width: 82rpx;
  18. height: 82rpx;
  19. border-radius: 50%;
  20. background: #eee;
  21. border-radius: 5px;
  22. margin-right: 17rpx;
  23. }
  24. .store-info .store-name.data-v-5040d364 {
  25. font-size: 32rpx;
  26. font-family: PingFang SC;
  27. font-weight: bold;
  28. color: #000000;
  29. }
  30. .money-box.data-v-5040d364 {
  31. font-size: 60rpx;
  32. font-family: PingFang SC;
  33. font-weight: bold;
  34. color: #000000;
  35. padding: 30rpx 30rpx;
  36. display: flex;
  37. justify-content: space-between;
  38. align-items: center;
  39. }
  40. .money-box input.data-v-5040d364 {
  41. flex-grow: 1;
  42. padding-left: 20rpx;
  43. font-size: 40rpx;
  44. font-family: PingFang SC;
  45. font-weight: bold;
  46. color: #000000;
  47. }
  48. .sub.data-v-5040d364 {
  49. margin: 138rpx auto 0;
  50. width: 685rpx;
  51. line-height: 93rpx;
  52. background: #901B21;
  53. border-radius: 5px;
  54. text-align: center;
  55. font-size: 36rpx;
  56. font-family: PingFang SC;
  57. font-weight: bold;
  58. color: #FFFFFF;
  59. }
  60. .disable.data-v-5040d364 {
  61. background-color: #999;
  62. }
  63. .place.data-v-5040d364 {
  64. font-size: 24rpx;
  65. }