123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- /* pages/gzw/gzw.wxss */
- .bg{
- }
- .banner{
- width: 90%;
- height: 270rpx;
-
- border-radius: 20rpx;
- margin: 20rpx auto 20rpx;
- position: relative;
- }
- .banner_text{
- position: absolute;
- float: left;
- width: 100%;
- height: 50rpx;
- background: rgba(0, 0, 0, 0.507);
- color: #fff;
- bottom: 0;
- border-radius: 0 0 20rpx 20rpx;
- }
- .banner_textbt{
- display: block;
- width: 70%;
- height: 50rpx;
- float: left;
- text-align: center;
-
- }
- .banner_textal{
- display: block;
- width: 30%;
- height: 50rpx;
- float: left;
- text-align: center;
- }
- .item{
- width: 90%;
- min-height:200rpx ;
- margin: 20rpx auto 20rpx;
- background: rgb(194, 100, 100);
- border-radius: 20rpx;
-
- }
- .nav{
- width: 90%;
- height: 110rpx;
- margin: 0 auto 0;
- }
- .icon {
- width: 80rpx;
- height: 80rpx;
- float: left;
- margin-top: 20rpx;
- }
- .title{
- height: 110rpx;
- line-height: 110rpx;
- margin-left: 30rpx;
- font-size: 40rpx;
- float: left;
- }
- .item_btn{
- width: 150rpx;
- float: right;
- height: 60rpx;
- background: #4889FE;
- color: #fff;
- text-align: center;
- border-radius: 40rpx;
- line-height: 60rpx;
- margin-top: 30rpx;
- font-size: 23rpx;
- }
- .backIcon{
- width: 30rpx;
- height: 30rpx;
- }
- .itembanner{
- width: 90%;
- height: 300rpx;
- margin-top: 20rpx;
- margin-left: auto;
- margin-right: auto;
- }
- .zcitem{
- width: 33%;
- height: 300rpx;
- float: left;
- }
- .zcitem-i{
- display: block;
- width: 95%;
- height: 150rpx;
- margin: 0 auto;
- }
- .zcitem-t{
- display: block;
- font-size: 28rpx;
- width: 100%;
- }
- .zcitem-title{
- font-size: 28rpx;
- }
- .zcitem-time{
- font-size: 20rpx;
- color: #999999;
- }
|