page { background-color: #f8f8f8; } .information_template { padding-bottom: calc(150rpx + constant(safe-area-inset-bottom)); padding-bottom: calc(150rpx + env(safe-area-inset-bottom)); } .information_head { background-color: #f0f6fe; padding: 30rpx; margin: 30rpx; display: flex; align-items: center; color: #0082fa; font-size: 28rpx; border-radius: 10rpx; } .information_head text { padding-left: 10rpx; } .information_template_card { background-color: #fff; border-radius: 10rpx; margin: 0 30rpx; padding: 0 30rpx 10rpx 30rpx; } .information_template_card .card_head_info { color: #3d3d3d; padding: 30rpx 0; display: flex; align-items: center; } .information_template_card .card_head_info .border_left { height: 35rpx; width: 8rpx; background-color: #0082fa; margin-right: 10rpx; } .information_template_card .card_select_cell { border: 1rpx solid #eee; border-radius: 10rpx; padding: 30rpx; margin-bottom: 30rpx; } .information_template_card .card_select_cell .cell_title { color: #333; font-size: 30rpx; display: flex; align-items: center; justify-content: space-between; font-weight: 550; } .information_template_card .card_select_cell .cell_title .sending_message { display: flex; align-items: center; } .information_template_card .card_select_cell .cell_title .sending_message text { background-color: #eee; color: #df3600; font-size: 24rpx; border-radius: 5rpx; margin-left: 20rpx; padding: 5rpx 10rpx; } .information_template_card .cell_des { color: #333; font-size: 24rpx; padding-top: 10rpx; } .information_template_card .cell_des text { color: #999; } .template_info { border-top: 1rpx solid #eee; } .template_info .template_info_item { margin: 30rpx 0; } .template_info .template_info_item .label { color: #333; font-size: 28rpx; font-weight: 500; padding-bottom: 20rpx; } .template_info .template_info_item .template_info_text { background-color: #f9fafb; margin: 0 0 20rpx 0; padding: 20rpx 30rpx; color: #333; border-radius: 10rpx; font-size: 24rpx; } .enterprise_wechat_content { background-color: #f9fafb; padding: 20rpx; border-radius: 10rpx; } .enterprise_wechat { display: flex; align-items: center; background-color: #fff; padding: 20rpx; border-radius: 10rpx; } .enterprise_wechat .cover_img, .enterprise_wechat image { width: 100rpx; height: 100rpx; overflow: hidden; } .enterprise_wechat .label { font-size: 28rpx; padding-left: 30rpx; line-height: 40rpx; flex: 1; font-weight: 400; }