shouquan.wxss 442 B

12345678910111213141516171819202122232425262728293031
  1. /**index.wxss**/
  2. .header {
  3. margin: 90rpx 0 90rpx 50rpx;
  4. border-bottom: 1px solid #ccc;
  5. text-align: center;
  6. width: 650rpx;
  7. height: 300rpx;
  8. line-height: 450rpx;
  9. }
  10. .header image {
  11. width: 200rpx;
  12. height: 200rpx;
  13. }
  14. .content {
  15. margin-left: 50rpx;
  16. margin-bottom: 90rpx;
  17. }
  18. .content text {
  19. display: block;
  20. color: #9d9d9d;
  21. margin-top: 40rpx;
  22. }
  23. .bottom {
  24. border-radius: 80rpx;
  25. margin: 70rpx 50rpx;
  26. font-size: 35rpx;
  27. }