/* pages/activity/activityhistory/activityHistory.wxss */ page { height: 100vh; /* width:750prx; */ background: white; } .tabs { width: 750rpx; height: 95rpx; background: white; /* border:1px solid red; */ border-top: 2rpx solid #DDDBDB; border-bottom: 2rpx solid #DDDBDB; display: flex; } .tabs view { width: 300rpx; height: 90rpx; /* border: 1px solid red; */ float: left; text-align: center; margin: 0rpx auto; line-height: 90rpx; } .choose { color: #FE5F36; font-size: 30rpx; } .nochoose { color: #7F7F7F; font-size: 30rpx; } .table { width: 750rpx; margin-top: 5px; position: fixed; height: 100%; overflow: scroll; /* border:1rpx solid #DEDEDE; */ } .table .hang { width: 720rpx; height: 240rpx; margin: 0px auto; border: 1rpx solid #DEDEDE; border-radius: 20rpx; margin-top:5rpx } .table .hang .row { height: 100%; /* border:1rpx solid #DEDEDE; */ } .hang .left { width: 500rpx; /* height:260rpx; */ /* border: 1px solid green; */ float: left; } .hang .shijian { width: 100%; text-indent: 15rpx; color: #7F7F7F; font-size: 25rpx; margin-top:10rpx; } .hang .left .wenzi { margin-top: 20rpx; text-indent: 50rpx; /* font-size: 33rpx; */ color: #FE5F36; } .hang .left .touxiang { width: 500rpx; /* height: 130rpx; */ /* border: 1px solid red; */ margin-top: 30rpx; } .hang .left .touxiang image { float: left; width: 80rpx; height: 80rpx; margin-left: 55rpx; border-radius: 40rpx; } .hang .right { width: 210rpx; /* height:260rpx; */ /* border: 1px solid green; */ text-align: center; float: right; } .hang .right .chengtuan { /* border:1px solid red; */ margin-top: 20rpx; font-size: 29rpx; } .hang .right .xjq { border: 5rpx solid #FE885D; background-color: #FE5F36; font-size: 24rpx; width: 180rpx; height: 70rpx; color: white; margin: 20rpx auto; border-radius: 50rpx; line-height: 65rpx; margin-top: 30rpx; } .hang .right .qyq { border: 5rpx solid #FE885D; background-color: #FE5F36; border-radius: 50rpx; margin: 20rpx auto; width: 180rpx; height: 70rpx; color: white; margin-top: 30rpx; } .mygd { width: 750rpx; height: 50rpx; margin-top:10rpx; text-align: center; /* border: 1px solid red; */ color:#7F7F7F; margin-bottom: 150rpx; }