| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- /* pages/userinfo/index.wxss */
- .info_card {
- margin: 20rpx 0 0 0;
- }
- .info_item:first-child {
- border: none;
- }
- .info_val {
- flex: auto;
- width: 100%;
- font-size: 30rpx;
- color: #333333;
- text-align: right;
- padding: 0 10rpx 0 0;
- }
- .prof_item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 28rpx;
- color: #333333;
- background: #ffffff;
- line-height: 120rpx;
- padding: 0 26rpx;
- border-top: 1px solid #F8F8F8;
- }
- .prof_item_label {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- }
- .prof_item_textarea {
- height: 154rpx;
- width: 100%;
- padding: 15rpx;
- background: #f5f5f5;
- margin: 20rpx 0;
- }
- .prof_imgs {
- width: 80rpx;
- height: 80rpx;
- position: relative;
- /* margin: 20rpx 0; */
- }
- .prof_imgs image {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border-radius: 180rpx;
- }
- .prof_imgs text {
- width: 30rpx;
- height: 30rpx;
- text-align: center;
- line-height: 30rpx;
- border-radius: 30rpx;
- background: #ff0000;
- color: #ffffff;
- position: absolute;
- top: -15rpx;
- right: -15rpx;
- }
- .info_item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 28rpx;
- color: #333333;
- background: #ffffff;
- line-height: 120rpx;
- padding: 0 26rpx;
- border-top: 1px solid #F8F8F8;
- }
- .info_item:first-child {
- border: none;
- }
- .info_label {
- flex: none;
- font-size: 30rpx;
- width: 200rpx;
- color: #333333;
- }
- .info_input {
- flex: auto;
- display: block;
- width: 100%;
- text-align: right;
- background: none;
- border: none;
- height: 100rpx;
- font-size: 30rpx;
- }
- .setting_card {
- margin: 20rpx 0 0 0;
- }
- .setting_item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 28rpx;
- color: #333333;
- background: #ffffff;
- line-height: 120rpx;
- padding: 0 60rpx 0 30rpx;
- border-top: 1px solid #F8F8F8;
- }
- .setting_item:first-child {
- border: none;
- }
|