123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* pages/point/point.wxss */
- .toppoint_view{
- position: fixed;top: 0;width: 100%;z-index: 99;background-color: #FFF;
- }
- .header_left_view{
- width: 50%;text-align: center;height: 80rpx;line-height: 80rpx;
- }
- .im_sty1{
- height: 38rpx;width: 36rpx;margin-right: 20rpx;
- }.add_text_sty{
- font-size: 36rpx;color: #20AB41;
- }.minus_text_sty{
- font-size: 36rpx;color: #E30000;
- }
- .swiper-tab{
- width: 100%;
- border-bottom: 1rpx solid #F0F0F0;
- text-align: center;
- background-color: #FFFFFF;z-index: 99;
- }
- .swiper-tab-list{
- display: inline-block;
- width: 33.33%;
- color: #000000 ;
- background-color: #FFFFFF;
- font-size: 30rpx;
- padding: 20rpx 0 20rpx 0;
- }
- .on{ color: #3581EB; border-bottom: 5rpx solid #3581EB ;}
- .swiper-box{ display: block; height: 100%; width: 100%; overflow: hidden; }
- .add_item_left_sty{
- width: 50%;text-align: left;height: 100rpx;padding: 20rpx 40rpx;
- }
- .add_item_right_sty{
- width: 50%;text-align: right;height: 100rpx;padding: 20rpx 40rpx;
- }
- .first{
- color: #F60000;
- }.second{
- color: #FF9700;
- }.thired{
- color: #09C44D;
- }
- /* */
- .img1{height: 120rpx;width: 120rpx;border-radius: 10rpx;}
- .itemRow{
- padding: 5rpx 20rpx;width: 100%;height:140rpx;
- }
- .itemMsg{
- font-size: 30rpx;margin-left: 10rpx;text-align: left;width: 65%;
- }
- .itemStatue_finish{
- font-size: 24rpx;text-align: right;color: #FF0000;
- }
|