|
@@ -1,10 +1,14 @@
|
|
.taking-pictures{
|
|
.taking-pictures{
|
|
margin: 147rpx auto 79rpx;
|
|
margin: 147rpx auto 79rpx;
|
|
- width: 249rpx;
|
|
|
|
- height: 249rpx;
|
|
|
|
- border: 39rpx solid #EAF3FE;
|
|
|
|
- background: linear-gradient(180deg, #56ABFF 0%, #0062D5 100%);
|
|
|
|
- border-radius: 50%;
|
|
|
|
|
|
+ width: 288rpx;
|
|
|
|
+ height: 288rpx;
|
|
|
|
+ background: url(../../static/img/choose-image.png) no-repeat;
|
|
|
|
+ background-size: contain;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+ line-height: 42rpx;
|
|
|
|
+ padding-top: 177rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.title{
|
|
.title{
|