| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page.data-v-60755698 {
- background-color: #901b21;
- width: 100%;
- height: 100%;
- }
- .content.data-v-60755698 {
- position: relative;
- background-color: #901b21;
- min-height: 100%;
- }
- .content .bg.data-v-60755698 {
- width: 750rpx;
- height: 1334rpx;
- }
- .content .share-btn.data-v-60755698 {
- width: 492rpx;
- height: 86rpx;
- background-color: #ebd49e;
- border-radius: 43rpx;
- text-align: center;
- line-height: 86rpx;
- color: #901b21;
- font-weight: bold;
- font-size: 36rpx;
- position: absolute;
- top: 1159rpx;
- left: 130rpx;
- }
- .content .share-user-logo.data-v-60755698 {
- position: absolute;
- top: 400rpx;
- left: 0;
- right: 0;
- margin: auto;
- width: 118rpx;
- height: 118rpx;
- border-radius: 50%;
- }
- .content .share-user-logo image.data-v-60755698 {
- width: 118rpx;
- height: 118rpx;
- border-radius: 50%;
- }
- .content .good.data-v-60755698 {
- width: 290rpx;
- height: 290rpx;
- border-radius: 20rpx;
- position: absolute;
- top: 560rpx;
- left: 0;
- right: 0;
- margin: auto;
- }
- .content .good image.data-v-60755698 {
- width: 290rpx;
- height: 290rpx;
- border-radius: 20rpx;
- }
- .content .good-tit.data-v-60755698 {
- position: absolute;
- font-size: 32rpx;
- color: #901b21;
- text-align: center;
- width: 750rpx;
- top: 880rpx;
- }
|