老师我这个是出了什么问题?怎么整个HTML页面塌掉
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 | <!DOCTYPE html> < head > < meta charset = "utf-8" > < title >城市医院预约挂号平台</ title > < link rel = "stylesheet" type = "text/css" href = "../css/layout.css" > < link rel = "stylesheet" type = "text/css" href = "../css/base.css" > < link rel = "stylesheet" type = "text/css" href = "../css/ui.css" > < script type = "text/javascript" src = "../js/jquery-1.7.1.min.js" ></ script > </ head > < body > < div id = "top" class = "top" > < div class = "wrap" > < p class = "call" >010-144/16412电话预约</ p > < p class = "wellcome" > 欢迎来到城市预约挂号统一平台 请 < a href = "#" >登录</ a > < a href = "#" >注册</ a > < a href = "#" >帮助中心</ a > </ p > </ div > </ div > < div id = "header" class = "header" > < div class = "wrap" > < a href = "#" class = "logo" > < img src="../img/logo.png " alt = "logo" > </ a > < div class = "search ui-search" > < div class = "ui-search-selected" >医院</ div > < div class = "ui-search-selected-list" > < a href = "#" >科室</ a > < a href = "#" >疾病</ a > < a href = "#" >医院</ a > </ div > < input type = "text" name = "search-content" class = "ui-search-input" placeholder = "请输入搜索内容" > < a href = "#" class = "ui-search-submit" > </ a > </ div > </ div > </ div > < div id = "nav" class = "nav" > < div class = "wrap" > < div class = "link menu" >全部科室 < div class = "menu-list ui-menu" > < div class = "ui-menu-item" > < a href = "#" class = "ui-menu-item-department" >内科</ a > < a href = "#" class = "ui-menu-item-disease" >高血压</ a > < a href = "#" class = "ui-menu-item-disease" >冠心病</ a > < div class = "ui-menu-item-detail" > < div class = "ui-menu-item-detail-group" > < div class = "ui-menu-item-detail-group-caption" >内科</ div > < div class = "ui-menu-item-detail-group-list" > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > </ div > < div class = "ui-menu-item-detail-group-caption" >内科常见疾病</ div > < div class = "ui-menu-item-detail-group-list" > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > </ div > </ div > </ div > < div class = "ui-menu-item" > < a href = "#" class = "ui-menu-item-department" >内科</ a > < a href = "#" class = "ui-menu-item-disease" >高血压</ a > < a href = "#" class = "ui-menu-item-disease" >冠心病</ a > < div class = "ui-menu-item-detail" > < div class = "ui-menu-item-detail-group" > < div class = "ui-menu-item-detail-group-caption" >内科</ div > < div class = "ui-menu-item-detail-group-list" > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > </ div > < div class = "ui-menu-item-detail-group-caption" >内科常见疾病</ div > < div class = "ui-menu-item-detail-group-list" > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > < a href = "#" >心脑血管科</ a > </ div > </ div > </ div > </ div > </ div > < a href = "#" class = "link" >按医院挂号</ a > < a href = "#" class = "link" >按疾病挂号</ a > < a href = "#" class = "link" >按科室挂号</ a > < a href = "#" class = "link" >最新公告</ a > < a href = "#" class = "link right" >社会知名医院</ a > </ div > </ div > < div id = "banner" class = "banner" > < div class = "banner-slider" ></ div > < div class = "banner-search" > < div class = "caption" > < span class = "text" >快速预约</ span > </ div > < div class = "form" > < div class = "line" > < select name = "area" >< option >医院地区</ option ></ select > </ div > < div class = "line" > < select name = "area" >< option >医院等级</ option ></ select > </ div > < div class = "line" > < select name = "area" >< option >医院名称</ option ></ select > </ div > < div class = "line" > < select name = "area" >< option >医院科室</ option ></ select > </ div > </ div > < div class = "submit" > < input type = "button" class = "button" value = "快速查询" > </ div > </ div > < div class = "banner-help" > < div class = "caption" > < span class = "text" >帮助中心</ span > </ div > < div class = "list" > < a href = "#" class = "link" >账号指南</ a > < a href = "#" class = "link" >预约指南</ a > < a href = "#" class = "link" >账号找回</ a > < a href = "#" class = "link" >常见问题</ a > </ div > </ div > </ div > < div id = "content" class = "content" > < div class = "wrap clearFix" > < div class = "content-tab" > < div class = "caption" > < a href = "#" class = "item item-focus" >医院</ a > < a href = "#" class = "item" >科室</ a > </ div > < div class = "block" > < div class = "item" > < div class = "block-caption" > < a href = "#" class = "block-caption-item block-caption-item_focus" >全部</ a > < a href = "#" class = "block-caption-item" >东城区</ a > < a href = "#" class = "block-caption-item" >西城区</ a > < a href = "#" class = "block-caption-item" >朝阳区</ a > < a href = "#" class = "block-caption-item" >丰台区</ a > < a href = "#" class = "block-caption-item" >石景山区</ a > < a href = "#" class = "block-caption-item" >海淀区</ a > < a href = "#" class = "block-caption-item" >门头沟区</ a > </ div > < div class = "block-content" > < div class = "block-list clearFix" > < div class = "item" > < img src = "../img/hospital-1.jpg" alt = "XX医院" > < div class = "item-name" >北京协和医院< span class = "item-level" >【三级甲等】</ span ></ div > < div class = "item-phone" >电话:东院咨询台:010-69155564...</ div > < div class = "item-address" > [东院]北京市东城区帅府园一号 [西院]北京市西城区大木仓... </ div > </ div > < div class = "item" > < img src = "../img/hospital-1.jpg" alt = "XX医院" > < div class = "item-name" >北京协和医院< span class = "item-level" >【三级甲等】</ span ></ div > < div class = "item-phone" >电话:东院咨询台:010-69155564...</ div > < div class = "item-address" > [东院]北京市东城区帅府园一号 [西院]北京市西城区大木仓... </ div > </ div > < div class = "item" > < img src = "../img/hospital-1.jpg" alt = "XX医院" > < div class = "item-name" >北京协和医院< span class = "item-level" >【三级甲等】</ span ></ div > < div class = "item-phone" >电话:东院咨询台:010-69155564...</ div > < div class = "item-address" > [东院]北京市东城区帅府园一号 [西院]北京市西城区大木仓... </ div > </ div > < div class = "item" > < img src = "../img/hospital-1.jpg" alt = "XX医院" > < div class = "item-name" >北京协和医院< span class = "item-level" >【三级甲等】</ span ></ div > < div class = "item-phone" >电话:东院咨询台:010-69155564...</ div > < div class = "item-address" > [东院]北京市东城区帅府园一号 [西院]北京市西城区大木仓... </ div > </ div > </ div > < div class = "block-text-list clearFix" > < a href = "#" class = "item" >首都儿科研究所附属儿童医院 < span class = "level" >【三级甲等】</ span > </ a > < a href = "#" class = "item" >首都儿科研究所附属儿童医院 < span class = "level" >【三级甲等】</ span > </ a > < a href = "#" class = "item" >首都儿科研究所附属儿童医院 < span class = "level" >【三级甲等】</ span > </ a > < a href = "#" class = "item" >首都儿科研究所附属儿童医院 < span class = "level" >【三级甲等】</ span > </ a > < a href = "#" class = "item" >首都儿科研究所附属儿童医院 < span class = "level" >【三级甲等】</ span > </ a > < a href = "#" class = "item" >首都儿科研究所附属儿童医院 < span class = "level" >【三级甲等】</ span > </ a > </ div > < a href = "#" class = "block-more" >更多医院</ a > </ div > </ div > < div class = "item" style = "display: none;" > 科室内容 </ div > </ div > </ div > < div class = "content-news" > < div class = "caption" >最新公告 < a href = "#" class = "more" >|更多</ a ></ div > < div class = "list" > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > </ div > </ div > < div class = "content-close" > < div class = "caption" >停诊公告 < a href = "#" class = "more" >|更多</ a ></ div > < div class = "list" > < a href = "#" class = "link" > 停诊医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 停诊医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 停诊医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > < a href = "#" class = "link" > 医院特需门诊暂停更新号源... </ a > </ div > </ div > </ div > </ div > < div class = "footer" id = "footer" > Copyright©2017慕课网版权所有 </ div > < script type = "text/javascript" src = "../js/ui.js" ></ script > </ body > </ html > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | ui.css /*搜索*/ .ui-search{ background : url (../img/ui-search.jpg) center no-repeat ; font-size : 14px ; color : #fff ; position : relative ; } .ui-search-selected{ width : 70px ; height : 38px ; line-height : 38px ; position : absolute ; left : 0 ; top : 0 ; text-indent : 14px ; } .ui-search-selected-list{ position : absolute ; width : 67px ; line-height : 24px ; background-color : #fff ; box-shadow: 3px 3px 5px rgba( 0 , 0 , 0 ,. 2 ); top : 36px ; left : 2px ; z-index : 2 ; display : none ; } .ui-search-selected-list a{ display : block ; color : #a5a2a2 ; text-align : center ; } .ui-search-selected-list a:hover{ background-color : #ebeef5 ; } .ui-search-input{ width : 208px ; height : 26px ; position : absolute ; top : 5px ; left : 73px ; line-height : 26px ; font-size : 13px ; color : #a5a2a2 ; } .ui-search-submit{ display : block ; position : absolute ; right : 0 ; top : 1px ; width : 40px ; height : 36px ; } /*ui-menu 分类菜单*/ .ui-menu{} .ui-menu-item{ height : 22px ; line-height : 22px ; padding : 8px 5px 9px 6px ; margin-left : 2px ; } .ui-menu-item:hover{ background-color : #fff ; } .ui-menu-item-department{ float : left ; height : 22px ; line-height : 22px ; position : relative ; padding-left : 30px ; font-size : 14px ; color : #fff ; } .ui-menu-item-department:before{ content : " " ; display : block ; width : 22px ; height : 21px ; position : absolute ; left : 0 ; top : 1px ; background : url (../img/icon-menu.jpg) -22px 0 no-repeat ; } .ui-menu-item-disease{ font-size : 12px ; float : right ; padding-left : 5px ; color : #d7f3ff ; } .ui-menu-item:hover .ui-menu-item-department{ color : #333 ; } .ui-menu-item:hover .ui-menu-item-department:before{ background-position-x: 0 ; } .ui-menu-item:hover .ui-menu-item-disease{ color : #868686 ; } .ui-menu-item:hover .ui-menu-item-detail{ display : block ; } .ui-menu-item-detail{ display : none ; position : absolute ; width : 500px ; height : 393px ; padding : 20px 10px 10px 29px ; background : #fff url (../img/bg-menu.jpg) center no-repeat ; top : 0 ; left : 190px ; box-shadow: 5px 5px 2px rgba( 0 , 0 , 0 ,. 1 ); } .ui-menu-item-detail-group{ padding-bottom : 20px ; text-align : left ; } .ui-menu-item-detail-group- caption { width : 100% ; display : block ; height : 34px ; line-height : 34px ; color : #666 ; font-size : 16px ; font-weight : bold ; } .ui-menu-item-detail-group-list{ line-height : 23px ; } .ui-menu-item-detail-group-list a{ display : inline- block ; color : #868686 ; margin-right : 8px ; font-size : 12px ; padding-bottom : 5px ; } .ui-menu-item-detail-group-list a:after{ content : '|' ; color : #ddd ; padding-left : 8px ; } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | base.css p{ margin : 0 ; padding : 0 ; display : inline- block ; } a{ text-decoration : none ; } select,input{ border : none ; outline : none ; } /*#top 模块内样式*/ . top { line-height : 30px ; font-size : 13px ; color : #868686 ; } . top .call{ float : left ; padding-left : 20px ; background : url (../img/icon-call.png) no-repeat center left ; } . top a{ color : #2da5e1 ; padding-left : 10px ; } . top .wellcome{ float : right ; } .header .logo{ width : 402px ; height : 74px ; padding : 9px 0 ; display : inline- block ; } .header .logo img{ width : 100% ; height : 100% ; } .header .search{ width : 326px ; height : 38px ; position : absolute ; right : 0 ; top : 29px ; /* background-color: orange;*/ } .nav .link{ display : inline- block ; float : left ; padding-left : 30px ; line-height : 36px ; color : #fff ; font-size : 16px ; min-width : 80px ; text-align : center ; } .nav a:hover{ color : #d7f3ff ; } .nav .menu{ width : 130px ; padding-right : 30px ; background-color : #1fa4f0 ; position : relative ; } .nav .menu .menu-list{ background-color : #1fa4f0 ; width : 100% ; height : 423px ; position : absolute ; left : 0 ; top : 36px ; } /* #banner 模块内样式 */ .banner-search{ background-color : #fafafa ; } .banner- help . caption , .banner-search . caption { height : 22px ; padding : 15px 0 15px 0 ; text-align : center ; } .banner- help . caption .text, .banner-search . caption .text{ display : inline- block ; height : 22px ; line-height : 22px ; padding-left : 28px ; color : #fec009 ; font-size : 16px ; background : url (../img/icon- help .png) no-repeat 0 0 ; } .banner-search .form{ height : 150px ; } .banner-search .form .line{ padding-bottom : 9px ; text-align : center ; } .banner-search .form .line select{ width : 170px ; font-size : 12px ; z-index : 0 ; border : 1px solid #dcdddd ; height : 26px ; line-height : 26px ; padding : 2px 0 ; color : #666 ; } .banner-search .submit{ height : 32px ; text-align : center ; } .banner-search .submit .button{ width : 108px ; height : 33px ; background-color : #fecd09 ; font-size : 14px ; color : #fff ; border-radius: 3px ; } .banner- help { background-color : #fafafa ; } .banner- help . caption .text{ color : #00b3ea ; background-position : 0 -23px ; } .banner- help .link{ color : #003eee ; display : inline- block ; width : 86px ; height : 26px ; line-height : 26px ; font-size : 14px ; text-align : center ; padding : 0 0 8px 26px ; } /* #content 模块样式*/ .content-news{ background-color : #fff ; border : 1px solid #f4f4fa ; } .content-close . caption , .content-news . caption { height : 38px ; line-height : 38px ; background-color : #f4f6fa ; text-indent : 20px ; color : #fec009 ; font-size : 15px ; } .content-close .more, .content-news .more{ float : right ; padding-right : 22px ; font-size : 12px ; color : #868686 ; } .content-close .list, .content-news .list{ padding : 15px 20px 13px 35px ; line-height : 29px ; font-size : 12px ; background : url (../img/list-yellow.jpg) 17px 22px no-repeat ; } .content-close .list .link, .content-news .list .link{ display : block ; height : 29px ; color : #969696 ; } .content-close{ background-color : #fff ; border : 1px solid #f4f6fa ; } .content-close . caption { color : #4ab4ed ; } .content-close .list{ background : url (../img/list- blue .jpg) 17px 22px no-repeat ; } .content-tab{ background : none ; } .content-tab . caption { height : 34px ; line-height : 34px ; background-color : #f5f6fa ; } .content-tab . caption .item{ display : block ; width : 112px ; height : 34px ; text-align : center ; float : left ; color : #00b3ea ; } .content-tab . caption .item-focus{ background-color : #60bff2 ; color : #fff ; } .content-tab . block { border : 1px solid #f4f6fa ; height : 452px ; } .content-tab .block- caption { height : 26px ; line-height : 26px ; padding : 8px ; border-bottom : 1px solid #f4f6fa ; } .block-caption-item{ display : block ; padding : 0 10px ; font-size : 12px ; color : #4c4948 ; float : left ; } .content-tab .block-caption-item_focus{ background-color : #60bff2 ; color : #fff ; } .content-tab .block-content{ padding : 16px 12px ; } .content-tab .block-content .block-more{ display : block ; line-height : 55px ; text-align : center ; color : #5084c4 ; font-size : 14px ; } .content-tab .block-content .block-list .item{ float : left ; width : 216px ; height : 102px ; padding : 0 20px 10px 120px ; position : relative ; font-size : 12px ; } .content-tab .block-content .block-list .item img{ width : 110px ; height : 98px ; position : absolute ; left : 0 ; top : 0 ; } .content-tab .block-content .block-list .item .item-name{ color : #036eb7 ; font-size : 14px ; line-height : 21px ; padding-top : 13px ; } .content-tab .block-content .block-list .item .item- level { float : right ; font-size : 12px ; color : #979797 ; } .content-tab .block-content .block-list .item .item-address, .content-tab .block-content .block-list .item .item-phone{ line-height : 18px ; padding-bottom : 4px ; color : #666 ; } /* 医院文案列表 --容器*/ .content-tab .block-content .block-text-list{ } .content-tab .block-content .block-text-list .item{ display : block ; width : 351px ; height : 27px ; font-size : 14px ; color : #666 ; padding-top : 8px ; float : left ; border-bottom : 1px dashed #dcdddd ; } .content-tab .block-content .block-text-list .item:nth-child( 2 n){ margin-left : 13px ; } .footer{ line-height : 70px ; text-align : center ; font-size : 12px ; color : #666 ; } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | layout.css body{ margin : 0 ; padding : 0 ; } .clearFix:after{ content : " " ; display : block ; height : 0 ; line-height : 0 ; clear : both ; zoom: 1 ; } .wrap{ width : 1000px ; margin : 0 auto ; position : relative ; } . top { height : 30px ; background-color : #f5f5f5 ; } .header{ height : 92px ; } .nav{ height : 36px ; background-color : #60bff2 ; } .banner{ width : 802px ; margin : 0 auto ; height : 414px ; padding : 9px 0 0 198px ; } .banner-slider{ float : left ; width : 544px ; height : 414px ; background-color : #8edff3 ; } .banner-search{ float : right ; width : 250px ; height : 255px ; background-color : #eee ; } .banner- help { float : right ; width : 250px ; height : 146px ; background-color : #ccc ; margin-top : 12px ; } .content{ padding : 10px 0 38px 0 ; } .content-tab{ float : left ; width : 742px ; height : 490px ; background-color : #eee ; } .content-news, .content-close{ float : right ; width : 248px ; height : 236px ; border : 1px solid #ccc ; } .content-close{ margin-top : 12px ; } .footer{ height : 70px ; padding : 25px 0 ; background-color : #eceef2 ; } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ui.js //ui-search定义 $.fn.UiSearch= function (){ var ui=$( this ); $( '.ui-search-selected' ,ui).on( 'click' , function (){ $( '.ui-search-selected-list' ).show(); return false ; }); $( '.ui-search-selected-list a' ,ui).on( 'click' , function (){ $( '.ui-search-selected' ).text($( this ).text()); $( '.ui-search-selected-list' ).hide(); return false ; }); $( 'body' ).on( 'click' , function (){ $( '.ui-search-selected-list' ).hide(); }) } //页面脚本逻辑 $( function (){ $( '.ui-search' ).UiSearch(); }) |
13
收起
正在回答 回答被采纳积分+1
2回答
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧