123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page, page {
- height: 100%;
- background-color: #fefefe;
- }
- .content {
- background-color: #fefefe;
- line-height: 1;
- padding-top: 25rpx;
- padding: 24rpx 24rpx 0;
- }
- .content .top {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .content .top .img {
- width: 80rpx;
- height: 80rpx;
- }
- .content .top .img image {
- width: 80rpx;
- height: 80rpx;
- }
- .content .top .name {
- margin-left: 8rpx;
- }
- .content .top .name .chinaName {
- font-weight: 300;
- font-size: 34rpx;
- }
- .content .cross {
- margin-left: 6rpx;
- height: 76rpx;
- line-height: 76rpx;
- color: #444444;
- border-bottom: 1rpx solid #CCCCCC;
- }
- .content .box {
- padding: 0 0 24rpx;
- }
- .content .box .title {
- font-size: 28rpx;
- margin: 20rpx 0;
- font-weight: 700;
- }
- .content .box .detail {
- font-size: 28rpx;
- }
- .content .box .detail .detail-item {
- height: 40rpx;
- color: #000;
- }
- .content .box .erweima {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- width: 100%;
- height: 100%;
- }
- .content .box .erweima image {
- width: 550rpx;
- height: 650rpx;
- }
- .content .box .erweima .name {
- margin: 14rpx 0;
- color: #d32d26;
- font-weight: 900;
- font-size: 48rpx;
- }
- .content .box .weixin {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- width: 100%;
- height: 100%;
- }
- .content .box .weixin image {
- width: 550rpx;
- height: 650rpx;
- }
- .content .box .weixin .name {
- margin: 14rpx 0;
- color: #d32d26;
- font-weight: 900;
- font-size: 48rpx;
- }
|