| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container .notes.data-v-6afb1c74 {
- margin-top: 110rpx;
- text-align: center;
- font-size: 28rpx;
- }
- .container .msg.data-v-6afb1c74 {
- margin-top: 10rpx;
- text-align: center;
- font-size: 28rpx;
- }
- .container .info.data-v-6afb1c74 {
- margin-top: 100rpx;
- height: 40rpx;
- text-align: center;
- }
- .container .photo.data-v-6afb1c74 {
- margin: 0 auto;
- margin-top: 40rpx;
- width: 375rpx;
- height: 375rpx;
- border-radius: 188rpx;
- overflow: hidden;
- }
- .container .photo .img.data-v-6afb1c74 {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .container .photo ._img.data-v-6afb1c74 {
- width: 100%;
- height: 100%;
- }
- .container .button.data-v-6afb1c74 {
- margin: 0 auto;
- margin-top: 127rpx;
- width: 430rpx;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- color: #fff;
- border-radius: 21rpx;
- font-size: 32rpx;
- background: linear-gradient(180deg, #00acfc 0%, #0082fc 100%);
- }
- .container .popup-content.data-v-6afb1c74 {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- width: 630rpx;
- height: 376rpx;
- border-radius: 33rpx;
- background-color: #fff;
- }
- .container .popup-content .title.data-v-6afb1c74 {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .container .popup-content .title .icon.data-v-6afb1c74 {
- width: 40rpx;
- height: 40rpx;
- }
- .container .popup-content .title .icon ._img.data-v-6afb1c74 {
- width: 100%;
- height: 100%;
- }
- .container .popup-content .title .title_info.data-v-6afb1c74 {
- margin-left: 8rpx;
- font-size: 36rpx;
- font-weight: 800;
- color: #0082FC;
- }
- .container .popup-content .time.data-v-6afb1c74 {
- font-size: 32rpx;
- }
- .container .popup-content .popup_button.data-v-6afb1c74 {
- width: 50%;
- text-align: center;
- font-size: 32rpx;
- color: #0082FC;
- }
|