index.wxss 993 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .xr-info {
  2. position: absolute;
  3. right: 0;
  4. top: 0;
  5. width: 200rpx;
  6. height: 160rpx;
  7. padding: 20rpx;
  8. background-color: #000;
  9. border-radius: 5px 0 0 5px;
  10. }
  11. .info-text {
  12. font-size: 20rpx;
  13. line-height: 30rpx;
  14. padding: 0;
  15. color: #fff;
  16. }
  17. .info-text.title {
  18. font-size: 24rpx;
  19. line-height: 40rpx;
  20. font-weight: bold;
  21. }
  22. .xr-control {
  23. position: absolute;
  24. left: 20rpx;
  25. width: 700rpx;
  26. height: 80rpx;
  27. margin-top: -100rpx;
  28. text-align: left;
  29. }
  30. .xr-control button {
  31. display: inline-block;
  32. font-size: 24rpx;
  33. background-color: #fff;
  34. border-radius: 10rpx;
  35. width: 160rpx;
  36. height: 80rpx;
  37. line-height: 80rpx;
  38. padding: 0;
  39. margin-right: 10rpx;
  40. border: 1px solid #000;
  41. }
  42. .xr-block {
  43. text-align: center;
  44. margin: 20rpx;
  45. }
  46. .xr-block button {
  47. display: inline-block;
  48. font-size: 30rpx;
  49. background-color: #fff;
  50. border-radius: 10rpx;
  51. width: 90%;
  52. height: 80rpx;
  53. line-height: 80rpx;
  54. padding: 0;
  55. margin-right: 10rpx;
  56. border: 1px solid #000;
  57. }