index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /**index.wxss**/
  2. .container-out {
  3. height: 600rpx;
  4. width: 650rpx;
  5. background-color: #b136b9;
  6. margin: 100rpx auto;
  7. border-radius: 40rpx;
  8. box-shadow: 0 10px 0 #871a8e;
  9. position: relative;
  10. }
  11. .container-in {
  12. width: 580rpx;
  13. height: 530rpx;
  14. background-color: #871a8e;
  15. border-radius: 40rpx;
  16. position: absolute;
  17. left: 0;
  18. right: 0;
  19. top: 0;
  20. bottom: 0;
  21. margin: auto;
  22. }
  23. /**小圆球
  24. box-shadow: inset 3px 3px 3px #fff2af;*/
  25. .circle {
  26. position: absolute;
  27. display: block;
  28. border-radius: 50%;
  29. height: 20rpx;
  30. width: 20rpx;
  31. }
  32. .content-out {
  33. position: absolute;
  34. height: 150rpx;
  35. width: 166.6666rpx;
  36. background-color: #f5f0fc;
  37. border-radius: 15rpx;
  38. box-shadow: 0 5px 0 #d87fde;
  39. }
  40. /**居中 加粗*/
  41. .start-btn {
  42. position: absolute;
  43. margin: auto;
  44. top: 0;
  45. left: 0;
  46. bottom: 0;
  47. right: 0;
  48. border-radius: 15rpx;
  49. height: 150rpx;
  50. width: 166.6666rpx;
  51. background-color: #ffe400;
  52. box-shadow: 0 5px 0 #e7930a;
  53. color: #f6251e;
  54. text-align: center;
  55. font-size: 55rpx;
  56. font-weight: bolder;
  57. line-height: 150rpx;
  58. }
  59. .award-image {
  60. position: absolute;
  61. margin: auto;
  62. top: 0;
  63. left: 0;
  64. bottom: 0;
  65. right: 0;
  66. height: 140rpx;
  67. width: 130rpx;
  68. }