activeDetail.wxss 749 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. }
  21. .btn {
  22. width: 680rpx;
  23. height: 80rpx;
  24. line-height: 80rpx;
  25. /* margin-top: 35rpx; */
  26. border-radius: 35rpx;
  27. /* margin-left: 75rpx; */
  28. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  29. color: white;
  30. text-align: center;
  31. position: absolute;
  32. top: 35rpx;
  33. left: 35rpx;
  34. }
  35. .remarkImg{
  36. width: 243rpx;
  37. height: 243rpx;
  38. position: fixed;
  39. bottom: 100rpx;
  40. right: 50rpx;
  41. }