123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- .banner {
- width: 710rpx;
- margin-left: 20rpx;
- height: 240rpx;
- position: relative;
- }
- .u-wrp-bnr {
- width: 100%;
- height: 240rpx;
- display: block;
- position: relative;
- border-radius: 20rpx;
- overflow: hidden;
- }
- .u-img-slide {
- width: 100%;
- height: inherit;
- }
- .text {
- color: #fff;
- position: absolute;
- left: 50rpx;
- }
- .text1 {
- font-size: 35rpx;
- /* font-weight: 900; */
- top: 25rpx;
- }
- .text2 {
- font-size: 25rpx;
- top: 85rpx;
- }
- .text3 {
- font-size: 25rpx;
- top: 135rpx;
- }
- .gozbbtn {
- position: absolute;
- width: 258rpx;
- height: 61rpx;
- top: 165rpx;
- right: 20rpx;
- }
- .sec {
- height: 120rpx;
- width: 710rpx;
- margin-left: 20rpx;
- margin-top: 15rpx;
- /* border: 1px solid red; */
-
- }
- .sec_item {
- float: left;
- position: relative;
- }
- .sec_item1 {
- float: right;
- position: relative;
- }
- .secimg {
- width: 350rpx;
- height: 110rpx;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .text4 {
- color: #fff;
- font-size: 30rpx;
- font-weight: 900;
- position: absolute;
- top: 10rpx;
- left: 115rpx;
- }
- .text5 {
- color: #fff;
- font-size: 25rpx;
- position: absolute;
- top: 60rpx;
- left: 90rpx;
- }
- .gridbox {
- height: 200rpx;
- width: 710rpx;
- margin-left: 20rpx;
- }
- .grid_text {
- font-size: 26rpx;
- }
- .qy_title {
- width: 670rpx;
- margin-left: 40rpx;
- font-size: 30rpx;
- display: flex;
- /* border: 1px solid red; */
- display: block;
- margin-top: 30rpx;
- }
- .redk {
- height: 33rpx;
- width: 8rpx;
- background-color: #eb3f33;
- border-radius: 5rpx;
- margin-right: 10rpx;
- float: left;
- }
- .more {
- font-size: 25rpx;
- font-weight: 900;
- color: #eb3f33;
- float: right;
- }
- .xczs {
- width: 720rpx;
- margin-left: 20rpx;
- /* height: 250rpx; */
- /* border: 1px solid yellow; */
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- display: flex;
- display: block;
- }
- .zb1 {
- width: 338rpx;
- height: 283rpx;
- margin-right: 20rpx;
- margin-bottom: 10rpx;
- border-radius: 10rpx;
- overflow: hidden;
- float: left;
- position: relative;
- }
- .show1 {
- width: 338rpx;
- height: 283rpx;
- }
- .show_text {
- font-size: 22rpx;
- margin-top: 10rpx;
- }
- .grayblock {
- width: 100%;
- height: 80rpx;
- background-color: rgba(255, 255, 255, 0.7);
- position: absolute;
- bottom: 0;
- text-indent: 10rpx;
- }
- .qb {
- width: 23rpx;
- height: 25rpx;
- margin-left: 10rpx;
- margin-top: 5rpx;
- float: left;
- }
|