shopjcMsg.scss 904 Bytes
.page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.titleall-left-line {
			width: 16rpx;
			height: 36rpx;
			border-radius: 100rpx;
			background: -webkit-gradient(linear, top top, bottom top, from(#30a738), to(#4dcc56));
			background: -o-linear-gradient(top, #30a738, #4dcc56);
			background: linear-gradient(to top, #30a738, #4dcc56);
			margin-right: 20rpx;
			box-shadow: 0 5rpx 10rpx #ace2b0;
		}
.card_msg{
			margin-bottom: 10rpx;
			padding:10px 20px;
			background-color: #fff;
		}
.head-search{

		margin: 20rpx;
		
		.head-title{
			font-size: 34rpx;
			margin-bottom: 20px;
			display: flex;
			align-items: center;
		}
		.head-body{
			font-size: 30rpx;
			padding: 0 20px;
			image{
				width: 120rpx;
				height:120rpx
			}
			.u-row{
				margin-bottom: 15px;
			}
			.col-left{
				text-align: center;
			}
			.col-right{
				margin-top: 6rpx;
			}
		}
	}