抖音b端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

99 rindas
1.9 KiB

  1. /* pages/exchange/index.wxss */
  2. .exchange {
  3. width: 100%;
  4. height: 100%;
  5. background: #f8f8fa;
  6. }
  7. .exchangeBox{
  8. margin-top: -45rpx;
  9. }
  10. .radian{
  11. width: 100%;
  12. height: 100rpx;
  13. border-radius: 0 0 100rpx 100rpx;
  14. background-color: #52A0FD;
  15. }
  16. .footer {
  17. width: 710rpx;
  18. height: 126rpx;
  19. line-height: 126rpx;
  20. display: flex;
  21. background: #fff;
  22. border-radius: 20rpx;
  23. margin: 100rpx auto 0;
  24. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  25. }
  26. .footerYt{
  27. width: 710rpx;
  28. height: 126rpx;
  29. line-height: 126rpx;
  30. display: flex;
  31. background: #fff;
  32. border-radius: 20rpx;
  33. margin: 30rpx auto 0;
  34. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  35. }
  36. .footer text {
  37. margin-left: 31rpx;
  38. font-size: 30rpx;
  39. }
  40. .footer input{
  41. width: 460rpx;
  42. margin-left: 40rpx;
  43. height: 126rpx;
  44. line-height: 126rpx;
  45. font-size: 30rpx;
  46. text-align: right;
  47. }
  48. .section {
  49. width: 710rpx;
  50. /* height: 176rpx; */
  51. margin-top: 8%;
  52. background: #fff;
  53. display: flex;
  54. flex-direction: column;
  55. border: 1px solid #eaeaea;
  56. border-radius: 18rpx;
  57. margin: auto;
  58. }
  59. .section view {
  60. position: relative;
  61. width: 92%;
  62. height: 88rpx;
  63. line-height: 88rpx;
  64. display: flex;
  65. justify-content: space-between;
  66. padding: 0 4%;
  67. /* border-bottom: 1px solid #f5f5f5; */
  68. }
  69. .section view text {
  70. font-size: 30rpx;
  71. color: #999999;
  72. letter-spacing: 1.16rpx;
  73. }
  74. .section view text:nth-child(2) {
  75. font-size: 28rpx;
  76. color: #000;
  77. letter-spacing: 1.16rpx;
  78. text-align: right;
  79. }
  80. button{
  81. width: 710rpx;
  82. height: 94rpx;
  83. margin-top: 88rpx;
  84. color: #FFF;
  85. font-size: 36rpx;
  86. background-color: #52A0FD;
  87. box-shadow:0px 10px 22px 2px rgba(82,160,253,0.51);
  88. }
  89. .img {
  90. margin-top: -60rpx;
  91. display: block;
  92. width: 100%;
  93. }