123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /* pages/zcinfo/zcinfo.wxss */
- .banner_bigImage {
- width: 100%;
- height: 360rpx;
- background: rgb(117, 117, 117);
- border-radius: 20rpx;
- margin-bottom: 30rpx;
- }
- .box {
- width: 100%;
- min-height: 400rpx;
- background: #fff;
- margin-bottom: 30rpx;
- }
- .box_t_l {
- width: 90%;
- min-height: 100rpx;
- margin: 0 auto;
- }
- .square {
- margin-top: 30rpx;
- width: 10rpx;
- height: 40rpx;
- border-radius: 10rpx;
- background: #3689FF;
- float: left;
- margin-right: 20rpx;
- }
- .box_t {
- float: left;
- height: 100rpx;
- line-height: 100rpx;
- color: #3689FF;
- font-weight: bold;
- }
- .line {
- width: 90%;
- margin: 0 auto;
- height: 1rpx;
- background: #EEEEEE;
- }
- .tag_name{
- width: 200rpx;
- height: 100rpx;
- line-height: 100rpx;
- /* font-size: 40rpx; */
- text-align: right;
- font-weight: bold;
- margin-right: 20rpx;
- float: left;
- color: #666666;
- }
- .tag_value{
- height: 100rpx;
- line-height: 100rpx;
- /* font-size: 40rpx; */
- text-align: left;
-
- }
- .map {
-
- height: 360px;
- overflow: hidden;
- width: 100%;
- }
|