123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .container {
- width: 680rpx;
- margin-left: 35rpx;
- margin-top: 20rpx;
- }
- .blueblock {
- width: 15rpx;
- height: 40rpx;
- background: -webkit-linear-gradient(top, #569dff, #3a65ff);
- float: left;
- }
- .title_box {
- width: 100%;
- height: 70rpx;
- }
- .title {
- float: left;
- margin-left: 20rpx;
- font-weight: 900;
- }
- .title1 {
- float: right;
- font-size: 28rpx;
- color: #9c9faf;
- font-weight: 600;
- /* margin-left: 20rpx; */
- }
- .box {
- width: 100%;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .halfbox{
- width: 327rpx;
- height: 187rpx;
- position: relative;
- /* border: 1px solid red; */
- /* margin-right: 20rpx; */
- /* margin-left: 20rpx; */
- }
- .bj {
- width: 327rpx;
- height: 187rpx;
- }
- .t1{
- position: absolute;
- top: 20rpx;
- z-index: 999;
- color: #173d86;
- font-weight: 900;
- left: 45rpx;
- top: 70rpx;
- font-size: 28rpx;
- }
- .t2{
- left: 70rpx;
- }
- .t3{
- left: 65rpx;
- }
- .t4{
- left: 100rpx;
- }
- .t5{
- left: 100rpx;
- }
- .t6{
- left: 25rpx;
- text-align: center;
- }
|