point.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/point/point.wxss */
  2. .toppoint_view{
  3. position: fixed;top: 0;width: 100%;z-index: 99;background-color: #FFF;
  4. }
  5. .header_left_view{
  6. width: 50%;text-align: center;height: 80rpx;line-height: 80rpx;
  7. }
  8. .im_sty1{
  9. height: 38rpx;width: 36rpx;margin-right: 20rpx;
  10. }.add_text_sty{
  11. font-size: 36rpx;color: #20AB41;
  12. }.minus_text_sty{
  13. font-size: 36rpx;color: #E30000;
  14. }
  15. .swiper-tab{
  16. width: 100%;
  17. border-bottom: 1rpx solid #F0F0F0;
  18. text-align: center;
  19. background-color: #FFFFFF;z-index: 99;
  20. }
  21. .swiper-tab-list{
  22. display: inline-block;
  23. width: 33.33%;
  24. color: #000000 ;
  25. background-color: #FFFFFF;
  26. font-size: 30rpx;
  27. padding: 20rpx 0 20rpx 0;
  28. }
  29. .on{ color: #3581EB; border-bottom: 5rpx solid #3581EB ;}
  30. .swiper-box{ display: block; height: 100%; width: 100%; overflow: hidden; }
  31. .add_item_left_sty{
  32. width: 50%;text-align: left;height: 100rpx;padding: 20rpx 40rpx;
  33. }
  34. .add_item_right_sty{
  35. width: 50%;text-align: right;height: 100rpx;padding: 20rpx 40rpx;
  36. }
  37. .first{
  38. color: #F60000;
  39. }.second{
  40. color: #FF9700;
  41. }.thired{
  42. color: #09C44D;
  43. }
  44. /* */
  45. .img1{height: 120rpx;width: 120rpx;border-radius: 10rpx;}
  46. .itemRow{
  47. padding: 5rpx 20rpx;width: 100%;height:140rpx;
  48. }
  49. .itemMsg{
  50. font-size: 30rpx;margin-left: 10rpx;text-align: left;width: 65%;
  51. }
  52. .itemStatue_finish{
  53. font-size: 24rpx;text-align: right;color: #FF0000;
  54. }