|
@@ -75,13 +75,44 @@ page {
|
|
|
}
|
|
|
}
|
|
|
.itemRule {
|
|
|
- display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
|
|
|
- width: 690rpx;height: 234rpx;
|
|
|
+ display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
|
|
|
+ width: 690rpx;height: 600rpx;
|
|
|
background: url('../../static/w3/tran/bg_desc.png');
|
|
|
- background-size: 690rpx 234rpx;
|
|
|
- font-weight: 400;padding:24rpx 32rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- color: #999999;
|
|
|
+ background-size: 690rpx 560rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 22rpx;
|
|
|
+ color: #999999;
|
|
|
+ .ruleItem {
|
|
|
+ width:590rpx;height:56rpx;
|
|
|
+
|
|
|
+ .line{
|
|
|
+ width: 590rpx;
|
|
|
+ height: 0rpx;
|
|
|
+ border-bottom: 3rpx dashed #FFFFFF;
|
|
|
+ opacity: 0.3;
|
|
|
+ margin-top: 12rpx;
|
|
|
+ }
|
|
|
+ .info{
|
|
|
+ display: flex;flex-direction: row;justify-content: space-between;align-items: center;
|
|
|
+ width:590rpx;
|
|
|
+ .left {
|
|
|
+ display: flex;flex-direction: column;justify-content: center;
|
|
|
+ // background: #ffffff;
|
|
|
+ align-items: center;
|
|
|
+ width:295rpx;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ .right{
|
|
|
+ // background: #393939;
|
|
|
+ align-items: center;
|
|
|
+ width:295rpx;
|
|
|
+ display: flex;flex-direction: column;justify-content: center;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|