12345678910111213141516171819202122 |
- /* components/face_img/index.wxss */
- .face_img {
- width: 182rpx;
- height: 240rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0, 42, 74, 0.23);
- border-radius: 2rpx;
- padding-top: 16rpx;
- position: fixed;
- top: 72rpx;
- right: 40rpx;
- text-align: center;
- .face{
- width: 172rpx;
- height: 172rpx;
- }
- .face_to{
- width: 90rpx;
- height: 28rpx;
- }
- }
|