| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- page {
- height: 100%;
- background-color: #fefefe;
- }
- .content {
- background-color: #fefefe;
- line-height: 1;
- padding-top: 25rpx;
- padding: 24rpx 24rpx 90rpx;
- }
- .content .top {
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- width: 100%;
- }
- .content .top image {
- width: 64rpx;
- height: 64rpx;
- border-radius: 50%;
- }
- .content .top .font {
- margin-left: 20rpx;
- }
- .content .top .font .china-font {
- font-size: 27rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #101010;
- letter-spacing: 20rpx;
- }
- .content .top .font .english-font {
- margin-top: 6rpx;
- font-size: 12rpx;
- font-family: PingFang SC;
- color: #101010;
- }
- .content .cross {
- margin-left: 6rpx;
- height: 76rpx;
- line-height: 76rpx;
- color: #444444;
- border-bottom: 1rpx solid #cccccc;
- }
- .content .image {
- margin-top: 44rpx;
- margin-bottom: 48rpx;
- height: 404rpx;
- width: 100%;
- }
- .content .image image {
- width: 100%;
- height: 100%;
- }
- .content .box {
- padding: 20rpx 0 24rpx;
- }
- .content .box .title {
- margin-top: 60rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #101010;
- }
- .content .box .detail {
- padding-top: 10rpx;
- font-size: 28rpx;
- line-height: 40rpx;
- }
- .content .box .detail .detail-spe {
- margin-top: 10rpx;
- line-height: 46rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .content .box .detail .detail-spe .copyband {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- float: right;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- background-color: #f1f1f1;
- border-radius: 10rpx;
- line-height: 34rpx;
- font-size: 24rpx;
- color: #333;
- width: 168rpx;
- height: 34rpx;
- margin-top: 8rpx;
- }
- .content .box .detail .detail-item {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- line-height: 46rpx;
- color: #000;
- margin-top: 10rpx;
- }
- .content .box .detail .detail-item .copy {
- width: 168rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- background-color: #f1f1f1;
- border-radius: 10rpx;
- line-height: 34rpx;
- font-size: 24rpx;
- color: #333;
- padding: 0 24rpx;
- height: 34rpx;
- }
- .content .box .detail .phone {
- margin-left: 138rpx;
- height: 40rpx;
- color: #000;
- }
- .content .box .erweima {
- width: 362rpx;
- height: 362rpx;
- background: #0b9edd;
- margin: 26rpx auto;
- }
- .content .box .erweima image {
- height: 100%;
- width: 100%;
- }
- .content .box .zfb {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #0b9edd;
- margin-top: 36rpx;
- text-align: center;
- }
- .content .box .weixin {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #02974a;
- margin-top: 36rpx;
- text-align: center;
- }
|