activeDetail.wxss 775 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* pages/activeDetail/activeDetail.wxss */
  2. .line {
  3. display: flex;
  4. color: #999999;
  5. margin-top: 30rpx;
  6. }
  7. .title {
  8. margin-left: 35rpx;
  9. margin-top: 35rpx;
  10. display: flex;
  11. }
  12. .btn_area {
  13. width: 750rpx;
  14. height: 150rpx;
  15. /* border: 1px solid red; */
  16. box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  17. position: fixed;
  18. bottom: 0;
  19. left: 0;
  20. background-color: #fff;
  21. }
  22. .btn {
  23. width: 680rpx;
  24. height: 80rpx;
  25. line-height: 80rpx;
  26. /* margin-top: 35rpx; */
  27. border-radius: 35rpx;
  28. /* margin-left: 75rpx; */
  29. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  30. color: white;
  31. text-align: center;
  32. position: absolute;
  33. top: 35rpx;
  34. left: 35rpx;
  35. }
  36. .remarkImg{
  37. width: 243rpx;
  38. height: 243rpx;
  39. position: fixed;
  40. bottom: 100rpx;
  41. right: 50rpx;
  42. }