1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- /* parents/pages/information/information.wxss */
- @import '../../../templates/loading/loading.wxss';
- .list {
- padding: 0rpx;
- }
- .li {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx;
- background: #fff;
- border-radius: 0;
- border-bottom: solid 1rpx #e6e6e6;
- margin: 0;
- }
- .li-label {
- font-size: 32rpx;
- color: #666;
- margin: 0;
- }
- .li-image {
- width: 48rpx;
- height: 44rpx;
- margin-top:18rpx;
- }
- .li-imageTip{
- width: 100%;
- height: 100%;
- border-radius:50%;
- position:absolute;
- top:0;
- left: 0;
- z-index: 100;
- }
- .upload-text{
- font-size:12px;
- color:#999999;
- text-align: center;
- margin-top: 60rpx;
- }
- .upload-refrehtext{
- font-size:12px;
- color:#ffff;
- }
- .uploadImg{
- width:200rpx;
- height:200rpx;
- border-radius:50%;
- /* background-color:#EBEBEB; */
- margin:0 auto;
- text-align:center;
- line-height:30rpx;
- position: relative;
- }
- .icon{
- height: 35rpx;
- width: 12rpx;
- display:inline-block;
- margin-bottom:12rpx;
- }
- .image{
- height: 35rpx;
- width: 12rpx;
- }
- .upload-Model{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- background: rgba(0, 0, 0, 0.5);
- z-index: 1000;
- line-height:200rpx;
- position:absolute;
- top:0;
- left: 0
- }
- .li-input,
- .li-picker,
- .li-text {
- width: 400rpx;
- font-size: 30rpx;
- color: #999;
- text-align: right;
- }
|